Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
ConstructorProperties being default-off.
|
|
|
|
|
|
|
|
|
|
of null values; this reduces collisions.
|
|
refactored java impl to reduce DRY violations. -f pretty now includes skipping generation of this annotation, and updated ALL the test cases.
|
|
Also fixed the total lack of canEqual in the usage examples.
|
|
|
|
31, probably owing to its inclusion in Effective Java, is overused, as proven by Maaartinus in issue 625. Switching to 277 instead. Also, 1231/1237 pair used for booleans has been replaced by 2591/2609.
|
|
including docs and changelog.
|
|
|
|
|
|
fixing the bug where lombok will call equals(SomeSpecificType) instead of equals(Object) from data. This commit rectifies this by updating the tests.
|
|
|
|
|
|
|