Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-19 | fixed: @val didn't work with rawtypes in enhanced for loops | peichhorn | |
2012-03-26 | Added full test suite for @Accessors, as well as the new rules for whether ↵ | Reinier Zwitserloot | |
or not a method is already there so lombok shouldn't generate it (now number of parameters matters), and added generics testing to RequiredArgsConstructor's static constructor feature. | |||
2012-03-26 | Finished work on @Accessors | Reinier Zwitserloot | |
2012-02-15 | Couple more tests for val | Reinier Zwitserloot | |
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-07-18 | Now either all or none of equals/hashCode/canEqual is generated. Fixes issue ↵ | Roel Spilker | |
240. | |||
2011-02-07 | Testcases updated with new behaviour of @Getter/@Setter on booleans. | Reinier Zwitserloot | |
2010-11-11 | @Getter(lazy=true) now also works in Eclipse | Roel Spilker | |
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-03 | Intial support for @Log, for now only slf4j | Roel Spilker | |
2010-07-22 | Added tests for ecj, fixed a few minor bugs that came out of that. | Reinier Zwitserloot | |