Age | Commit message (Expand) | Author |
2018-11-08 | [fixes #1628] Lombok now marks the `result` field used in the generated hashC... | Reinier Zwitserloot |
2018-06-04 | Make `extraPrivate` opt-in instead of opt-out. Fixes #1708 | Roel Spilker |
2018-05-28 | Generate default no-args constructor | Roel Spilker |
2017-12-04 | fixing tests to account for generation of javax.annotation.Generated and Cons... | Reinier Zwitserloot |
2017-11-06 | Generate correct hashCode when callSuper and no fields included. Fixes #1505 | Roel Spilker |
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-06-25 | The hashCode() method now generates a magic prime instead of 0 for the hash o... | Reinier Zwitserloot |
2015-01-30 | [i623] added eclipse code for generating @javax.annotation.Generated, and ref... | Reinier Zwitserloot |
2014-03-26 | [i660] canEqual is now protected instead of public. | Roel Spilker |
2014-01-19 | Issue 625: use (even) better primes for hashcodes | Roel Spilker |
2014-01-09 | [#625] Instead of '31' as a prime number for hashCode(), use something else. ... | Reinier Zwitserloot |
2012-07-16 | fixed tests since Robbert Jan's fix for issue 377. | Reinier Zwitserloot |
2012-04-29 | Issue 366: don't call the getter twice, fixed for Eclipse. | Roel Spilker |
2012-02-14 | More test files, test files updated to be valid java, and ecj test now goes t... | Reinier Zwitserloot |
2011-11-01 | Fixed unit tests to take into account work on issue 289 and 287. | Roel Spilker |
2011-01-17 | Some of the tests weren't succeeding (and haven't for a while now) since fixi... | Reinier Zwitserloot |
2010-11-10 | Merge branch 'master' into annoGetSet | Roel Spilker |
2010-11-10 | From now on it is possible to specify annotations to be placed on the method | Roel Spilker |
2010-11-08 | Added support for canEqual in ecj | Roel Spilker |
2010-11-08 | Added support for canEquals in javac | Roel Spilker |
2010-07-22 | Added tests for ecj, fixed a few minor bugs that came out of that. | Reinier Zwitserloot |