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
/
test
/
transform
/
resource
/
messages-delombok
Age
Commit message (
Expand
)
Author
2023-03-22
[fixes #3364] Generate JCTree clones to prevent duplicate nodes
Rawi01
2022-03-08
[jdk18] Update test message
Rawi01
2022-02-08
[implements #1456] accessors can now be made final via `@Accessors`.
Reinier Zwitserloot
2021-10-22
[fixes #2985] Resolve var/val only once in eclipse
Rawi01
2021-06-03
[fixes #2838] Handle anonymous classes properly
Rawi01
2021-03-22
[deps] pushing ASM to 9.1, and ASM opcode compat levels to ASM9, as we need t...
Reinier Zwitserloot
2021-03-22
Merge branch 'records'
Reinier Zwitserloot
2021-03-13
[test] work in progress: Make test.javac6 pass all tests.
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-08-31
Merge branch 'master' into extensionmethod
Rawi01
2020-07-02
[fixes #2469] Support static reference as logger topic
Rawi01
2020-04-23
Added tests for ExtensionMethod
Rawi01
2020-03-03
@Jacksonized: modify builders that they can be used by Jackson
Jan Rieke
2020-02-14
[fixes #678] `@Synchronize` an instance method on static variable no longer e...
Reinier Zwitserloot
2020-01-28
[issue #2221] [issue #788] Lombok now adds nullity annotations.
Reinier Zwitserloot
2020-01-08
[fixes #788] lombok generated equals method plus a non-null-by-default annota...
Reinier Zwitserloot
2019-09-19
Fix more copy/paste test errors
Caleb Brinkman
2019-08-27
[With] renaming lombok.experimental.Wither to lombok.experimental.With
Reinier Zwitserloot
2019-08-22
[checkerframework]
Reinier Zwitserloot
2019-05-14
Custom log declaration
Adam Juraszek
2019-03-25
[fixes #2046] you can now suppress the builder() method, useful if you only w...
Reinier Zwitserloot
2019-01-14
[i1996] add test for warnings on non-existing fields
Roel Spilker
2018-07-29
code impl of FieldNameConstants rewrite + test updates for it
Reinier Zwitserloot
2018-06-04
FieldNameConstants now defaults to having a prefix ‘FIELD_’, which can be...
Reinier Zwitserloot
2018-04-23
Allow onMethod and onParam in @Getter and @Setter if it is put on a type
Roel Spilker
2018-04-17
[Fixes #1656] Lombok would silently do the wrong thing when using references ...
Reinier Zwitserloot
2018-04-05
[fieldNameConstants] code review, docs, tests, fixup.
Reinier Zwitserloot
2018-02-07
[var] various upgrades to var:
Reinier Zwitserloot
2017-05-16
[i1351] Warning on initialized non-final field in Builder was wrong
Roel Spilker
2017-03-22
Added tests to check warnings/errors emitted by Builder.Default support.
Reinier Zwitserloot
2017-03-20
Fixing issue #1201: Builder now supports defaults!
Reinier Zwitserloot
2017-03-07
Fixed issue #778: problems with onX if the annotation to be added has named a...
Reinier Zwitserloot
2016-12-05
Fixes #1236: Getter(lazy=true) now emits an error when used on a transient field
Roel Spilker
2016-11-22
`var` can now also be configured to emit a warning when used.
Roel Spilker
2016-11-12
a initialization of variable like "var o = null;" will throw the compile tim...
Bulgakov Alexander
2016-03-07
@Helper is now legal in just about every place method local classes are legal...
Reinier Zwitserloot
2015-11-17
add the capability to the testing framework to verify that delombok actually ...
Roel Spilker
2015-10-05
[Fixes #807] The NonNull annotation can now be used documentary style on para...
Reinier Zwitserloot
2015-08-13
Added new feature: @Helper including both annotations and tests.
Reinier Zwitserloot
2015-03-30
A capital/lowercase letter messup in a test file means people on case sensiti...
Reinier Zwitserloot
2015-02-04
@UtilityClass handlers now more intelligent about inner types of implicitly s...
Reinier Zwitserloot
2015-02-02
added impl for @UtilityClass.
Reinier Zwitserloot
2015-01-30
* Added config key ‘lombok.addGeneratedAnnotation’.
Reinier Zwitserloot
2015-01-20
added the lombok.singular.auto config option.
Reinier Zwitserloot
2014-05-27
Changed the lombok.nonNull.exceptionType configkey to be an enum, partly to e...
Reinier Zwitserloot
2014-05-23
Added confkey to make @NonNull generate a different exception because of the ...
Reinier Zwitserloot
2014-05-21
added a test and handler for correctly handling confkey: lombok.delegate.flag...
Reinier Zwitserloot
2014-05-21
Added an error if @Delegate is used recursively.
Reinier Zwitserloot
2014-05-06
added support for different error messages, where either one will mean the te...
Reinier Zwitserloot
[next]