aboutsummaryrefslogtreecommitdiff
path: root/src/lombok/core
AgeCommit message (Expand)Author
2009-07-11Made 'printContent=true' work for types as well as method bodies/initializers.Reinier Zwitserloot
2009-07-08Renamed all true names of 'eclipse' to 'Eclipse' (but not the eclipse package...Reinier Zwitserloot
2009-07-06Fixed javadoc problems, and added a javadoc target to the build script.Reinier Zwitserloot
2009-07-06Last massive documentation dump. All basic javadoc is now done, though especi...Reinier Zwitserloot
2009-07-05W00t - written an installer that should work on linux (sort of), windows, and...Reinier Zwitserloot
2009-07-03Fine-tuning eclipse's error reporting found some minor issues and even 1 bug ...Reinier Zwitserloot
2009-07-01Pretty big fix for reparse() - now uses rebuild(), which also received a pret...Reinier Zwitserloot
2009-07-01Added HandleCleanup support for javac, and fixed a bug in AST.java which caus...Reinier Zwitserloot
2009-06-30After a great many iterations, Cleanup has now been reduced in functionality ...Reinier Zwitserloot
2009-06-28Preparating for java 1.5-ification. All stuff that isn't specific to javac sh...Reinier Zwitserloot
2009-06-28Rolled our own ServiceLoader, because its not part of java 1.5.Reinier Zwitserloot
2009-06-28Added rebuild support to AST.Node.Reinier Zwitserloot
2009-06-27[IMPROVEMENT]Reinier Zwitserloot
2009-06-27[TRIVIAL] Added a toString to AnnotationValue, used to debug something, but u...Reinier Zwitserloot
2009-06-27Added a caching mechanism to AnnotationValues, for instantiating the annotation.Reinier Zwitserloot
2009-06-25Bumped version from 0.3.0 to 0.3.5 in celebration of finishing all 3 generati...Reinier Zwitserloot
2009-06-24Added proper support for changing the AST as its being visited, both removal ...Reinier Zwitserloot
2009-06-21Bug fix: using string literals in any lombok annotation value would blow up t...Reinier Zwitserloot
2009-06-21Due to a java bug, constants in enums don't work, so instead the default acce...Reinier Zwitserloot
2009-06-18Expanded the AST printers to support a target PrintStream, and expanded the @...Reinier Zwitserloot
2009-06-17Added the SetterHandler for javac. Also added a way to get the SymbolTable on...Reinier Zwitserloot
2009-06-17Made the printing of Statements for @PrintAST slightly more useful (if a lot ...Reinier Zwitserloot
2009-06-17A useful annotation that prints the AST of any annotated element via the XAST...Reinier Zwitserloot
2009-06-17Removed a debug print.Reinier Zwitserloot
2009-06-17NullPointerExceptions were showing up in Eclipse, when a 2+ dimensional array...Reinier Zwitserloot
2009-06-17Massive refactors. This list isn't complete, but should give you an idea:Reinier Zwitserloot
2009-06-16Implemented a lot of stuff for javac, but we ran into 2 major issues still to...Reinier Zwitserloot
2009-06-15Just in case people run lombok.jar as a java app (e.g. by double-clicking it)...Reinier Zwitserloot
2009-06-15Moved version.txt to lombok.core.Version.java.Reinier Zwitserloot
2009-06-15Renamed lombok.transformations lombok.core as the purpose of this package is ...Reinier Zwitserloot