aboutsummaryrefslogtreecommitdiff
path: root/src/lombok/javac
AgeCommit message (Expand)Author
2009-06-17Added 'does setX/getX already exist' check to javac's HandleGetter/Setter. If...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-17Just renamed some parameters to more sensical names.Reinier Zwitserloot
2009-06-17A bugfix to the visitMethodArgument method, and printing improved by printing...Reinier Zwitserloot
2009-06-17Moved the traverse() from Eclipse/JavacAST to Eclipse/JavacAST.Node, so that ...Reinier Zwitserloot
2009-06-17Renamed the Handler implementations.Reinier Zwitserloot
2009-06-17TrivialReinier Zwitserloot
2009-06-17Error reporting now works 99% properly - the right position is being marked o...Reinier Zwitserloot
2009-06-17Warnings and errors on specific positions works, sort of. Still missing somet...Reinier Zwitserloot
2009-06-17Added reading in (via spi) JavacASTVisitors and calling them, as well as a me...Reinier Zwitserloot
2009-06-17None of the methods in this class were even being used, so deleted the whole ...Reinier Zwitserloot
2009-06-17Massive refactors. This list isn't complete, but should give you an idea:Reinier Zwitserloot
2009-06-16Moved the generation of the Trees object to init(), as it seems to be the sam...Reinier Zwitserloot
2009-06-16Removed debug prints.Reinier Zwitserloot
2009-06-16Implemented a lot of stuff for javac, but we ran into 2 major issues still to...Reinier Zwitserloot