aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/messages-delombok
AgeCommit message (Expand)Author
2012-08-06Merge branch 'master' into witherReinier Zwitserloot
2012-07-16fixed issue 391: Using 'staticConstructor' on @Data whilst an @XxxArgsConstru...Reinier Zwitserloot
2012-07-16Added setting position of generated nodes in javac's @Synchronized as a 'pilo...Reinier Zwitserloot
2012-07-16Updated tests to reflect changes to delombok (delombok now kills super(), bec...Reinier Zwitserloot
2012-07-12Wither support + tests (javac only; ecj tests are currently set to ignore).Reinier Zwitserloot
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
2011-12-19Now the type resolver also finds top-level types in a compilation unit that n...Reinier Zwitserloot
2011-08-15Removed support for onMethod, onParam and onConstructor due to javac7 type in...Roel Spilker
2011-07-18Now either all or none of equals/hashCode/canEqual is generated. Fixes issue ...Roel Spilker
2011-02-14Added a number of test for AllArgsConstuctor, RequiredArgsConstructor, NoArgs...grootjans
2011-02-07Testcases updated with new behaviour of @Getter/@Setter on booleans.Reinier Zwitserloot
2010-11-29lombok.val import now gets removed. Only adding lombok.val flags the compilat...Roel Spilker
2010-11-11@Getter(lazy=true) now also works in EclipseRoel Spilker
2010-11-11Merge branch 'master' into lazyinitRoel Spilker
2010-11-11@Getter(lazy=true) support for javacRoel Spilker
2010-11-10Merge branch 'fixDelombok'Reinier Zwitserloot
2010-11-10All tests pass! - The test framework has been updated a bit to fit with the n...Reinier Zwitserloot
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-11-03val in java, including tests and javac resolution utilities.Reinier Zwitserloot
2010-07-22Added tests for ecj, fixed a few minor bugs that came out of that.Reinier Zwitserloot
2010-07-21refactored the tests to prepare running ecj as well as delombok.Reinier Zwitserloot