aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/after-ecj/NonNullPlain.java
AgeCommit message (Collapse)Author
2011-11-01Fixed unit tests to take into account work on issue 289 and 287.Roel Spilker
2011-09-05fixed Issue 271: @NotNull annotations should introduce a null checkpeichhorn
2010-11-07Solved issue 155: "Eclipse constructor generation not in class body" ↵Roel Spilker
http://code.google.com/p/projectlombok/issues/detail?id=155 Now all lombok generated methods are located before any other method.
2010-07-22Added tests for ecj, fixed a few minor bugs that came out of that.Reinier Zwitserloot