aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/eclipse/handlers/HandleEqualsAndHashCode.java
AgeCommit message (Expand)Author
2019-01-28Replace sized array in toArray with 0Robert Wertman
2018-11-08[fixes #1628] Lombok now marks the `result` field used in the generated hashC...Reinier Zwitserloot
2018-08-21[fixes #1812] `@Singular` marked collections which nevertheless somehow ended...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-04-23[bugfix] generics on inner classes whose outer type has generics, when the ou...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
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-06-25The 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-05-22added conf keys (and implementation to make them work) for lombok.getter.lazy...Reinier Zwitserloot
2014-05-01eclipse usually just wants 'null' instead of a zero-len array.Reinier Zwitserloot
2014-04-29added docs for the new onParam feature on EqualsAndHashCode, and some tiny st...Reinier Zwitserloot
2014-04-03Fixing possible NPEChristian Sterzl
2014-04-03Adding eclipse support.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-08-11Fixed two typosJan Ouwens
2013-05-06Fixed issue 513: If equals is present but hashCode isn't, @Data now generates...Reinier Zwitserloot
2012-08-06Added @Value and @FieldDefaults implementations for javac and ecj, the annota...Reinier Zwitserloot
2012-04-29Issue 366: don't call the getter twice, fixed for Eclipse.Roel Spilker
2012-03-26Updated findMethod with paramcount.Reinier Zwitserloot
2012-01-181) rollback of rollback fixRetrieveRightBraceOrSemiColonPositionJappe van der Hel
2011-11-29Added missing setGeneratedBy on TypeReference (prevented a rename of class wi...jvanderhel
2011-11-12patched retrieveRightBraceOrSemiColonPosition && retrieveRightBrace so method...jvanderhel
2011-11-07Changed copyright noticesRoel Spilker
2011-10-25Fixed issue 289: non-static inner classes whose outer class has generics can'...Reinier Zwitserloot
2011-10-24pretty big refactor; introduced a new source package which should be (and is)...Reinier Zwitserloot
2011-08-06fixed Issue 248:peichhorn
2011-07-18Now either all or none of equals/hashCode/canEqual is generated. Fixes issue ...Roel Spilker
2011-06-20Javac/EclipseAnnotationHandler are now abstract classes instead of interfaces...Reinier Zwitserloot
2011-06-02Eclipse handlers can now opt out of being run in diet-parse mode. Fixes Synch...Reinier Zwitserloot
2011-05-30tracking if an annotation has been handled or not is now no longer doneReinier Zwitserloot
2011-05-03Eclipse 3.7 updated some internal AST classes, causing:Roel Spilker
2010-12-31calls to canEqual and equals are now fored to go to the version that has 1 Ob...Reinier Zwitserloot
2010-12-28@ToString, @Getter, and @XArgsConstructor now work on, and are legal on, enum...Reinier Zwitserloot
2010-11-11@Getter(lazy=true) support for javacRoel Spilker
2010-11-09EqualsAndHashCode no longer worked right when working on a class with 0 filed...Reinier Zwitserloot
2010-11-09Added lombok.Lombok.preventNullAnalysis to the null test in @Cleanup to suppressRoel Spilker