Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-29 | Issue 366: don't call the getter twice, fixed for Eclipse. | Roel Spilker | |
2012-02-14 | More 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-11-01 | Fixed unit tests to take into account work on issue 289 and 287. | Roel Spilker | |
2011-01-17 | Some 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-10 | Merge branch 'master' into annoGetSet | Roel Spilker | |
Conflicts: src/core/lombok/eclipse/handlers/EclipseHandlerUtil.java | |||
2010-11-10 | From now on it is possible to specify annotations to be placed on the method | Roel Spilker | |
or the parameter of the generated getter/setter methods. | |||
2010-11-08 | Added support for canEqual in ecj | Roel Spilker | |
2010-11-08 | Added support for canEquals in javac | Roel Spilker | |
2010-07-22 | Added tests for ecj, fixed a few minor bugs that came out of that. | Reinier Zwitserloot | |