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
/
test
/
transform
/
resource
/
after-eclipse
Age
Commit message (
Expand
)
Author
2012-02-14
More test files, test files updated to be valid java, and ecj test now goes t...
Reinier Zwitserloot
2012-01-24
Added test for @Getter(AccessLevel.NONE)
Roel Spilker
2012-01-24
Fix for issue 328: @Delegate on a field for which we also generate a getter w...
Roel Spilker
2012-01-19
[Issue 275] Allow @Delegate on no-argument methods
peichhorn
2011-12-19
Now the type resolver also finds top-level types in a compilation unit that n...
Reinier Zwitserloot
2011-11-20
Fix for issue 299: labels would break 'val' in javac.
Reinier Zwitserloot
2011-11-13
Eclipse/JavacHandlerUtil.injectField(...) inserts the new fields after the en...
peichhorn
2011-11-07
Fixed eclipse and ecj unit test broken by 99e36bf51c26152c53c8acefa90cce80af6...
Robbert Jan Grootjans
2011-11-01
Fixed unit tests to take into account work on issue 289 and 287.
Roel Spilker
2011-09-05
fixed Issue 271: @NotNull annotations should introduce a null check
peichhorn
2011-08-15
Removed support for onMethod, onParam and onConstructor due to javac7 type in...
Roel Spilker
2011-07-18
Now either all or none of equals/hashCode/canEqual is generated. Fixes issue ...
Roel Spilker
2011-06-05
Allow "before" to be used as a source-package for eclipse tests (see LoggerSl...
Philipp Eichhorn
2011-06-01
Added a test infrastructure that simulates eclipse with diet-parse, type-bind...
peichhorn