-
Hi!
I have found a weird issue in `lager::lenses::getset`. It looks like both lambdas accept `std::forward(p)`, which causes the object to be **moved** twice. To make this happen, both getter and s…
-
```
I have some pojos which set/get 4 datetime fields - and we also have related
fields *and* getters (not setters) which covert those date times into local
time zone date times. Can this be support…
-
(related to earlier issue #3538)
### Describe the bug
If the field name is `pId`, the JSON data is not mapped to an object using `@RequestBody` annotation.
Lombok's `@Getter`, `@Setter` annot…
-
Currently I am using spring validation group in order to keep just one dto for both object creation and update. An example follows:
```
@NotNull(groups = UpdateObject.class)
@Getter @Setter private I…
-
**Describe the bug**
Changing rotation coordinates does not work as expected, this visualization describes how euler angles work
https://danceswithcode.net/engineeringnotes/rotations_in_3d/demo3…
-
# Question : Create a class with a private field and getter and setter methods.
Path to create the file : `eAl0pb/sMGgBZ.java`
To assign yourself for this issue use `!assign`
-
I defined some ops in td files and use TableGen to generate the defination of those Op Class. I do not want the getter/setter functions of some special attribute to apper in the OpClass define files (…
-
### System Information
OpenCV version: 4.7.0
Operating System / Platform: Windows 10 22H2
Compiler & compiler version: CMake 3.24.3
### Detailed description
The creation of the get_correction_lev…
-
My class declares two properties, as follows: `attrName` and `attrname`.The `@Data` annotation is used on the class.The generated class file contains only the Getter/Setter method for `attrName` and n…
-
According to [Java Programming/Java Beans](https://en.wikibooks.org/wiki/Java_Programming/JavaBeans)
_(and [Code Conventions for the Java Programming Language](http://www.oracle.com/technetwork/java…