aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/after-ecj
AgeCommit message (Expand)Author
2014-01-09[#625] Instead of '31' as a prime number for hashCode(), use something else. ...Reinier Zwitserloot
2013-10-27[issue 598] JDK8 update broke assignment-with-operator in delombok.Reinier Zwitserloot
2013-10-10Fix for issues when mixing @NonNull on params with @SneakyThrows or @Synchron...Reinier Zwitserloot
2013-09-20Issue 559: NullPointerException when @NonNull is used in abstract methodSander Koning
2013-08-14* Fixed 553: @XArgsConstructor (and @Builder on a class) did not look at @Acc...Reinier Zwitserloot
2013-07-16* Fixed issues with @FieldDefaults and @Value (you can NOT overrideReinier Zwitserloot
2013-07-08gave up on adding support for moving javadoc to getter/setter in eclipse. Ecl...Reinier Zwitserloot
2013-07-07eclipse support for the new @Getter(lazy=true) desugaring.Reinier Zwitserloot
2013-06-25Value has been promoted to the main package.Reinier Zwitserloot
2013-06-18javac builder implementation. Passes all tests.Reinier Zwitserloot
2013-06-16improved and added to test cases for @Builder.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-03-11Added @Log4j2 support.Reinier Zwitserloot
2013-02-18Changed @Value to no longer imply @Wither. Usually you want onlyReinier Zwitserloot
2013-02-11BIG commit:Reinier Zwitserloot
2012-10-30Added annotation for the slf4j extended loggergrootjans
2012-10-29added tests for lub and val (lub = finding the common supertype, for example ...Reinier Zwitserloot
2012-08-13test for using 'val' on an expression that involved lombok-generated code.Reinier Zwitserloot
2012-08-10Added tests for @FieldDefaults and @Value.Reinier Zwitserloot
2012-08-06fully tested the HandleWither impl for eclipse.Reinier Zwitserloot
2012-08-06Merge branch 'master' into witherReinier Zwitserloot
2012-07-17Fix for issue 396: Static constructors generated for classes with type parame...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-07-16Added tests for @ExtensionMethodReinier Zwitserloot
2012-07-12Wither support + tests (javac only; ecj tests are currently set to ignore).Reinier Zwitserloot
2012-07-02Added tests to make sure issue 385 is not caused by a simple bug regarding enumsRoel Spilker
2012-06-25Added tests for this() call in SneakyThrows (issue 381)Roel Spilker
2012-06-24[Issue 381] @SneakyThrows respects constructor callsPhilipp Eichhorn
2012-06-18Fix for issue 376 for EclipseRoel Spilker
2012-06-18Created testcase for i376Roel Spilker
2012-04-30Added tests for delegating recursively: issue 305Roel Spilker
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-04-19fixed: @val didn't work with rawtypes in enhanced for loopspeichhorn
2012-04-02Added tests for issue 358Roel Spilker
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-03-19Fix for issue 342: @Deprecated annotation not propagated to generated getter...Roel Spilker
2012-03-05Merge branch 'master' of github.com:rzwitserloot/lombokRobbert Jan Grootjans
2012-03-05PrettyCommentsPrinter now prints default clause of annotation methods. Fixes ...Robbert Jan Grootjans
2012-02-24Add deprecated comment support for eclipse.Taiki Sugawara
2012-02-24Remove spaces in after files.Taiki Sugawara
2012-02-22support delegate with deprecated comment.Taiki Sugawara
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
2012-01-24Added test for @Getter(AccessLevel.NONE)Roel Spilker
2012-01-24Fix for issue 328: @Delegate on a field for which we also generate a getter w...Roel Spilker
2012-01-19[Issue 275] Allow @Delegate on no-argument methodspeichhorn