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
/
core
/
lombok
/
javac
/
handlers
/
HandleCleanup.java
Age
Commit message (
Expand
)
Author
2011-10-24
pretty big refactor; introduced a new source package which should be (and is)...
Reinier Zwitserloot
2011-08-16
Renamed Javac.getCTCint to getCtcInt
Roel Spilker
2011-06-20
Javac/EclipseAnnotationHandler are now abstract classes instead of interfaces...
Reinier Zwitserloot
2011-05-30
tracking if an annotation has been handled or not is now no longer done
Reinier Zwitserloot
2011-03-18
Rewritten @Cleanup's new null analysis prevention to not use
Reinier Zwitserloot
2010-12-18
Moved all the Compile time constants from the Javac handlers and supporting c...
grootjans
2010-11-18
In javac, use ListBuffer to append
Roel Spilker
2010-11-09
Merge branch 'master' into javaChickenAndEgg
Reinier Zwitserloot
2010-11-09
Experiment to try and make java 'self referential' by deleting the Enter and ...
Reinier Zwitserloot
2010-11-09
Added lombok.Lombok.preventNullAnalysis to the null test in @Cleanup to suppress
Roel Spilker
2010-11-02
Issue 154: Add null-check to @Cleanup
Roel Spilker
2009-11-27
Thorough work on inserting comments in the proper place for delombok; should ...
Roel Spilker
2009-11-25
Refactored the source folders.
Reinier Zwitserloot