aboutsummaryrefslogtreecommitdiff
path: root/src/lombok/javac/JavacAST.java
AgeCommit message (Expand)Author
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-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-24Added proper support for changing the AST as its being visited, both removal ...Reinier Zwitserloot
2009-06-21Due to a java bug, constants in enums don't work, so instead the default acce...Reinier Zwitserloot
2009-06-17Added the SetterHandler for javac. Also added a way to get the SymbolTable on...Reinier Zwitserloot
2009-06-17Moved the traverse() from Eclipse/JavacAST to Eclipse/JavacAST.Node, so that ...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-17Massive refactors. This list isn't complete, but should give you an idea:Reinier Zwitserloot