Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-05 | More documentation. | Reinier Zwitserloot | |
2009-07-05 | [TRIVIAL] | Reinier Zwitserloot | |
2009-06-28 | Removed a debug print. | Reinier Zwitserloot | |
2009-06-28 | Preparating for java 1.5-ification. All stuff that isn't specific to javac ↵ | Reinier Zwitserloot | |
should run in java 1.5, so that an eclipse started on a 1.5 JVM will still run lombok. | |||
2009-06-19 | Finding lombok.jar would fail if you had any spaces in the path. Fixed that. | Reinier Zwitserloot | |
2009-06-19 | Live reloading of the eclipse parser classes is technically supported by the ↵ | Reinier Zwitserloot | |
agent though I never tested it. I found a bug while browsing this code. fixed it. | |||
2009-06-19 | Renamed EclipseParserPatcher to EclipsePatcher, as it patches not just the ↵ | Reinier Zwitserloot | |
parser, but also the CompilationUnitDeclaration class so we can store our AST in it for caching purposes. | |||
2009-06-19 | List of stuff we still need to do as well as research notes on how to get there. | Reinier Zwitserloot | |