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
/
messages-ecj
Age
Commit message (
Expand
)
Author
2013-08-12
replaced double underscore as new standard way of writing the dummy annotatio...
Reinier Zwitserloot
2013-07-16
* Fixed issues with @FieldDefaults and @Value (you can NOT override
Reinier Zwitserloot
2013-07-07
@Getter(lazy=true) now uses a different, more efficient desugaring. Implement...
Reinier Zwitserloot
2013-05-31
Added @NonNull on parameters feature (issue 514),
Reinier Zwitserloot
2013-05-06
Fixed issue 513: If equals is present but hashCode isn't, @Data now generates...
Reinier Zwitserloot
2013-02-11
BIG commit:
Reinier Zwitserloot
2012-10-25
The testrunner now uses a different mechanism to verify correctness of produc...
Reinier Zwitserloot
2012-08-10
Added tests for @FieldDefaults and @Value.
Reinier Zwitserloot
2012-08-06
fully tested the HandleWither impl for eclipse.
Reinier Zwitserloot
2012-07-16
fixed issue 391: Using 'staticConstructor' on @Data whilst an @XxxArgsConstru...
Reinier Zwitserloot
2012-07-16
fixed tests since Robbert Jan's fix for issue 377.
Reinier Zwitserloot
2012-04-19
fixed: @val didn't work with rawtypes in enhanced for loops
peichhorn
2012-03-26
Added full test suite for @Accessors, as well as the new rules for whether or...
Reinier Zwitserloot
2012-03-26
Finished work on @Accessors
Reinier Zwitserloot
2012-02-15
Couple more tests for val
Reinier Zwitserloot
2012-02-14
More test files, test files updated to be valid java, and ecj test now goes t...
Reinier Zwitserloot
2011-07-18
Now either all or none of equals/hashCode/canEqual is generated. Fixes issue ...
Roel Spilker
2011-02-07
Testcases updated with new behaviour of @Getter/@Setter on booleans.
Reinier Zwitserloot
2010-11-11
@Getter(lazy=true) now also works in Eclipse
Roel Spilker
2010-11-10
From now on it is possible to specify annotations to be placed on the method
Roel Spilker
2010-11-03
Intial support for @Log, for now only slf4j
Roel Spilker
2010-07-22
Added tests for ecj, fixed a few minor bugs that came out of that.
Reinier Zwitserloot