aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/eclipse/handlers/EclipseHandlerUtil.java
AgeCommit message (Expand)Author
2019-03-26[i2078] Add possibility to generate assert on `@NonNull`Roel Spilker
2019-03-25[performance] improve typeMatches lookup. Especially in light of the built-in...Reinier Zwitserloot
2019-02-19var/val in Eclipse can now handle intersection types, fixes #1986Roel Spilker
2018-11-01[feature] FieldNameConstants now works like Builder: Make whatever bits it do...Reinier Zwitserloot
2018-10-29eliminate ‘you are using private API’ warnings by streamlining all reflec...Reinier Zwitserloot
2018-09-18Finishing work on making lombok do sensible things with TYPE_USE annotations ...Reinier Zwitserloot
2018-09-11Replaced the notion of ‘nullable’ and ‘nonnull’ get copied to ‘any ...Reinier Zwitserloot
2018-09-11code review and fixes for the ‘copyable annotations’ setting concept.Reinier Zwitserloot
2018-09-04[issue #1851] Lombok needs to generate type-use annotations when copying over...Reinier Zwitserloot
2018-08-28[fixes #1836] superbuilder didn’t play ball with field prefixes, at least i...Reinier Zwitserloot
2018-08-21[fixes #1812] `@Singular` marked collections which nevertheless somehow ended...Reinier Zwitserloot
2018-06-04Do not generate a private no-args constructor if:Roel Spilker
2018-05-28Generate default no-args constructorRoel Spilker
2018-05-15[new-style include/exclude] added new-style include/exclude support to Equals...Reinier Zwitserloot
2018-05-14[annotation based ToString] hey.. we have annotation based ToString now, wher...Reinier Zwitserloot
2018-04-17[Fixes #1656] Lombok would silently do the wrong thing when using references ...Reinier Zwitserloot
2018-04-05[fieldNameConstants] code review, docs, tests, fixup.Reinier Zwitserloot
2018-03-27[trivial] some memoryload improvements by not making a new instance but using...Reinier Zwitserloot
2018-02-07[trivial] copyright header year bump to 2018Reinier Zwitserloot
2018-02-07As we’re preparing to release v2, we want to delete the experimental editio...Reinier Zwitserloot
2017-03-23Fixed issue #1342: builder now marks generated stuff as deprecated if appropr...Reinier Zwitserloot
2017-03-20Fixing issue #1201: Builder now supports defaults!Reinier Zwitserloot
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