Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-11 | [pretty] Make the tests work with the new delombok formatting options. | Roel Spilker | |
2013-03-18 | Fixed issue 459: Delombok would choke on try-with-resources. | Reinier Zwitserloot | |
2012-10-25 | Empty statements no longer being printed to be consistent with Javac7 which ↵ | Reinier Zwitserloot | |
seems to just remove these from the AST entirely. | |||
2011-07-14 | fixed Issue 233: | peichhorn | |
Javac parser handles ";" (empty statements) as empty blocks with an invalid position. Thats why delomok replaces ";" with "{}". This gets an issue when you use this in an interface, since interfaces are not allowed to have initializer blocks. | |||
2011-05-28 | delombok would put copyright headers in between the 'package' keyword and ↵ | Philipp Eichhorn | |
the actual package. See discussion at https://groups.google.com/d/topic/project-lombok/64zuUlLnVMc/discussion | |||
2010-11-10 | All tests pass! - The test framework has been updated a bit to fit with the ↵ | Reinier Zwitserloot | |
new way delombok works. | |||
2010-11-06 | Updated documentation on @Log and moved them all to lombok.extern.* | Roel Spilker | |
2010-11-03 | big changes to delombok to prep for resolution, when sourcepath and ↵ | Reinier Zwitserloot | |
classpath are relevant, and the flow needs to be parse all, then enter all, then transform all, instead of parse->enter->transform sequentially for each file in isolation. | |||
2010-01-07 | Now also testing value= as well as arrays in annotation params. | Reinier Zwitserloot | |
2010-01-07 | Added test to ensure interfaces print correctly (test case because 'public' ↵ | Reinier Zwitserloot | |
and 'abstract' are implied). | |||
2010-01-07 | Javac's printer screws up on complex enums. Added tests for this case. | Reinier Zwitserloot | |
2009-12-01 | Moved test resource files to a better matching location | Roel Spilker | |