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
/
javac
/
handlers
/
HandleBuilder.java
Age
Commit message (
Expand
)
Author
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-29
Merge 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-12
fixed another missing type arg issue
Jan Rieke
2018-10-12
fixed toBuilder on Singular fields with wildcards (javac)
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 toBuilder method (javac)
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
Add configuration key, handle whereever NULLABLE is handled, support Eclipse.
Werner Dietl
2018-09-11
Copy 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 is
Jan 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-13
Merge 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-14
revert 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-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
As we’re preparing to release v2, we want to delete the experimental editio...
Reinier Zwitserloot
2018-01-09
Updated copyright notices to 2018.
Reinier Zwitserloot
2018-01-08
jdk9 Builder.Default works again. Fixes #1547
Roel Spilker
2017-12-12
support for @Builder on methods with a generified return type. Fixes #1420
Roel Spilker
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
singularizer's build code for any variable name (not only "this")
Jan Rieke
2017-03-14
reverted HandleConstructor to original state
Jan Rieke
2017-03-14
moved generation of builder-based constructor to HandleBuilder
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
[wip] reworking how builder works with initialized fields.
Reinier Zwitserloot
2017-03-07
removed the suppressConstructorProperties param.
Reinier Zwitserloot
2017-02-16
Fixing issue #1298: `@Builder` with recursive generics didn’t work in javac...
Reinier Zwitserloot
2017-02-16
A stray debug variant of an error message left in the source.
Reinier Zwitserloot
2017-02-15
builder-based constructors for type @Builders [javac]
Jan Rieke
2017-01-19
refactor of how creating void types works, also cleaned up some syntax.
Reinier Zwitserloot
[next]