Age | Commit message (Expand) | Author |
2017-03-07 | Fixed issue #778: problems with onX if the annotation to be added has named a... | Reinier Zwitserloot |
2017-02-09 | [i1014] Only add lombok.Generated if it is explicitly turned on | Roel Spilker |
2017-01-06 | trivial | Roel Spilker |
2017-01-06 | add `@lombok.Generated` to generated classes, methods and fields | Roel Spilker |
2016-11-13 | fix of the issue 1230. @Tolerate not working for @Builder methods? | Bulgakov Alexander |
2015-07-16 | TypeLibrary now compatible with inner types. | Reinier Zwitserloot |
2015-02-02 | [i702] findbugs suppress warnings now available via config key. | Reinier Zwitserloot |
2015-01-30 | * Added config key ‘lombok.addGeneratedAnnotation’. | Reinier Zwitserloot |
2015-01-30 | [i623] added eclipse code for generating @javax.annotation.Generated, and ref... | Reinier Zwitserloot |
2015-01-29 | Reverting the revert of purely a style issue; the copyAnnotations method is n... | Reinier Zwitserloot |
2015-01-19 | * Refactor AnnotationValues generator to also pick up on annotation ‘method... | Reinier Zwitserloot |
2015-01-15 | ecj @Builder @Singular support for j.u. sets and maps. | Reinier Zwitserloot |
2014-06-25 | [issue 699] [issue 682] [issue 683] lots of fixes for eclipse/ecj based issue... | Roel Spilker |
2014-06-24 | [issue 699] fileName (for finding absolute path of a source file) are sometim... | Roel Spilker |
2014-06-05 | Finished refactor of FieldAugment; there's no longer a separate variant for b... | Roel Spilker |
2014-06-01 | Fixed up and extended Tolerate with support for constructors, and added docs. | Reinier Zwitserloot |
2014-06-01 | Fix a trivial bug in generateNullCheck. | Maaartin Grajcar |
2014-05-31 | Implement Tolerate. | Maaartin Grajcar |
2014-05-27 | Changed the lombok.nonNull.exceptionType configkey to be an enum, partly to e... | Reinier Zwitserloot |
2014-05-23 | Added confkey to make @NonNull generate a different exception because of the ... | Reinier Zwitserloot |
2014-03-18 | Merge branch 'master' into configuration | Roel Spilker |
2014-03-17 | [#590][refactor] Fix for deadlock in WeakHashMap. Refactored all code that us... | Roel Spilker |
2014-03-04 | [configuration] Merge branch 'master' as we work on configuration. | Reinier Zwitserloot |
2014-02-10 | Improved error reporting in Eclipse | Roel Spilker |
2014-02-05 | Fix for issue 631. Martin, thanks for the contribution. | Roel Spilker |
2014-01-20 | [configuration] Added all the @Accessors stuff as a configuration key. | Reinier Zwitserloot |
2014-01-15 | added package-infos to lots of packages, updated the javadoc in these, and ma... | Reinier Zwitserloot |
2014-01-09 | Added code to NOT add @SuppressWarnings to things if a @SuppressWarnings is a... | Reinier Zwitserloot |
2013-09-24 | Merge branch 'master' into jdk8check | Reinier Zwitserloot |
2013-08-14 | * Fixed 553: @XArgsConstructor (and @Builder on a class) did not look at @Acc... | Reinier Zwitserloot |
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-06-16 | Eclipse Builder implementation finished. Tests need fleshing out though. | Reinier Zwitserloot |
2013-06-16 | Added injectType methods to Eclipse/JavacHandlerUtil, which we'll need to inj... | Reinier Zwitserloot |
2013-05-31 | Added @NonNull on parameters feature (issue 514), | Reinier Zwitserloot |
2013-05-30 | Fixes for issue 470: VerifyErrors when using @SneakyThrows. | Reinier Zwitserloot |
2013-03-26 | Massive performance improvements, and a few potentially breaking changes for ... | Roel Spilker |
2013-02-11 | BIG commit: | Reinier Zwitserloot |
2012-10-30 | Fix for issue 408: IllegalArgumentException when generating setters in eclips... | Reinier Zwitserloot |
2012-08-06 | Added @Value and @FieldDefaults implementations for javac and ecj, the annota... | Reinier Zwitserloot |
2012-08-06 | Merge branch 'master' into wither | Reinier Zwitserloot |
2012-08-06 | Untested implementation of HandleWither for eclipse along with minor refactor... | Reinier Zwitserloot |
2012-07-22 | A potential fix for issue #394; Memory leaks in eclipse introduced in lombok ... | Reinier Zwitserloot |
2012-07-12 | Wither support + tests (javac only; ecj tests are currently set to ignore). | Reinier Zwitserloot |
2012-07-11 | Fielding a request to make some stuff public. The things made public are alre... | Reinier Zwitserloot |
2012-07-02 | Simplified method injection into Eclipse. Pre-3.6 version of Eclipse seemed | grootjans |
2012-07-02 | Generated methods used to be inserted one higher than the intended place | grootjans |
2012-06-18 | Fix for issue 376 for Eclipse | Roel Spilker |
2012-04-23 | Replaced the 'try some reflection and if that fails, oh well' code with catch... | Reinier Zwitserloot |
2012-04-21 | Now EclipseHandlerUtil.injectFields(..) also adds a <cinit> method | peichhorn |