aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/javac/handlers/HandleSuperBuilder.java
AgeCommit message (Expand)Author
2023-01-12Merge pull request #3232 from janrieke/superBuilderFixMethodExistsChecksReinier Zwitserloot
2022-07-15[fix #3230] switch setter and self/build methods to allow overloadedJan Rieke
2022-06-17(SuperBuilder) fix javac type params on conflicting namesJan Rieke
2022-06-17(fixes #3202) check extends/implements for collisions (SuperBuilder)Jan Rieke
2022-01-31[fixes #3053] Delay default annotation removalRawi01
2022-01-09[fixes #3081] make CheckerFramework's This a type annotationJan Rieke
2022-01-07[fixes #2908] don't generate checkerframework's @NotCalledMethodsJan Rieke
2021-12-12[fixes #3036] Keep builder default initializer positionRawi01
2021-10-18[#2693] Review and updates for javabeans-style capitalization lombok.configReinier Zwitserloot
2021-06-03[fixes #2838] Handle anonymous classes properlyRawi01
2021-04-18Merge branch 'enter-types-methods-fields' of git://github.com/Rawi01/lombok i...Reinier Zwitserloot
2021-03-24Merge pull request #2687 from janrieke/superBuilderConfigBuilderClassNameReinier Zwitserloot
2021-03-22Merge branch 'records'Reinier Zwitserloot
2021-03-21Merge pull request #2772 from janrieke/superBuilderNPEwithSingularReinier Zwitserloot
2021-03-16[build] sped up the build considerable.Reinier Zwitserloot
2021-03-13[superbuilder] toBuilder + singular + javac6 was brokenReinier Zwitserloot
2021-03-12[fixes #2701] fix NPE on customized SuperBuilder with SingularJan Rieke
2021-03-12rename method; use null instead of empty stringJan Rieke
2021-03-05[javac6] replacing calls to ListBuffer add/addAll to the append variants; add...Reinier Zwitserloot
2021-02-01[fixes #1538] Use Enter and MemberEnter to update type mirrorsRawi01
2021-01-31[fixes #2692] Add missing checker annotations in SuperBuilderRawi01
2021-01-28[fixes #2691] Add end positions to all generated nodesRawi01
2020-12-30[fixes #2647] consider lombok.builder.className for builder extendsJan Rieke
2020-10-03[builder] big refactor: Fixing CheckerFramework features + all params now in ...Reinier Zwitserloot
2020-09-10Add record supportRawi01
2020-06-18Fixes #1543: in equals, by default first compare the primitivesRoel Spilker
2020-05-28[SuperBuilder] don't warn on existing toBuilder methodJan Rieke
2020-05-28[SuperBuilder] allow constructor customizationJan Rieke
2020-03-15[fixes #2386] [checkerframework]Reinier Zwitserloot
2020-03-03@Jacksonized: modify builders that they can be used by JacksonJan Rieke
2020-02-11SuperBuilder javac fix for nested generic types; fixes #2359Jan Rieke
2020-02-08setter prefixes for SuperBuilderJan Rieke
2020-02-06avoid more name clashes for builder type param; fixes #2297Jan Rieke
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-28[singular][issue #2221] the plural builder method now nullchecks its argument...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-10-27Issue2262.Lekanich
2019-08-22[checkerframework]Reinier Zwitserloot
2019-07-16[Fixes #2115] builder fields tracking a property that has a default set is no...Reinier Zwitserloot
2019-07-09[builder] added a feature: you can now configure builder class name via the c...Reinier Zwitserloot
2019-05-07[fixes #1981][fixes #1961] Hardcoded some knowledge about how to copy jackson...Reinier Zwitserloot
2019-05-01[fixes #2104] superbuilder + non-list-singulars wouldn’t work due to hardco...Reinier Zwitserloot
2019-05-01[fixes #2083] adds feature ‘access level’ to `@Builder`Reinier Zwitserloot
2019-03-26[#2046] Extend suppress builder feature to `@SuperBuilder`Reinier Zwitserloot
2019-01-13Replace JavacSingularizers with Guava version once and for allEmil Lundberg
2018-10-30[fixes #1907] This one is hard to describe; due to builder being a bit overze...Reinier Zwitserloot
2018-09-24SuperBuilder: allow customization of selected methodsJan Rieke
2018-09-24Merge remote-tracking branch 'upstream/master' into superToBuilderJan Rieke