Age | Commit message (Collapse) | Author |
|
A bit of a shadow feature because the checker framework folks need to do some work on their side.
this update makes lombok generate a few checker framework annotations (if configured to do so)
which let the checker framework add warnings and errors for example if you misuse builders, or ignore
the return values of withers, etc.
|
|
|
|
|
|
supported null-check styles
|
|
|
|
now called `$value` in order to convey that you shouldnt manually mess with it.
|
|
error popups
|
|
|
|
config system
|
|
|
|
|
|
|
|
lambdas and conditional (ternary) expressions.
|
|
|
|
|
|
|
|
|
|
|
|
commits before this is NOT in the 1.18.8 release; this post-release bump is slightly late).
|
|
|
|
if available
|
|
feature/typeInferenceImprovements
|
|
|
|
jackson’s `@JsonProperty`.
|
|
|
|
Class.getConstructor().newInstance to avoid warnings which are default in many JDK11+ environments, and it shouldn’t change anything (we handle the change from sneaky throwing to InvocationTargetException appropriately).
|
|
feature/typeInferenceImprovements
|
|
hardcoded call to emptyList.
|
|
|
|
|
|
|
|
|
|
for val.
|
|
generates code before the HandleVal.
|
|
ValWeirdTypes.java tests)
|
|
method if it is already there
|
|
|
|
|
|
|
|
of typeMatches.
|
|
want toBuilder(). Also suppresses the warnings about any missing Builder.Default annotations.
|
|
|
|
a toss about this tool over at oracle? Used some hacks to work around the worst offenses.
|
|
built-in copyable annotations lists growing, this should help performance.
|
|
Fixes #2059
|
|
|
|
imports.
|
|
|
|
|
|
Fix Javadoc for @Builder
|