Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-24 | Fix typo | Andre Brait | |
2020-09-24 | Revert unnecessary changes | Andre Brait | |
2020-09-24 | Eclipse impl and tests | Andre Brait | |
2020-09-24 | Attempt to implement cacheHashCode | Andre Brait | |
2020-06-19 | #1543: First primitives, then primitive wrappers, then other references | Roel Spilker | |
2020-06-18 | Fixes #1543: in equals, by default first compare the primitives | Roel Spilker | |
2020-06-11 | Oder equals/hashcode fields by rank or position | samukce | |
2019-03-25 | [javadoc] new javadoc tools, new boneheaded mistakes. Seemingly nobody gives ↵ | Reinier Zwitserloot | |
a toss about this tool over at oracle? Used some hacks to work around the worst offenses. | |||
2018-05-15 | [new-style include/exclude] added new-style include/exclude support to ↵ | Reinier Zwitserloot | |
EqualsAndHashCode. | |||
2017-06-13 | Javadoc now builds without warnings. All links to external javadoc replaced ↵ | Reinier Zwitserloot | |
with straight up links to avoid the <javadoc> target from trying to download a bunch of index pages. | |||
2017-06-13 | All references in javadoc to projectlombok.org URLs now use the canonical URL. | Reinier Zwitserloot | |
2017-03-07 | Fixed issue #778: problems with onX if the annotation to be added has named ↵ | Reinier Zwitserloot | |
args. | |||
2015-05-02 | Change http://projectlombok.org to https://projectlombok.org | Roel Spilker | |
2014-04-29 | added docs for the new onParam feature on EqualsAndHashCode, and some tiny ↵ | Reinier Zwitserloot | |
stylistic nitpicking. | |||
2014-04-03 | Adding eclipse support. | Christian Sterzl | |
2014-04-03 | Adding onParam to annotation @EqualsAndHashCode to add individual ↵ | Christian Sterzl | |
annotations to the parameters of equals and canEqual. | |||
2014-01-18 | [configuration] Moved ALL ConfigurationKey constants into ↵ | Reinier Zwitserloot | |
'ConfigurationKeys'; that bug where fields in annotation defs causes issues is too endemic to try and work around these. | |||
2014-01-18 | [configuration] initial batch of configuration keys, primarily for flag usages. | Reinier Zwitserloot | |
2012-11-17 | Updated the javadoc of each and every feature annotation that lombok has: | Reinier Zwitserloot | |
* Removed most documentation and instead put in a link to the much more up to date and extensive documentation at http://projectlombok.org/features * Getting ahead of ourselves a little, added notes on onConstructor/onParam/onMethod which we are about to add in the next few commits. * Updated copyrights to 2012. | |||
2011-11-07 | Changed copyright notices | Roel Spilker | |
2010-07-21 | Refactor: for using this.getX() instead of this.x in generated toString(), ↵ | Reinier Zwitserloot | |
equals(), and hashCode() methods. Field accessors are now always generated by a utility method. The one thing that remains is adding a getter searcher to this utility method. | |||
2009-11-25 | Refactored the source folders. | Reinier Zwitserloot | |