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
/
delombok
Age
Commit message (
Expand
)
Author
2010-07-20
Added support for setting up an alternative diagnostics listener
Roel Spilker
2010-07-20
Moved DeleteLombokAnnotations to the proper package and source dir.
Reinier Zwitserloot
2010-07-20
Added copyright header to DelombokApp.java
Reinier Zwitserloot
2010-07-20
import lombok.AccessLevel is now also removed during delomboking.
Reinier Zwitserloot
2010-02-14
Merge branch 'master' of git@github.com:rzwitserloot/lombok
Roel Spilker
2010-02-14
Added unicode escape writing to avoid pesky encoding issues.
Roel Spilker
2010-02-10
cmdreader no longer needs @Parameterized
Reinier Zwitserloot
2010-01-11
Made DelombokApp's error message if tools.jar is in fact missing more useful;...
Reinier Zwitserloot
2010-01-11
Made discovery of tools.jar slightly more robust and got rid of the double er...
Reinier Zwitserloot
2010-01-07
Fixing javac's PrettyPrinter's screwup on enum members with bodies or paramet...
Reinier Zwitserloot
2009-12-21
[TRIVIAL] style
Reinier Zwitserloot
2009-12-08
Fixed issue #78: Delombok should not copy hidden directories (like .git or .c...
Reinier Zwitserloot
2009-12-07
Support finding tools.jar from other locations as well
Roel Spilker
2009-12-04
Started working on delombok without a file
unknown
2009-12-02
Make delombok actually work from the command line if tools.jar is not already...
Roel Spilker
2009-11-30
Finally got the printing of comments right. Also added a test to see if the d...
unknown
2009-11-29
Improved comment placement (newlines, whitespace)
Roel Spilker
2009-11-29
Annotations on parameters should be inline
Roel Spilker
2009-11-28
Merge branch 'master' of git@github.com:rzwitserloot/lombok
Reinier Zwitserloot
2009-11-28
Redesigned how lombok runs as a command line app, added the ability to print ...
Reinier Zwitserloot
2009-11-27
Merge branch 'master' of git@github.com:rzwitserloot/lombok
unknown
2009-11-27
Removed empty () for annotation without parameters
unknown
2009-11-27
Fix for actually using tools.jar properly.
Reinier Zwitserloot
2009-11-27
--help now no longer prints errors.
Reinier Zwitserloot
2009-11-27
Delombok now auto-discovers and uses tools.jar from your java installation.
Reinier Zwitserloot
2009-11-27
The delombok task now works!
Reinier Zwitserloot
2009-11-27
SPI-ified the 'app' concept, which lets us create little apps inside lombok.j...
Reinier Zwitserloot
2009-11-27
Preliminary version of the delombok ant task.
Reinier Zwitserloot
2009-11-27
Delombok now works from the command line as:
Reinier Zwitserloot
2009-11-27
Fixed whitespace to project standards.
Reinier Zwitserloot
2009-11-27
Added a class that is easier to use than the parser itself for delombok, as w...
Reinier Zwitserloot
2009-11-27
Thorough work on inserting comments in the proper place for delombok; should ...
Roel Spilker
2009-11-27
delombok now calls lombok. wahey!
Reinier Zwitserloot
2009-11-26
Minor refactoring + added testcase for for-loop
unknown
2009-11-26
Major restructuring+adding tests
Roel Spilker
2009-11-25
Solved or suppressed warnings
unknown
2009-11-25
Work in progress on delombok.
Roel Spilker