Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-06 | [fixes #880] get rid of an unchecked cast warning for `@Getter(lazy=true)` | Reinier Zwitserloot | |
2017-12-04 | fixing tests to account for generation of javax.annotation.Generated and ↵ | Reinier Zwitserloot | |
ConstructorProperties being default-off. | |||
2017-02-09 | [i1014] Only add lombok.Generated if it is explicitly turned on | Roel Spilker | |
2017-01-06 | add `@lombok.Generated` to generated classes, methods and fields | Roel Spilker | |
2015-11-16 | The bulk of the effort for a new pretty printer. | Reinier Zwitserloot | |
2015-01-30 | [i623] added eclipse code for generating @javax.annotation.Generated, and ↵ | Reinier Zwitserloot | |
refactored java impl to reduce DRY violations. -f pretty now includes skipping generation of this annotation, and updated ALL the test cases. | |||
2014-03-26 | [i660] canEqual is now protected instead of public. | Roel Spilker | |
Also fixed the total lack of canEqual in the usage examples. | |||
2014-01-19 | Issue 625: use (even) better primes for hashcodes | Roel Spilker | |
2014-01-14 | [trivial] fixed typos in test files. | Reinier Zwitserloot | |
2014-01-09 | [#625] Instead of '31' as a prime number for hashCode(), use something else. ↵ | Reinier Zwitserloot | |
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. | |||
2013-07-07 | @Getter(lazy=true) now uses a different, more efficient desugaring. ↵ | Reinier Zwitserloot | |
Implementing in javac, ecj still has to be done. | |||
2012-06-18 | Updated test files for getter-lazy on boolean fields. | Roel Spilker | |
2012-06-18 | Created testcase for i376 | Roel Spilker | |