-
I am using JMapper with some POJO classes which has setter getter methods and it's working fine, when I removed all setters and getters and used Lombok for the same, I am getting MalformedBean excepti…
-
While leaving the script in a remote machine to run, it returned the below lengthy error message after around 6-7 hours of watching
It said it returned a 400 code (Bad Request)
The remote machin…
-
## Bug report
### Describe the bug
Here is a clear and concise description of what the problem is:
With Kodi v20, there are new setters added for InfoTagVideo, Music, Game, etc
For InfoL…
-
### Short description
Given:
```java
import lombok.Getter;
import lombok.Setter;
public class TestJavaClass {
@Setter @Getter
private String foo;
}
```
Actually in PSI:
```j…
-
### Describe the project you are working on
same as https://github.com/godotengine/godot-proposals/issues/4867
### Describe the problem or limitation you are having in your project
this is co…
-
- use annotation @Getter and @Setter
- use @Slf4j (for logging)
-
Hello,
I just want to map a simple object including a one-to-many relation, however, it always returns this error.
```
1) Error mapping com.example.ProductDTO to com.example.Product
1 error] w…
ghost updated
2 months ago
-
Currently, we can have local functions for a getter or a setter, like so:
```csharp
int Foo
{
get
{
return _foo + Bar();
int Bar() { ... }
}
}
```
However…
-
Currently, C# auto-implemented properties translate to a field with name `$PropertyName` (independent of `Name` attribute use), and both getter and setter is added as separate functions.
This is un…
-
**I'm submitting a feature request**
**Current behavior:**
The @bindable decorator overrides virtual getters/setters
**Expected/desired behavior:**
The @bindable decorator should respect virtu…