aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/after-delombok/DataPlain.java
AgeCommit message (Collapse)Author
2012-07-16Updated tests to reflect changes to delombok (delombok now kills super(), ↵Reinier Zwitserloot
because attrib adds them even in places where that's wrong). Also split up the SynchronizedName test into separate cases for each expected failure mode.
2012-04-29Issue 366: don't call the getter twice, fixed for javac.Roel Spilker
2012-02-14More test files, test files updated to be valid java, and ecj test now goes ↵Reinier Zwitserloot
through the complete compile process. This means val and @Delegate testing is now enabled. TODO: Update -eclipse tests.
2011-01-17Some of the tests weren't succeeding (and haven't for a while now) since ↵Reinier Zwitserloot
fixing the bug where lombok will call equals(SomeSpecificType) instead of equals(Object) from data. This commit rectifies this by updating the tests.
2010-11-10From now on it is possible to specify annotations to be placed on the methodRoel Spilker
or the parameter of the generated getter/setter methods.
2010-11-08Added support for canEquals in javacRoel Spilker
2010-07-21refactored the tests to prepare running ecj as well as delombok.Reinier Zwitserloot