aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/eclipse/handlers/HandleBuilder.java
AgeCommit message (Expand)Author
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
2015-11-16Merge branch 'pr-builder-on-instance-methods' of https://github.com/enriqueda...Reinier Zwitserloot
2015-08-18Bugfix in eclipse handler for toBuilder(); using a method that older versions...Reinier Zwitserloot
2015-08-16Merge branch 'force'Reinier Zwitserloot
2015-07-22Support for @NoArgsConstructor(force = true).Reinier Zwitserloot
2015-07-22[trivial] restyle.Reinier Zwitserloot
2015-07-20added javac impl of toBuilder along with test file.Reinier Zwitserloot