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
/
PatchVal.java
Age
Commit message (
Expand
)
Author
2012-04-19
fixed: @val didn't work with rawtypes in enhanced for loops
peichhorn
2012-02-15
'val' is no longer legal in basic for loops now. Fixes issue #346
Reinier Zwitserloot
2011-11-20
Fixed issue 300: 'lombok.val' (vs. just val and an import statement) didn't f...
Reinier Zwitserloot
2011-11-07
Changed copyright notices
Roel Spilker
2011-10-24
pretty big refactor; introduced a new source package which should be (and is)...
Reinier Zwitserloot
2011-05-16
Split up PatchVal into the ecj and eclipse bits; in ecj you'd just get NoSuch...
Reinier Zwitserloot
2010-12-22
After 2 weeks of debugging, finally figured out val in eclipse using lombok.v...
Reinier Zwitserloot
2010-11-29
Added 'val' as a type which the 'val' fake keyword must resolve to before val...
Reinier Zwitserloot
2010-11-19
Fix for reported NPEs by Stephen Haberman.
Reinier Zwitserloot
2010-11-15
Added copyright notices to PatchVal and PatchDelegate [trivial]
Reinier Zwitserloot
2010-11-14
Moved patch code specific to val and delegate to their own class.
Reinier Zwitserloot