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
/
eclipse
/
handlers
/
HandleCleanup.java
Age
Commit message (
Expand
)
Author
2009-10-16
Switched all use of <code></code> in javadoc to {@code}.
Reinier Zwitserloot
2009-10-16
Fixed issue #24 by refactoring the AST.Node class - taken it out, and in the ...
Reinier Zwitserloot
2009-09-23
Massive change to the eclipse handlers: They now set the 'generatedBy' flag w...
Reinier Zwitserloot
2009-07-26
[TYPOS]
Reinier Zwitserloot
2009-07-18
Refactored the name of the cleanup method arg to 'value'.
Reinier Zwitserloot
2009-07-06
Last massive documentation dump. All basic javadoc is now done, though especi...
Reinier Zwitserloot
2009-07-01
Added ability to @Synchronized to explicitly name the lock object.
Reinier Zwitserloot
2009-07-01
Added a bonus feature to @Cleanup: Assigning a @Cleanup marked variable to an...
Reinier Zwitserloot
2009-07-01
Added HandleCleanup support for javac, and fixed a bug in AST.java which caus...
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-26
Cleanup implemented for eclipse!
Reinier Zwitserloot