-
Given this code:
/**
* A super important field, explained here.
*/
@Getter
@Setter
private String foo;
Lombok and delombokify just copy the Javadoc "as is" onto th…
-
Example object:
```
public class A {
private B child;
// getter and setter
}
public class B {
private A parent;
// getter and setter
}
A a = new A();
B b = new B();
a.setChild(b);…
-
### Summary
Adding `define` entries to vite configs breaks compilation with the following error:
```
[vite:define] Transform failed with 1 error:
error: Invalid define value (must be an entity n…
jaskp updated
1 month ago
-
#1258 prompted some interesting debate about the correct way for router plugins (and the router itself) to get/set "host" details. Largely, this is because of the different ways in which this informat…
-
## Problem Description
* cargo cult synchronization of it's setter and getter when affected usages are not synchronized. Any change affects all parallel deployments, but as it takes just microsecon…
-
I'm using cargo docs online for people to work on Loupe and I'm sometimes using it myself.
With using the `Properties` macro the docs got a bit worse. Before, getters also had documentation. Now I …
-
SourceCodeContext.getDestFilter and
SourceCodeContext.getSourceFilter
return VariableRef with overriden setter() and getter()
but ArrayOrCollectionToCollection.generateMappingCode uses MultiOccurrenc…
-
Many attributes of the map have getters, setters, and constructor options (for example, `minZoom`, `getMinZoom`, `setMinZoom` 👍 )
Some have only a subset of the three, even though it would be pract…
-
Two tasks of this method can be removed:
1. Currently, a getter that accompanies an attribute setter is used for type checking. The return type of the getter is compared with the argument type of t…
-
**[Denis](https://jira.spring.io/secure/ViewProfile.jspa?name=exxbrain)** opened **[DATAREST-1063](https://jira.spring.io/browse/DATAREST-1063?redirect=false)** and commented
When POST new object I h…