Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-19 | Only look at the line number for errors and warnings. | Roel Spilker | |
2012-10-25 | The testrunner now uses a different mechanism to verify correctness of ↵ | Reinier Zwitserloot | |
produced errors and warnings (i.e. we intentionally compile code with errors in them to verify that the appropriate error or warning message is emitted when lombok is active during a compilation run of either javac or ecj) - instead of string comparisons, it's a little more complex. This to enable testing of both javac6 and javac7, even if they produce (slightly) different error output. Updated all message files in the 'expected output' directories to represent this change. | |||
2012-07-12 | Wither support + tests (javac only; ecj tests are currently set to ignore). | Reinier Zwitserloot | |
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. | |||
2011-02-07 | Testcases updated with new behaviour of @Getter/@Setter on booleans. | Reinier Zwitserloot | |
2010-07-21 | refactored the tests to prepare running ecj as well as delombok. | Reinier Zwitserloot | |