Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-11 | getName call it self result in stackoverflow | skyupward | |
I think line 12 is incorrect, call "this.getName()" in it self will cause stackoverflow.Change to return this.name. | |||
2017-09-29 | fixing documentation mixup | Jorg Bartnick | |
2017-05-29 | varExample class was confusingly called ValExample. | Reinier Zwitserloot | |
2017-03-20 | Fixing issue #1201: Builder now supports defaults! | Reinier Zwitserloot | |
2017-03-07 | Fixed issue #778: problems with onX if the annotation to be added has named ↵ | Reinier Zwitserloot | |
args. | |||
2016-11-21 | Finish documentation on `var` | Roel Spilker | |
2016-10-31 | added var.html | Bulgakov Alexander | |
2015-11-16 | [builder] Added clearX() functionality for `@Singular` annotations for ↵ | Reinier Zwitserloot | |
javac. Also docs and changelog. | |||
2015-08-19 | Some documentation fixed discovered as we released 1.16.6 | Reinier Zwitserloot | |
2015-08-16 | Added documentation for @Helper | Reinier Zwitserloot | |
2015-06-25 | The hashCode() method now generates a magic prime instead of 0 for the hash ↵ | Reinier Zwitserloot | |
of null values; this reduces collisions. | |||
2015-05-02 | Change http://projectlombok.org to https://projectlombok.org | Roel Spilker | |
2015-02-02 | added impl for @UtilityClass. | Reinier Zwitserloot | |
2015-01-26 | small updates to the documentation of @Singular. | Reinier Zwitserloot | |
2015-01-26 | documentation for @Singular. | Reinier Zwitserloot | |
2014-05-21 | Fix website re. Delegate | Roel Spilker | |
2014-03-26 | [i659] suppression of @ConstructorProperties should use config instead. Also ↵ | Roel Spilker | |
modified all onX examples to use two underscores. | |||
2014-03-26 | [i660] canEqual is now protected instead of public. | Roel Spilker | |
Also fixed the total lack of canEqual in the usage examples. | |||
2014-02-10 | [deps] Updated eclipse deps to 3.9 tree. This also enables testing java7 ↵ | Reinier Zwitserloot | |
features on ecj. [Log] updated naming for @Log (topic= instead of mchmulder's 'value'). | |||
2014-02-08 | Explained how to customise the category of the generated Log(ger) | Maarten Mulders | |
2014-01-21 | Added extra example to the online documentation for @Log | Roel Spilker | |
2014-01-21 | Issue 630: Several small documentation fixed for Log | Roel Spilker | |
2014-01-19 | Issue 625: use (even) better primes for hashcodes | Roel Spilker | |
2014-01-09 | [#625] Instead of '31' as a prime number for hashCode(), use something else. ↵ | Reinier Zwitserloot | |
31, probably owing to its inclusion in Effective Java, is overused, as proven by Maaartinus in issue 625. Switching to 277 instead. Also, 1231/1237 pair used for booleans has been replaced by 2591/2609. | |||
2013-08-28 | fixed a code typo in the getterlazy usage example. Credits to Adam Brewster ↵ | Reinier Zwitserloot | |
for spotting it! | |||
2013-07-08 | Fixed value's snippet integration (it hadn't been updated yet now that Value ↵ | Reinier Zwitserloot | |
has moved from experimental into core). | |||
2013-07-08 | Support for javadoc copying in Getter/Setter generation for javac, as well ↵ | Reinier Zwitserloot | |
as updates to all relevant documentation | |||
2013-07-07 | updated docs for new desugaring for getter(lazy=true) | Reinier Zwitserloot | |
2013-06-18 | javac builder implementation. Passes all tests. | Reinier Zwitserloot | |
Added toString() impl for builders in both eclipse and javac. Added all documentation, though it'll need some reviewing. | |||
2013-05-31 | Added @NonNull on parameters feature (issue 514), | Reinier Zwitserloot | |
including docs and changelog. | |||
2013-02-18 | Changed @Value to no longer imply @Wither. Usually you want only | Reinier Zwitserloot | |
a few or no withers at all, and adding them is a lot simpler than removing them. This is a breaking change, but then that's why @Value was in experimental in the first place. | |||
2013-02-18 | whoops, belated push and fixes to the documentation of onX | Reinier Zwitserloot | |
2012-11-17 | Added all documentation for the onX feature and updated changelog. | Reinier Zwitserloot | |
Now to actually write the feature (Well, rescue it from the onX-removal tag). | |||
2012-08-13 | prettying up the pre/post examples for FieldDefaults and ExtensionMethod | Reinier Zwitserloot | |
2012-08-13 | Documentation for @Value, @FieldDefaults, @Wither | Reinier Zwitserloot | |
2012-06-25 | tiny typo in post usage example of Delegate in feature docs. | Reinier Zwitserloot | |
2012-06-18 | Added documentation for @ExtensionMethod feature | Reinier Zwitserloot | |
2012-04-29 | Updated the after-delombok images to the latest state. | Roel Spilker | |
2012-03-27 | fixes for 'ant website' build target. Also fixing some errors in javadoc. | Reinier Zwitserloot | |
2012-03-27 | Finished up documentation for Accessors. | Reinier Zwitserloot | |
2011-08-15 | Removed support for onMethod, onParam and onConstructor due to javac7 type ↵ | Roel Spilker | |
incapabilities. Issue #251 | |||
2011-07-14 | The site's lombok v. vanilla java examples included lombok annotations on ↵ | Reinier Zwitserloot | |
the vanilla java side. Fabrizio Guidici found this one. | |||
2011-06-29 | A 'final' was missing in the vanilla version of the 'val' usecase. | Reinier Zwitserloot | |
2011-06-22 | fixed type mismatch in lazy getter example (issue 223) | peichhorn | |
note: this example shows how lazy getter would work once issue 160 is no more | |||
2011-05-09 | Updated Delegate docs now that we've changed how it works (it no longer ↵ | Reinier Zwitserloot | |
detects that you've implemented a few to-be delegated methods yourself). | |||
2011-02-28 | Updates examples to use Guice and hibernate validators. | grootjans | |
2011-02-28 | Issue 192: Add documentation for onMethod=, onParam, onConstructor | grootjans | |
still have to make a minor edit in the pre/post files | |||
2011-02-07 | Added documentation for @Delegate. This fixes issue 189 | grootjans | |
2011-01-31 | Issue 182: Cleanup documentation should include null-check | Roel Spilker | |
2010-11-29 | @ToString usage example had a typo in it (used 'excludes' instead of the ↵ | Reinier Zwitserloot | |
correct 'exclude'). Thanks to Francois Marot for spotting this problem. Fixes issue #168. |