Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-26 | Added changelog tracking. | Reinier Zwitserloot | |
2009-07-18 | Needed for publish target in ant script | Roel Spilker | |
2009-07-17 | Added the openjdk6 tools.jar to the deps dir. | Reinier Zwitserloot | |
2009-07-17 | Moved java2html.jar because naming a directory that doesn't contain built ↵ | Reinier Zwitserloot | |
material 'build' was just stupid. | |||
2009-07-17 | Moved lib/javadoc/java6/package-list to deps, because its not a runtime ↵ | Reinier Zwitserloot | |
dependency. | |||
2009-07-05 | More documentation. | Reinier Zwitserloot | |
2009-06-16 | Implemented a lot of stuff for javac, but we ran into 2 major issues still ↵ | Reinier Zwitserloot | |
to be implemented: 1. The visit mode of a lombok handler (does not trigger off of annotations, instead sees every field, method, type, and statement), needs to be coded, 2. triggering off of annotations via APT's annotation handling system skips method-local classes. We'll need to recode this via an AST visitor like we need for issue #1 Other than that, triggering off of annotations works swimmingly! | |||
2009-06-14 | Added support to generate errors, both on specific nodes in an AST ↵ | Reinier Zwitserloot | |
(generified code in HandlerLibrary for unintelligible annotation param values), and more severe general errors for eclipse's error log. Also unrolled the foreach loop on ServiceLoader, because any given .next() call can throw a ServiceLoaderError, which we now handle somewhat more nicely. | |||
2009-06-12 | Filled out the deps and lib system with separate dirs for the agent and ↵ | Reinier Zwitserloot | |
lombok proper, and moved spi into lombok's lib path. | |||
2009-06-08 | Initial commit. As a proof of concept, it already works in javac and eclipse! | Reinier Zwitserloot | |