Age | Commit message (Expand) | Author |
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 |
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-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-05-22 | added conf keys (and implementation to make them work) for lombok.getter.lazy... | Reinier Zwitserloot |
2014-05-01 | eclipse usually just wants 'null' instead of a zero-len array. | Reinier Zwitserloot |
2014-04-29 | added docs for the new onParam feature on EqualsAndHashCode, and some tiny st... | Reinier Zwitserloot |
2014-04-03 | Fixing possible NPE | Christian Sterzl |
2014-04-03 | Adding 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-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-08-11 | Fixed two typos | Jan Ouwens |
2013-05-06 | Fixed issue 513: If equals is present but hashCode isn't, @Data now generates... | Reinier Zwitserloot |
2012-08-06 | Added @Value and @FieldDefaults implementations for javac and ecj, the annota... | Reinier Zwitserloot |
2012-04-29 | Issue 366: don't call the getter twice, fixed for Eclipse. | Roel Spilker |
2012-03-26 | Updated findMethod with paramcount. | Reinier Zwitserloot |
2012-01-18 | 1) rollback of rollback fixRetrieveRightBraceOrSemiColonPosition | Jappe van der Hel |
2011-11-29 | Added missing setGeneratedBy on TypeReference (prevented a rename of class wi... | jvanderhel |
2011-11-12 | patched retrieveRightBraceOrSemiColonPosition && retrieveRightBrace so method... | jvanderhel |
2011-11-07 | Changed copyright notices | Roel Spilker |
2011-10-25 | Fixed issue 289: non-static inner classes whose outer class has generics can'... | Reinier Zwitserloot |
2011-10-24 | pretty big refactor; introduced a new source package which should be (and is)... | Reinier Zwitserloot |
2011-08-06 | fixed Issue 248: | peichhorn |
2011-07-18 | Now either all or none of equals/hashCode/canEqual is generated. Fixes issue ... | Roel Spilker |
2011-06-20 | Javac/EclipseAnnotationHandler are now abstract classes instead of interfaces... | Reinier Zwitserloot |
2011-06-02 | Eclipse handlers can now opt out of being run in diet-parse mode. Fixes Synch... | Reinier Zwitserloot |
2011-05-30 | tracking if an annotation has been handled or not is now no longer done | Reinier Zwitserloot |
2011-05-03 | Eclipse 3.7 updated some internal AST classes, causing: | Roel Spilker |
2010-12-31 | calls 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 javac | Roel Spilker |
2010-11-09 | EqualsAndHashCode no longer worked right when working on a class with 0 filed... | Reinier Zwitserloot |
2010-11-09 | Added lombok.Lombok.preventNullAnalysis to the null test in @Cleanup to suppress | Roel Spilker |
2010-11-08 | Added support for canEqual in ecj | Roel Spilker |
2010-07-22 | Added tests for ecj, fixed a few minor bugs that came out of that. | Reinier Zwitserloot |
2010-07-21 | Added using .getX() instead of using .x in equals, hashCode, and toString. Al... | Reinier Zwitserloot |
2010-07-21 | Refactor: for using this.getX() instead of this.x in generated toString(), eq... | Reinier Zwitserloot |
2010-07-18 | All field accesses done by generated lombok methods are now qualified with 't... | Reinier Zwitserloot |
2009-12-02 | Changed the order of the generated methods in for @Data | Roel Spilker |
2009-11-25 | Refactored the source folders. | Reinier Zwitserloot |