aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/eclipse/handlers/EclipseHandlerUtil.java
AgeCommit message (Expand)Author
2017-03-07Fixed 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 onRoel Spilker
2017-01-06trivialRoel Spilker
2017-01-06add `@lombok.Generated` to generated classes, methods and fieldsRoel Spilker
2016-11-13fix of the issue 1230. @Tolerate not working for @Builder methods?Bulgakov Alexander
2015-07-16TypeLibrary 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-29Reverting 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-15ecj @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-05Finished refactor of FieldAugment; there's no longer a separate variant for b...Roel Spilker
2014-06-01Fixed up and extended Tolerate with support for constructors, and added docs.Reinier Zwitserloot
2014-06-01Fix a trivial bug in generateNullCheck.Maaartin Grajcar
2014-05-31Implement Tolerate.Maaartin Grajcar
2014-05-27Changed the lombok.nonNull.exceptionType configkey to be an enum, partly to e...Reinier Zwitserloot
2014-05-23Added confkey to make @NonNull generate a different exception because of the ...Reinier Zwitserloot
2014-03-18Merge branch 'master' into configurationRoel 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-10Improved error reporting in EclipseRoel Spilker
2014-02-05Fix 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-15added package-infos to lots of packages, updated the javadoc in these, and ma...Reinier Zwitserloot
2014-01-09Added code to NOT add @SuppressWarnings to things if a @SuppressWarnings is a...Reinier Zwitserloot
2013-09-24Merge branch 'master' into jdk8checkReinier Zwitserloot
2013-08-14* Fixed 553: @XArgsConstructor (and @Builder on a class) did not look at @Acc...Reinier Zwitserloot
2013-08-12replaced 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 overrideReinier Zwitserloot
2013-06-16Eclipse Builder implementation finished. Tests need fleshing out though.Reinier Zwitserloot
2013-06-16Added injectType methods to Eclipse/JavacHandlerUtil, which we'll need to inj...Reinier Zwitserloot
2013-05-31Added @NonNull on parameters feature (issue 514),Reinier Zwitserloot
2013-05-30Fixes for issue 470: VerifyErrors when using @SneakyThrows.Reinier Zwitserloot
2013-03-26Massive performance improvements, and a few potentially breaking changes for ...Roel Spilker
2013-02-11BIG commit:Reinier Zwitserloot
2012-10-30Fix for issue 408: IllegalArgumentException when generating setters in eclips...Reinier Zwitserloot
2012-08-06Added @Value and @FieldDefaults implementations for javac and ecj, the annota...Reinier Zwitserloot
2012-08-06Merge branch 'master' into witherReinier Zwitserloot
2012-08-06Untested implementation of HandleWither for eclipse along with minor refactor...Reinier Zwitserloot
2012-07-22A potential fix for issue #394; Memory leaks in eclipse introduced in lombok ...Reinier Zwitserloot
2012-07-12Wither support + tests (javac only; ecj tests are currently set to ignore).Reinier Zwitserloot
2012-07-11Fielding a request to make some stuff public. The things made public are alre...Reinier Zwitserloot
2012-07-02Simplified method injection into Eclipse. Pre-3.6 version of Eclipse seemedgrootjans
2012-07-02Generated methods used to be inserted one higher than the intended placegrootjans
2012-06-18Fix for issue 376 for EclipseRoel Spilker
2012-04-23Replaced the 'try some reflection and if that fails, oh well' code with catch...Reinier Zwitserloot
2012-04-21Now EclipseHandlerUtil.injectFields(..) also adds a <cinit> methodpeichhorn