aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/eclipse/handlers/HandleConstructor.java
AgeCommit message (Expand)Author
2022-03-13[fixes #3133] Add annotation bits to annotation copy targetsRawi01
2021-03-22Merge branch 'records'Reinier Zwitserloot
2021-03-16[build] sped up the build considerable.Reinier Zwitserloot
2020-10-03[builder] big refactor: Fixing CheckerFramework features + all params now in ...Reinier Zwitserloot
2020-09-10Add record supportRawi01
2020-06-25Avoid class.getSimpleName except in static initializers or error messagesRoel Spilker
2020-01-31[issue #788] Add more nullity annotations where relevantReinier Zwitserloot
2020-01-31[issue #2221] simplified configuration for `@Singular`-generated plural form ...Reinier Zwitserloot
2020-01-07[fixes #2327] mostly trivial: Added this. for field access and unified code g...Reinier Zwitserloot
2020-01-06[fixes #2268] make lombok generate qualified types in order to avoid name cla...Reinier Zwitserloot
2019-08-22[checkerframework]Reinier Zwitserloot
2019-05-07[Feature] staticConstructor should use already defined private constructor if...daliclass
2019-01-28Replace sized array in toArray with 0Robert Wertman
2018-10-15Don't initialize already initialized final fields. Fixes #1829.Roel Spilker
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-11Add configuration key, handle whereever NULLABLE is handled, support Eclipse.Werner Dietl
2018-07-03[issue #1347] When lombok generates constructors, it should call the `@Builde...Reinier Zwitserloot
2018-06-13Merge branch 'janrieke-superBuilder'Reinier Zwitserloot
2018-06-04Make `extraPrivate` opt-in instead of opt-out. Fixes #1708Roel Spilker
2018-06-04Do not generate a private no-args constructor if:Roel Spilker
2018-05-31Revert "ecj: SuperBuilderBasic test passes (removed superconstructor calls)"Jan Rieke
2018-05-28Generate default no-args constructorRoel Spilker
2018-05-17ecj: SuperBuilderBasic test passes (removed superconstructor calls)Jan Rieke
2018-03-28Merge branch 'master' of https://github.com/janrieke/lombok into janrieke-masterReinier Zwitserloot
2018-03-27[trivial] some memoryload improvements by not making a new instance but using...Reinier Zwitserloot
2017-12-04for lombok v2, make generation of ConstructorProperties an optional extra, in...Reinier Zwitserloot
2017-09-18Merge branch 'master' of https://github.com/kchirls/lombok into kchirls-masterRoel Spilker
2017-03-23[i1180] generate ConstructorProperties also for (package) private constructorsRoel Spilker
2017-03-20Fixing issue #1201: Builder now supports defaults!Reinier Zwitserloot
2017-03-15Updates for pull request #1284. Fix for issues #869 and #1018.Kevin Chirls
2017-03-14singularizer's build code for any variable name (not only "this")Jan Rieke
2017-03-14moved code only relevant to builders to HandleBuilder (Eclipse)Jan Rieke
2017-03-13Merge remote-tracking branch 'upstream/master'Jan Rieke
2017-03-07removed the suppressConstructorProperties param.Reinier Zwitserloot
2017-03-07Fixed issue #778: problems with onX if the annotation to be added has named a...Reinier Zwitserloot
2017-02-15builder-based constructors for type @Builders [Eclipse]Jan Rieke
2016-11-11fix for the issue 1228. @NoArgsConstructor(force = true) fails on primitive a...Bulgakov Alexander
2015-07-22Support for @NoArgsConstructor(force = true).Reinier Zwitserloot
2015-01-29Reverting the revert of purely a style issue; the copyAnnotations method is n...Reinier Zwitserloot
2014-12-08moved builder to core package (deprecated old one, created new one, added ali...Reinier Zwitserloot
2014-06-01Revert "Remove a wrong test for copyAnnotations returning empty array."Reinier Zwitserloot
2014-05-31Remove a wrong test for copyAnnotations returning empty array.Maaartin Grajcar
2014-05-23Added confkey to make @NonNull generate a different exception because of the ...Reinier Zwitserloot
2014-03-26[i659] suppression of @ConstructorProperties should use config instead. Also ...Roel Spilker
2014-03-04[configuration] Merge branch 'master' as we work on configuration.Reinier Zwitserloot
2014-01-20[configuration] Added all the @Accessors stuff as a configuration key.Reinier Zwitserloot
2014-01-18[configuration] Moved ALL ConfigurationKey constants into 'ConfigurationKeys'...Reinier Zwitserloot
2014-01-18[configuration] implementation of flagUsage for all handlers.Reinier Zwitserloot
2014-01-15added package-infos to lots of packages, updated the javadoc in these, and ma...Reinier Zwitserloot