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
/
HandleConstructor.java
Age
Commit message (
Expand
)
Author
2022-03-13
[fixes #3133] Add annotation bits to annotation copy targets
Rawi01
2021-03-22
Merge branch 'records'
Reinier Zwitserloot
2021-03-16
[build] sped up the build considerable.
Reinier Zwitserloot
2020-10-03
[builder] big refactor: Fixing CheckerFramework features + all params now in ...
Reinier Zwitserloot
2020-09-10
Add record support
Rawi01
2020-06-25
Avoid class.getSimpleName except in static initializers or error messages
Roel Spilker
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-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-08-22
[checkerframework]
Reinier Zwitserloot
2019-05-07
[Feature] staticConstructor should use already defined private constructor if...
daliclass
2019-01-28
Replace sized array in toArray with 0
Robert Wertman
2018-10-15
Don't initialize already initialized final fields. Fixes #1829.
Roel Spilker
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-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-06-04
Make `extraPrivate` opt-in instead of opt-out. Fixes #1708
Roel Spilker
2018-06-04
Do not generate a private no-args constructor if:
Roel Spilker
2018-05-31
Revert "ecj: SuperBuilderBasic test passes (removed superconstructor calls)"
Jan Rieke
2018-05-28
Generate default no-args constructor
Roel Spilker
2018-05-17
ecj: SuperBuilderBasic test passes (removed superconstructor calls)
Jan Rieke
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
2017-12-04
for lombok v2, make generation of ConstructorProperties an optional extra, in...
Reinier Zwitserloot
2017-09-18
Merge branch 'master' of https://github.com/kchirls/lombok into kchirls-master
Roel Spilker
2017-03-23
[i1180] generate ConstructorProperties also for (package) private constructors
Roel Spilker
2017-03-20
Fixing issue #1201: Builder now supports defaults!
Reinier Zwitserloot
2017-03-15
Updates for pull request #1284. Fix for issues #869 and #1018.
Kevin Chirls
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-07
removed the suppressConstructorProperties param.
Reinier Zwitserloot
2017-03-07
Fixed issue #778: problems with onX if the annotation to be added has named a...
Reinier Zwitserloot
2017-02-15
builder-based constructors for type @Builders [Eclipse]
Jan Rieke
2016-11-11
fix for the issue 1228. @NoArgsConstructor(force = true) fails on primitive a...
Bulgakov Alexander
2015-07-22
Support for @NoArgsConstructor(force = true).
Reinier Zwitserloot
2015-01-29
Reverting the revert of purely a style issue; the copyAnnotations method is n...
Reinier Zwitserloot
2014-12-08
moved builder to core package (deprecated old one, created new one, added ali...
Reinier Zwitserloot
2014-06-01
Revert "Remove a wrong test for copyAnnotations returning empty array."
Reinier Zwitserloot
2014-05-31
Remove a wrong test for copyAnnotations returning empty array.
Maaartin Grajcar
2014-05-23
Added confkey to make @NonNull generate a different exception because of the ...
Reinier Zwitserloot
2014-03-26
[i659] suppression of @ConstructorProperties should use config instead. Also ...
Roel Spilker
2014-03-04
[configuration] Merge branch 'master' as we work on configuration.
Reinier Zwitserloot
2014-01-20
[configuration] Added all the @Accessors stuff as a configuration key.
Reinier Zwitserloot
2014-01-18
[configuration] Moved ALL ConfigurationKey constants into 'ConfigurationKeys'...
Reinier Zwitserloot
2014-01-18
[configuration] implementation of flagUsage for all handlers.
Reinier Zwitserloot
2014-01-15
added package-infos to lots of packages, updated the javadoc in these, and ma...
Reinier Zwitserloot
[next]