aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/after-ecj/GetterLazyEahcToString.java
AgeCommit message (Expand)Author
2020-02-06[fixes #880] get rid of an unchecked cast warning for `@Getter(lazy=true)`Reinier Zwitserloot
2017-12-04fixing tests to account for generation of javax.annotation.Generated and Cons...Reinier Zwitserloot
2017-02-09[i1014] Only add lombok.Generated if it is explicitly turned onRoel Spilker
2017-01-06add `@lombok.Generated` to generated classes, methods and fieldsRoel Spilker
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-03-26[i660] canEqual is now protected instead of public.Roel Spilker
2014-01-19Issue 625: use (even) better primes for hashcodesRoel Spilker
2014-01-09[#625] Instead of '31' as a prime number for hashCode(), use something else. ...Reinier Zwitserloot
2013-07-07eclipse support for the new @Getter(lazy=true) desugaring.Reinier Zwitserloot
2012-07-16fixed tests since Robbert Jan's fix for issue 377.Reinier Zwitserloot
2012-04-29Issue 366: don't call the getter twice, fixed for Eclipse.Roel Spilker
2012-02-14More test files, test files updated to be valid java, and ecj test now goes t...Reinier Zwitserloot
2011-11-01Fixed unit tests to take into account work on issue 289 and 287.Roel Spilker
2011-01-17Some of the tests weren't succeeding (and haven't for a while now) since fixi...Reinier Zwitserloot
2010-11-11@Getter(lazy=true) now also works in EclipseRoel Spilker