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
/
core
/
lombok
/
javac
/
handlers
/
HandleEqualsAndHashCode.java
Age
Commit message (
Expand
)
Author
2010-12-31
calls to canEqual and equals are now fored to go to the version that has 1 Ob...
Reinier Zwitserloot
2010-12-18
Moved all the Compile time constants from the Javac handlers and supporting c...
grootjans
2010-11-18
In javac, use ListBuffer to append
Roel Spilker
2010-11-11
Merge branch 'master' into lazyinit
Roel Spilker
2010-11-11
@Getter(lazy=true) support for javac
Roel Spilker
2010-11-09
EqualsAndHashCode no longer worked right when working on a class with 0 filed...
Reinier Zwitserloot
2010-11-09
EqualsAndHashCode no longer worked right when working on a class with 0 filed...
Reinier Zwitserloot
2010-11-09
Merge branch 'master' into javaChickenAndEgg
Reinier Zwitserloot
2010-11-09
Experiment to try and make java 'self referential' by deleting the Enter and ...
Reinier Zwitserloot
2010-11-09
Added lombok.Lombok.preventNullAnalysis to the null test in @Cleanup to suppress
Roel Spilker
2010-11-08
Added support for canEqual in ecj
Roel Spilker
2010-11-08
Added support for canEquals in javac
Roel Spilker
2010-07-22
Added tests for ecj, fixed a few minor bugs that came out of that.
Reinier Zwitserloot
2010-07-21
Added using .getX() instead of using .x in equals, hashCode, and toString. Al...
Reinier Zwitserloot
2010-07-21
Refactor: for using this.getX() instead of this.x in generated toString(), eq...
Reinier Zwitserloot
2009-12-02
Use chainDots to generate java.lang.Object to get rid of the extra prepended ...
Roel Spilker
2009-11-27
Thorough work on inserting comments in the proper place for delombok; should ...
Roel Spilker
2009-11-25
Refactored the source folders.
Reinier Zwitserloot