aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/javac/handlers/HandleEqualsAndHashCode.java
AgeCommit message (Expand)Author
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
2013-12-11Added format preferences: Suppress @SuppressWarnings, suppress needless appli...Reinier Zwitserloot
2013-12-03Fix for Issue #591: v1.12.2 doesn't well with netbeans.Roel Spilker
2013-09-25Pre-emptive fix for the anticipated removal of ListBuffer.lb() in javac8Roel Spilker
2013-09-24Merge branch 'master' into jdk8checkReinier Zwitserloot
2013-08-11Oops: didn't realise the text appeared in multiple places.Jan Ouwens
2013-08-06added Flags.PARAMETER to all the parameters we generate in javac.Reinier Zwitserloot
2013-07-26experiment: Can we wrap TreeMaker and remove a heck of a lot of opportunity t...Reinier Zwitserloot
2013-07-23A source file with just @Getter in it now compiles in javac8, but there is st...Reinier Zwitserloot
2013-07-22Merge branch 'master' into jdk8. Also added some major fixes whilst merging.Reinier Zwitserloot
2013-05-06Fixed issue 513: If equals is present but hashCode isn't, @Data now generates...Reinier Zwitserloot
2013-03-22Refactored 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-06Added @Value and @FieldDefaults implementations for javac and ecj, the annota...Reinier Zwitserloot
2012-07-11Fielding a request to make some stuff public. The things made public are alre...Reinier Zwitserloot
2012-04-29Issue 366: don't call the getter twice, fixed for Eclipse.Roel Spilker
2012-04-29Issue 366: don't call the getter twice, fixed for javac.Roel Spilker
2012-03-26Updated findMethod with paramcount.Reinier Zwitserloot
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-16Renamed Javac.getCTCint to getCtcIntRoel Spilker
2011-07-30fixed Issue 244: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-05-30tracking if an annotation has been handled or not is now no longer doneReinier Zwitserloot
2010-12-31calls to canEqual and equals are now fored to go to the version that has 1 Ob...Reinier Zwitserloot
2010-12-18Moved all the Compile time constants from the Javac handlers and supporting c...grootjans
2010-11-18In javac, use ListBuffer to appendRoel Spilker
2010-11-11Merge branch 'master' into lazyinitRoel Spilker
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-09EqualsAndHashCode no longer worked right when working on a class with 0 filed...Reinier Zwitserloot
2010-11-09Merge branch 'master' into javaChickenAndEggReinier Zwitserloot
2010-11-09Experiment to try and make java 'self referential' by deleting the Enter and ...Reinier Zwitserloot
2010-11-09Added lombok.Lombok.preventNullAnalysis to the null test in @Cleanup to suppressRoel Spilker
2010-11-08Added support for canEqual in ecjRoel Spilker
2010-11-08Added support for canEquals in javacRoel Spilker
2010-07-22Added tests for ecj, fixed a few minor bugs that came out of that.Reinier Zwitserloot
2010-07-21Added using .getX() instead of using .x in equals, hashCode, and toString. Al...Reinier Zwitserloot
2010-07-21Refactor: for using this.getX() instead of this.x in generated toString(), eq...Reinier Zwitserloot