aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/javac/handlers/HandleBuilder.java
AgeCommit message (Expand)Author
2019-09-11Merge branch 'master' of github.com:rzwitserloot/lombok into feature/builder-...Caleb Brinkman
2019-08-22[checkerframework]Reinier Zwitserloot
2019-07-16Merge branch 'master' of github.com:rzwitserloot/lombok into feature/builder-...Caleb Brinkman
2019-07-16[Fixes #2115] builder fields tracking a property that has a default set is no...Reinier Zwitserloot
2019-07-10Implement prefixed settersCaleb Brinkman
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 #2083] adds feature ‘access level’ to `@Builder`Reinier Zwitserloot
2019-03-26[fixes #2050] [fixes #2061] javac would fail to skip generating build() metho...Reinier Zwitserloot
2019-03-25[fixes #2046] you can now suppress the builder() method, useful if you only w...Reinier Zwitserloot
2019-02-12Merge pull request #2018 from emlun/refactor-singularizersReinier Zwitserloot
2019-01-29[fixes #2011] If you have a field named `build` or `toString`, and you genera...Reinier Zwitserloot
2019-01-15Copy Javadoc to @Builder settersEmil Lundberg
2019-01-13Replace JavacSingularizers with Guava version once and for allEmil Lundberg
2018-11-01[feature] FieldNameConstants now works like Builder: Make whatever bits it do...Reinier Zwitserloot
2018-10-30[fixes #1907] This one is hard to describe; due to builder being a bit overze...Reinier Zwitserloot
2018-10-29Merge branch 'wildcardsSingularFix' of git://github.com/janrieke/lombok into ...Reinier Zwitserloot
2018-10-15[fixes #1324] toBuilder with @Singular marked collections that are null no lo...Reinier Zwitserloot
2018-10-12fixed another missing type arg issueJan Rieke
2018-10-12fixed toBuilder on Singular fields with wildcards (javac)Jan Rieke
2018-09-24make BuilderFieldData package-private, so that SuperBuilder can use itJan Rieke
2018-09-24Merge remote-tracking branch 'upstream/master' into superToBuilderJan Rieke
2018-09-12Merge remote-tracking branch 'upstream/master' into superToBuilderJan Rieke
2018-09-11SuperBuilder: generate toBuilder method (javac)Jan Rieke
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-09-11Copy all field annotations to the corresponding builder parameter.Werner Dietl
2018-09-04[wip] Random fixes to various tests that are failing, especially against Java7.Reinier Zwitserloot
2018-08-27@SuperBuilder adapts @Builder.Default behavior from @Builder as #1347 isJan Rieke
2018-08-21[fixes #1812] `@Singular` marked collections which nevertheless somehow ended...Reinier Zwitserloot
2018-07-25[fixes issue #1759] We removed the ‘flag usage’ check on builder instead ...Reinier Zwitserloot
2018-07-03[issue #1347] When lombok generates constructors, it should call the `@Builde...Reinier Zwitserloot
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-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-14revert changes to HandleBuilder (everything is in HandleSuperBuilder)Jan Rieke
2018-03-28[builderParentClass] Code to handle builder on enums removed; that doesn’t ...Reinier Zwitserloot
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
2018-02-07As we’re preparing to release v2, we want to delete the experimental editio...Reinier Zwitserloot
2018-01-09Updated copyright notices to 2018.Reinier Zwitserloot
2018-01-08jdk9 Builder.Default works again. Fixes #1547Roel Spilker
2017-12-12support for @Builder on methods with a generified return type. Fixes #1420Roel Spilker
2017-12-12handle @Builder.Default on generic fields. Fixes #1527Roel Spilker
2017-05-16[i1351] Warning on initialized non-final field in Builder was wrongRoel Spilker
2017-03-23Fixed issue #1342: builder now marks generated stuff as deprecated if appropr...Reinier Zwitserloot
2017-03-22Builder.Default now throws out a few more warnings if misused.Reinier Zwitserloot
2017-03-20Fixing issue #1201: Builder now supports defaults!Reinier Zwitserloot