index
:
github/lombok.git
feat/memoize
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lombok
/
javac
/
JavacAST.java
Age
Commit message (
Expand
)
Author
2009-07-03
Fine-tuning eclipse's error reporting found some minor issues and even 1 bug ...
Reinier Zwitserloot
2009-07-01
Pretty big fix for reparse() - now uses rebuild(), which also received a pret...
Reinier Zwitserloot
2009-06-30
After a great many iterations, Cleanup has now been reduced in functionality ...
Reinier Zwitserloot
2009-06-28
Preparating for java 1.5-ification. All stuff that isn't specific to javac sh...
Reinier Zwitserloot
2009-06-24
Added proper support for changing the AST as its being visited, both removal ...
Reinier Zwitserloot
2009-06-21
Due to a java bug, constants in enums don't work, so instead the default acce...
Reinier Zwitserloot
2009-06-17
Added the SetterHandler for javac. Also added a way to get the SymbolTable on...
Reinier Zwitserloot
2009-06-17
Moved the traverse() from Eclipse/JavacAST to Eclipse/JavacAST.Node, so that ...
Reinier Zwitserloot
2009-06-17
Trivial
Reinier Zwitserloot
2009-06-17
Error reporting now works 99% properly - the right position is being marked o...
Reinier Zwitserloot
2009-06-17
Warnings and errors on specific positions works, sort of. Still missing somet...
Reinier Zwitserloot
2009-06-17
Massive refactors. This list isn't complete, but should give you an idea:
Reinier Zwitserloot