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
/
lombok
/
eclipse
/
handlers
/
HandleEqualsAndHashCode.java
Age
Commit message (
Expand
)
Author
2009-10-16
Fixed issue #24 by refactoring the AST.Node class - taken it out, and in the ...
Reinier Zwitserloot
2009-09-23
Massive change to the eclipse handlers: They now set the 'generatedBy' flag w...
Reinier Zwitserloot
2009-09-03
Addressed issue #32: The @EqualsAndHashCode and @ToString annotations now sup...
Reinier Zwitserloot
2009-09-01
Added position information _everywhere_ in EqualsAndHashCode and ToString gen...
Reinier Zwitserloot
2009-08-27
Set the source positions in eclipse of copied over annotations (used in @NonN...
Reinier Zwitserloot
2009-08-27
Merge branch 'nonnull'
Reinier Zwitserloot
2009-08-27
Now @Nullable is also copied over.
Reinier Zwitserloot
2009-08-27
Made all parameters of all generated methods 'final'.
Reinier Zwitserloot
2009-08-01
The warning for not enabling callSuper cannot be avoided, but there are legal...
Reinier Zwitserloot
2009-07-27
Split off generation of equals() and hashCode() methods form @Data into a new...
Reinier Zwitserloot