aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/eclipse/handlers/HandleBuilder.java
AgeCommit message (Expand)Author
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-01-29[fixes #2011] If you have a field named `build` or `toString`, and you genera...Reinier Zwitserloot
2019-01-28Replace sized array in toArray with 0Robert Wertman
2018-11-01[feature] FieldNameConstants now works like Builder: Make whatever bits it do...Reinier Zwitserloot
2018-10-29Merge branch 'wildcardsSingularFix' of git://github.com/janrieke/lombok into ...Reinier Zwitserloot
2018-10-15Fix up positions of generated nodes for eclipse `@Builder`.Reinier Zwitserloot
2018-10-15[fixes #1324] toBuilder with @Singular marked collections that are null no lo...Reinier Zwitserloot
2018-10-12fixed toBuilder on Singular fields with wildcards (ecj)Jan Rieke
2018-10-12fixed another missing type arg issueJan 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 fillValuesFrom method (ecj)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-11Handle null annotation array correctly.Werner Dietl
2018-09-11Copy annotations in Eclipse HandleBuilder.Werner Dietl
2018-09-11Add configuration key, handle whereever NULLABLE is handled, support Eclipse.Werner Dietl
2018-09-10toBuilder() with singular should force the typeargs on the Collections.emptyL...Reinier Zwitserloot
2018-08-21[fixes #1812] `@Singular` marked collections which nevertheless somehow ended...Reinier Zwitserloot
2018-08-20[fixes #1759] ‘flag usage’ check on builder for eclipseJan Rieke
2018-06-13Merge branch 'janrieke-superBuilder'Reinier Zwitserloot
2018-05-31ecj: generate default constructor for builder classesJan Rieke
2018-05-30ecj: fixed compiler errors after revert of HandleBuilderJan Rieke
2018-05-30ecj: revert changes to HandleBuilder (everything in HandleSuperBuilder)Jan Rieke
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-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-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-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
2017-03-15ConstructorProperties not necessary; javadocJan Rieke
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-13do not assign values in build() method for extendable builders (WIP)Jan Rieke
2017-03-13activate extendable builders explicitly (ensure backwards compatibility)Jan Rieke
2017-03-07removed the suppressConstructorProperties param.Reinier Zwitserloot
2017-02-15builder-based constructors for type @Builders [Eclipse]Jan Rieke
2016-11-13fix of the issue 1230. @Tolerate not working for @Builder methods?Bulgakov Alexander
2015-11-23[Fixes #949] accessor prefixes messed up auto-singular generation.Reinier Zwitserloot