aboutsummaryrefslogtreecommitdiff
path: root/src/lombok/eclipse/EclipseAST.java
AgeCommit message (Expand)Author
2009-06-21trivialReinier Zwitserloot
2009-06-21Due to a java bug, constants in enums don't work, so instead the default acce...Reinier Zwitserloot
2009-06-17Moved the traverse() from Eclipse/JavacAST to Eclipse/JavacAST.Node, so that ...Reinier Zwitserloot
2009-06-17Turns out using instanceof checks to figure out if a LocalDeclaration is a me...Reinier Zwitserloot
2009-06-17Massive refactors. This list isn't complete, but should give you an idea:Reinier Zwitserloot
2009-06-15Switched the level of the Node object you get during a visitAnnotationOnX cal...Reinier Zwitserloot
2009-06-15Added annotations as definitive children of nodes in our custom AST, and upda...Reinier Zwitserloot
2009-06-15all eclipse AST Statements objects are now part of the custom AST we build fo...Reinier Zwitserloot
2009-06-14Made lombok more robust by catching exceptions near the top level and turning...Reinier Zwitserloot
2009-06-14Added support to generate errors, both on specific nodes in an AST (generifie...Reinier Zwitserloot
2009-06-12Clinits should be skipped, as they are useless, and the docs even say they wi...Reinier Zwitserloot
2009-06-12Removed the WeakHashMap for caching EclipseAST objects; obviously wasn't work...Reinier Zwitserloot
2009-06-12Singularly massive code change, too hard to document. Basically, hooking now ...Reinier Zwitserloot