aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/messages-ecj
AgeCommit message (Expand)Author
2016-03-07@Helper is now legal in just about every place method local classes are legal...Reinier Zwitserloot
2015-11-17add the capability to the testing framework to verify that delombok actually ...Roel Spilker
2015-10-05[Fixes #807] The NonNull annotation can now be used documentary style on para...Reinier Zwitserloot
2015-08-13Added new feature: @Helper including both annotations and tests.Reinier Zwitserloot
2015-03-30A capital/lowercase letter messup in a test file means people on case sensiti...Reinier Zwitserloot
2015-02-04@UtilityClass handlers now more intelligent about inner types of implicitly s...Reinier Zwitserloot
2015-02-02added impl for @UtilityClass.Reinier Zwitserloot
2015-02-01Fixed issues with val in inner classes, and re-enabled a test that caught it ...Reinier Zwitserloot
2015-01-30* Added config key ‘lombok.addGeneratedAnnotation’.Reinier Zwitserloot
2015-01-20added the lombok.singular.auto config option.Reinier Zwitserloot
2015-01-19builder @Singleton now works fully in eclipse as well! feature done!Reinier Zwitserloot
2014-05-27Changed the lombok.nonNull.exceptionType configkey to be an enum, partly to e...Reinier Zwitserloot
2014-05-23Added confkey to make @NonNull generate a different exception because of the ...Reinier Zwitserloot
2014-05-21added a test and handler for correctly handling confkey: lombok.delegate.flag...Reinier Zwitserloot
2014-05-21Added an error if @Delegate is used recursively.Reinier Zwitserloot
2014-05-06added support for different error messages, where either one will mean the te...Reinier Zwitserloot
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-02-20Issue 641: @Delegate is incorrectly allowed on static members in javac. Also ...Roel Spilker
2014-01-20[test] Missing after-X files used to be an implicit 'just ignore the content'...Reinier Zwitserloot
2014-01-19[configuration] added facilities to override conf file resolution for test ca...Reinier Zwitserloot
2013-09-24Fixed slight typo issues with the tests due to merging and icelandic on the f...Reinier Zwitserloot
2013-09-24Merge branch 'master' into jdk8checkReinier Zwitserloot
2013-09-20Issue 559: NullPointerException when @NonNull is used in abstract methodSander Koning
2013-09-09Updated unit tests to reflect new double-underscore default for onX. (Because...Roel Spilker
2013-08-19Only look at the line number for errors and warnings.Roel Spilker
2013-08-12replaced double underscore as new standard way of writing the dummy annotatio...Reinier Zwitserloot
2013-08-11Oops: didn't realise the text appeared in multiple places.Jan Ouwens
2013-07-16* Fixed issues with @FieldDefaults and @Value (you can NOT overrideReinier Zwitserloot
2013-07-07@Getter(lazy=true) now uses a different, more efficient desugaring. Implement...Reinier Zwitserloot
2013-05-31Added @NonNull on parameters feature (issue 514),Reinier Zwitserloot
2013-05-06Fixed issue 513: If equals is present but hashCode isn't, @Data now generates...Reinier Zwitserloot
2013-02-11BIG commit:Reinier Zwitserloot
2012-10-25The testrunner now uses a different mechanism to verify correctness of produc...Reinier Zwitserloot
2012-08-10Added tests for @FieldDefaults and @Value.Reinier Zwitserloot
2012-08-06fully tested the HandleWither impl for eclipse.Reinier Zwitserloot
2012-07-16fixed issue 391: Using 'staticConstructor' on @Data whilst an @XxxArgsConstru...Reinier Zwitserloot
2012-07-16fixed tests since Robbert Jan's fix for issue 377.Reinier Zwitserloot
2012-04-19fixed: @val didn't work with rawtypes in enhanced for loopspeichhorn
2012-03-26Added full test suite for @Accessors, as well as the new rules for whether or...Reinier Zwitserloot
2012-03-26Finished work on @AccessorsReinier Zwitserloot
2012-02-15Couple more tests for valReinier Zwitserloot
2012-02-14More test files, test files updated to be valid java, and ecj test now goes t...Reinier Zwitserloot
2011-07-18Now either all or none of equals/hashCode/canEqual is generated. Fixes issue ...Roel Spilker
2011-02-07Testcases updated with new behaviour of @Getter/@Setter on booleans.Reinier Zwitserloot
2010-11-11@Getter(lazy=true) now also works in EclipseRoel Spilker
2010-11-10From now on it is possible to specify annotations to be placed on the methodRoel Spilker
2010-11-03Intial support for @Log, for now only slf4jRoel Spilker
2010-07-22Added tests for ecj, fixed a few minor bugs that came out of that.Reinier Zwitserloot