aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/javac/handlers/HandleEqualsAndHashCode.java
AgeCommit message (Expand)Author
2023-03-22[fixes #3364] Generate JCTree clones to prevent duplicate nodesRawi01
2021-06-03[fixes #2838] Handle anonymous classes properlyRawi01
2021-03-22Merge branch 'records'Reinier Zwitserloot
2021-03-16[build] sped up the build considerable.Reinier Zwitserloot
2021-01-31[fixes #1064] Only show super()-warning if lombok generates a methodRawi01
2021-01-28[fixes #2691] Add end positions to all generated nodesRawi01
2020-10-03Merge remote-tracking branch 'origin/master'Reinier Zwitserloot
2020-10-03[builder] big refactor: Fixing CheckerFramework features + all params now in ...Reinier Zwitserloot
2020-09-25Cache hashCode:Roel Spilker
2020-09-24Remove warning for final classesAndre Brait
2020-09-24Allow non-final types, use Integer.MIN_VALUEAndre Brait
2020-09-24Remove CacheStrategy compilation unit for javacAndre Brait
2020-09-24Generate Pure annotation for cached hashCodeAndre Brait
2020-09-24Undo unnecessary change, add TODOAndre Brait
2020-09-24Finish implementation, add testsAndre Brait
2020-09-24Eclipse impl and testsAndre Brait
2020-09-24Restore some missing white spaces removed by IDEAAndre Brait
2020-09-24Attempt to implement cacheHashCodeAndre Brait
2020-09-10Add record supportRawi01
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-08Fixes #2165: Generated equals fails on annotated array typeRoel Spilker
2018-11-08[fixes #1628] Lombok now marks the `result` field used in the generated hashC...Reinier Zwitserloot
2018-06-04Do 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-06Generate correct hashCode when callSuper and no fields included. Fixes #1505Roel Spilker
2017-03-23[i1329] respect configuration for field access when generating equals, hashCo...Roel Spilker
2017-03-07Fixed 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-19added type mirror fixing for `@XConstructor` and `@Wither`.Reinier Zwitserloot
2016-01-26Update 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-16Generate JCParens nodes in the appropriate places (the pretty printer picked ...Reinier Zwitserloot
2015-07-22[trivial] restyle.Reinier Zwitserloot
2015-06-25The hashCode() method now generates a magic prime instead of 0 for the hash o...Reinier Zwitserloot
2014-05-22added conf keys (and implementation to make them work) for lombok.getter.lazy...Reinier Zwitserloot
2014-04-03Fixing possible NPEChristian Sterzl
2014-04-03Adding 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-19Issue 625: use (even) better primes for hashcodesRoel 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-15added 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-11Added complete support for delombok's 'pretty' format options; covering all o...Reinier Zwitserloot