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
2023-01-07
[fixes #3306] Convert short array initializers to long version
Rawi01
2022-01-07
[fixes #2908] don't generate checkerframework's @NotCalledMethods
Jan Rieke
2021-12-12
[fixes #3036] Keep builder default initializer position
Rawi01
2021-10-18
[#2693] Review and updates for javabeans-style capitalization lombok.config
Reinier Zwitserloot
2021-06-03
[fixes #2838] Handle anonymous classes properly
Rawi01
2021-03-24
Merge pull request #2687 from janrieke/superBuilderConfigBuilderClassName
Reinier Zwitserloot
2021-03-22
Merge branch 'records'
Reinier Zwitserloot
2021-03-16
[build] sped up the build considerable.
Reinier Zwitserloot
2021-03-12
rename method; use null instead of empty string
Jan Rieke
2021-03-05
[javac6] replacing calls to ListBuffer add/addAll to the append variants; add...
Reinier Zwitserloot
2021-01-28
[fixes #2691] Add end positions to all generated nodes
Rawi01
2020-12-30
[fixes #2647] consider lombok.builder.className for builder extends
Jan Rieke
2020-12-21
[fixes #2682] Fix NPE, always add Javadoc return statement
Rawi01
2020-12-03
[fixes #2657] Use the correct field to query parent type parameters
Rawi01
2020-10-03
[builder] big refactor: Fixing CheckerFramework features + all params now in ...
Reinier Zwitserloot
2020-09-10
Add record support
Rawi01
2020-06-18
Fixes #1543: in equals, by default first compare the primitives
Roel Spilker
2020-06-11
[fixes #2481] Copy constructor javadoc to builder methods
Rawi01
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-20
Remove unused imports
Roel Spilker
2020-01-15
[fixes #2335] ObtainVia(method=) on more than one arg would crash in javac
Reinier Zwitserloot
2020-01-07
[fixes #2323] javadoc `@return` generation updated.
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-10-28
Fix last test
Caleb Brinkman
2019-10-28
Fix more singulars and tests
Caleb Brinkman
2019-09-19
Added setterPrefix to javac
abrinkman94
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-02-12
Merge pull request #2018 from emlun/refactor-singularizers
Reinier Zwitserloot
2019-01-29
[fixes #2011] If you have a field named `build` or `toString`, and you genera...
Reinier Zwitserloot
2019-01-15
Copy Javadoc to @Builder setters
Emil Lundberg
2019-01-13
Replace JavacSingularizers with Guava version once and for all
Emil Lundberg
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
[next]