index
:
github/lombok.git
feat/memoize
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
lombok
/
eclipse
/
handlers
/
HandleBuilder.java
Age
Commit 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-28
Replace sized array in toArray with 0
Robert Wertman
2018-11-01
[feature] FieldNameConstants now works like Builder: Make whatever bits it do...
Reinier Zwitserloot
2018-10-29
Merge branch 'wildcardsSingularFix' of git://github.com/janrieke/lombok into ...
Reinier Zwitserloot
2018-10-15
Fix 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-12
fixed toBuilder on Singular fields with wildcards (ecj)
Jan Rieke
2018-10-12
fixed another missing type arg issue
Jan Rieke
2018-09-24
make BuilderFieldData package-private, so that SuperBuilder can use it
Jan Rieke
2018-09-24
Merge remote-tracking branch 'upstream/master' into superToBuilder
Jan Rieke
2018-09-12
Merge remote-tracking branch 'upstream/master' into superToBuilder
Jan Rieke
2018-09-11
SuperBuilder: generate fillValuesFrom method (ecj)
Jan Rieke
2018-09-11
Replaced the notion of ‘nullable’ and ‘nonnull’ get copied to ‘any ...
Reinier Zwitserloot
2018-09-11
code review and fixes for the ‘copyable annotations’ setting concept.
Reinier Zwitserloot
2018-09-11
Handle null annotation array correctly.
Werner Dietl
2018-09-11
Copy annotations in Eclipse HandleBuilder.
Werner Dietl
2018-09-11
Add configuration key, handle whereever NULLABLE is handled, support Eclipse.
Werner Dietl
2018-09-10
toBuilder() 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 eclipse
Jan Rieke
2018-06-13
Merge branch 'janrieke-superBuilder'
Reinier Zwitserloot
2018-05-31
ecj: generate default constructor for builder classes
Jan Rieke
2018-05-30
ecj: fixed compiler errors after revert of HandleBuilder
Jan Rieke
2018-05-30
ecj: 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-28
Merge branch 'master' of https://github.com/janrieke/lombok into janrieke-master
Reinier 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 2018
Reinier Zwitserloot
2018-02-07
As we’re preparing to release v2, we want to delete the experimental editio...
Reinier Zwitserloot
2017-12-12
handle @Builder.Default on generic fields. Fixes #1527
Roel Spilker
2017-05-16
[i1351] Warning on initialized non-final field in Builder was wrong
Roel Spilker
2017-03-23
Fixed issue #1342: builder now marks generated stuff as deprecated if appropr...
Reinier Zwitserloot
2017-03-22
Builder.Default now throws out a few more warnings if misused.
Reinier Zwitserloot
2017-03-20
Fixing issue #1201: Builder now supports defaults!
Reinier Zwitserloot
2017-03-15
ConstructorProperties not necessary; javadoc
Jan Rieke
2017-03-14
singularizer's build code for any variable name (not only "this")
Jan Rieke
2017-03-14
moved code only relevant to builders to HandleBuilder (Eclipse)
Jan Rieke
2017-03-13
Merge remote-tracking branch 'upstream/master'
Jan Rieke
2017-03-13
do not assign values in build() method for extendable builders (WIP)
Jan Rieke
2017-03-13
activate extendable builders explicitly (ensure backwards compatibility)
Jan Rieke
2017-03-07
removed the suppressConstructorProperties param.
Reinier Zwitserloot
2017-02-15
builder-based constructors for type @Builders [Eclipse]
Jan Rieke
2016-11-13
fix 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
[next]