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
2020-03-03
@Jacksonized: modify builders that they can be used by Jackson
Jan Rieke
2020-01-31
[issue #788] Add more nullity annotations where relevant
Reinier Zwitserloot
2020-01-31
[issue #2221] simplified configuration for `@Singular`-generated plural form ...
Reinier Zwitserloot
2020-01-28
[singular][issue #2221] the plural builder method now nullchecks its argument...
Reinier Zwitserloot
2020-01-15
[fixes #2335] ObtainVia(method=) on more than one arg would crash in javac
Reinier Zwitserloot
2020-01-07
[fixes #2327] mostly trivial: Added this. for field access and unified code g...
Reinier Zwitserloot
2020-01-06
[fixes #2268] make lombok generate qualified types in order to avoid name cla...
Reinier Zwitserloot
2019-12-11
[builder] setterPrefix option code review, formatting cleanup, and docs
Reinier Zwitserloot
2019-12-11
[trivial] formatting
Reinier Zwitserloot
2019-10-28
Fix more singulars and tests
Caleb Brinkman
2019-10-28
Remove now-unused variables
Caleb Brinkman
2019-10-28
More test fixes
Caleb Brinkman
2019-10-25
Fix up some more tests and copy-paste errors
Caleb Brinkman
2019-09-12
Fix class names in after-ecj
Caleb Brinkman
2019-09-11
Remove extraneous import
Caleb Brinkman
2019-09-11
Merge branch 'master' of github.com:rzwitserloot/lombok into feature/builder-...
Caleb Brinkman
2019-08-22
[checkerframework]
Reinier Zwitserloot
2019-07-16
Merge 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-10
Implement prefixed setters
Caleb 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-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
[next]