Age | Commit message (Expand) | Author |
2020-09-24 | Attempt to implement cacheHashCode | Andre Brait |
2020-03-15 | [fixes #2386] [checkerframework] | Reinier Zwitserloot |
2020-01-28 | [issue #2221] [issue #788] Lombok now adds nullity annotations. | Reinier Zwitserloot |
2020-01-08 | [fixes #788] lombok generated equals method plus a non-null-by-default annota... | Reinier Zwitserloot |
2019-08-22 | [checkerframework] | Reinier Zwitserloot |
2019-07-08 | Fixes #2165: Generated equals fails on annotated array type | Roel Spilker |
2018-11-08 | [fixes #1628] Lombok now marks the `result` field used in the generated hashC... | Reinier Zwitserloot |
2018-06-04 | Do not generate a private no-args constructor if: | Roel Spilker |
2018-05-15 | [new-style include/exclude] added new-style include/exclude support to Equals... | Reinier Zwitserloot |
2018-05-14 | [annotation based ToString] hey.. we have annotation based ToString now, wher... | Reinier Zwitserloot |
2018-03-20 | [issue #1615] fixes a bug where equals and hashcode would mess up if both the... | Reinier Zwitserloot |
2017-11-06 | Generate correct hashCode when callSuper and no fields included. Fixes #1505 | Roel Spilker |
2017-03-23 | [i1329] respect configuration for field access when generating equals, hashCo... | Roel Spilker |
2017-03-07 | Fixed issue #778: problems with onX if the annotation to be added has named a... | Reinier Zwitserloot |
2017-02-10 | [i1274] Add outer name to type name for nested types in equals. | Roel Spilker |
2017-01-19 | added type mirror fixing for `@XConstructor` and `@Wither`. | Reinier Zwitserloot |
2016-01-26 | Update comments with 'public boolean canEqual' to 'protected boolean canEqual... | Ross Allan |
2015-11-23 | [Fixes #965] Adds a config key to automatically determine the behaviour of eq... | Reinier Zwitserloot |
2015-11-16 | Generate JCParens nodes in the appropriate places (the pretty printer picked ... | Reinier Zwitserloot |
2015-07-22 | [trivial] restyle. | Reinier Zwitserloot |
2015-06-25 | The hashCode() method now generates a magic prime instead of 0 for the hash o... | Reinier Zwitserloot |
2014-05-22 | added conf keys (and implementation to make them work) for lombok.getter.lazy... | Reinier Zwitserloot |
2014-04-03 | Fixing possible NPE | Christian Sterzl |
2014-04-03 | Adding onParam to annotation @EqualsAndHashCode to add individual annotations... | Christian Sterzl |
2014-03-26 | [i660] canEqual is now protected instead of public. | Roel Spilker |
2014-03-04 | [configuration] Merge branch 'master' as we work on configuration. | Reinier Zwitserloot |
2014-01-19 | Issue 625: use (even) better primes for hashcodes | Roel Spilker |
2014-01-18 | [configuration] Moved ALL ConfigurationKey constants into 'ConfigurationKeys'... | Reinier Zwitserloot |
2014-01-18 | [configuration] implementation of flagUsage for all handlers. | Reinier Zwitserloot |
2014-01-15 | added package-infos to lots of packages, updated the javadoc in these, and ma... | Reinier Zwitserloot |
2014-01-09 | [#625] Instead of '31' as a prime number for hashCode(), use something else. ... | Reinier Zwitserloot |
2013-12-11 | Added complete support for delombok's 'pretty' format options; covering all o... | Reinier Zwitserloot |
2013-12-11 | Added format preferences: Suppress @SuppressWarnings, suppress needless appli... | Reinier Zwitserloot |
2013-12-03 | Fix for Issue #591: v1.12.2 doesn't well with netbeans. | Roel Spilker |
2013-09-25 | Pre-emptive fix for the anticipated removal of ListBuffer.lb() in javac8 | Roel Spilker |
2013-09-24 | Merge branch 'master' into jdk8check | Reinier Zwitserloot |
2013-08-11 | Oops: didn't realise the text appeared in multiple places. | Jan Ouwens |
2013-08-06 | added Flags.PARAMETER to all the parameters we generate in javac. | Reinier Zwitserloot |
2013-07-26 | experiment: Can we wrap TreeMaker and remove a heck of a lot of opportunity t... | Reinier Zwitserloot |
2013-07-23 | A source file with just @Getter in it now compiles in javac8, but there is st... | Reinier Zwitserloot |
2013-07-22 | Merge branch 'master' into jdk8. Also added some major fixes whilst merging. | Reinier Zwitserloot |
2013-05-06 | Fixed issue 513: If equals is present but hashCode isn't, @Data now generates... | Reinier Zwitserloot |
2013-03-22 | Refactored out references to TypeTags. | Robbert Jan Grootjans |
2012-11-12 | [refactor] Cleaned up static imports (always use *), and refactored out getCt... | Reinier Zwitserloot |
2012-08-06 | Added @Value and @FieldDefaults implementations for javac and ecj, the annota... | Reinier Zwitserloot |
2012-07-11 | Fielding a request to make some stuff public. The things made public are alre... | Reinier Zwitserloot |
2012-04-29 | Issue 366: don't call the getter twice, fixed for Eclipse. | Roel Spilker |
2012-04-29 | Issue 366: don't call the getter twice, fixed for javac. | Roel Spilker |
2012-03-26 | Updated findMethod with paramcount. | Reinier Zwitserloot |
2011-11-07 | Changed copyright notices | Roel Spilker |