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
/
eclipseAgent
/
lombok
/
eclipse
/
agent
/
PatchFixes.java
Age
Commit message (
Collapse
)
Author
2010-11-08
Ran into a one-off, non-repeatable problem involving arguments not binding ↵
Reinier Zwitserloot
correctly. Just in case its our fault, added some extra code to not even attempt any 'val' shenanigans in method arguments (which are LocalDeclaration subclasses).
2010-11-08
'val' now also works in foreach loops, on both javac and ecj / eclipse.
Reinier Zwitserloot
2010-11-08
Little cleanup
Roel Spilker
2010-11-07
'val' support for eclipse.
Reinier Zwitserloot
2010-09-30
trivial: javadoc fixes, renamed 'className' to 'fileName'for postprocessor
Reinier Zwitserloot
2010-08-15
Added name of compilation unit to error/warnings generated by postProcess.
Roel Spilker
2010-08-08
Post-compilation works in both Eclipse and ecj
Roel Spilker
2010-07-22
Updated copyright statements and version release name.
Reinier Zwitserloot
2010-07-21
Added some 'live debugging' - patches to improve error reporting for bugs ↵
Reinier Zwitserloot
that are very hard to reproduce.
2009-12-30
Command line compiling with ecj at source 1.6 now works!
Reinier Zwitserloot
2009-11-27
We encountered a strange NPE here. Can't reproduce, nevertheless added ↵
Roel Spilker
null-checks
2009-11-25
Refactored the source folders.
Reinier Zwitserloot