Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-27 | Merge branch 'master' of git@github.com:rzwitserloot/lombok | unknown | |
2009-11-27 | Removed empty () for annotation without parameters | unknown | |
2009-11-27 | Fix for actually using tools.jar properly. | Reinier Zwitserloot | |
2009-11-27 | --help now no longer prints errors. | Reinier Zwitserloot | |
2009-11-27 | Delombok now auto-discovers and uses tools.jar from your java installation. | Reinier Zwitserloot | |
2009-11-27 | The delombok task now works! | Reinier Zwitserloot | |
2009-11-27 | SPI-ified the 'app' concept, which lets us create little apps inside ↵ | Reinier Zwitserloot | |
lombok.jar proper. Currently used only by 'delombok'. | |||
2009-11-27 | Preliminary version of the delombok ant task. | Reinier Zwitserloot | |
2009-11-27 | Delombok now works from the command line as: | Reinier Zwitserloot | |
java -jar lombok.jar delombok (args) | |||
2009-11-27 | Fixed whitespace to project standards. | Reinier Zwitserloot | |
2009-11-27 | Added a class that is easier to use than the parser itself for delombok, as ↵ | Reinier Zwitserloot | |
well as code to process entire directories at a time. Also removed duplication from the testcases. | |||
2009-11-27 | Thorough work on inserting comments in the proper place for delombok; should ↵ | Roel Spilker | |
now work fine with GWT native methods! NON-NLS-1 is still theoretically problematic, but that'll be a fix for another day. Also added ability to recognize that nothing has changed, which will copy the original file instead of reparsing it. | |||
2009-11-27 | delombok now calls lombok. wahey! | Reinier Zwitserloot | |
2009-11-26 | Minor refactoring + added testcase for for-loop | unknown | |
2009-11-26 | Major restructuring+adding tests | Roel Spilker | |
2009-11-25 | Solved or suppressed warnings | unknown | |
2009-11-25 | Work in progress on delombok. | Roel Spilker | |