Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
old Wither annotations were no longer being picked up.
|
|
|
|
|
|
|
|
|
|
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.
|
|
getter and setter.
|
|
|
|
|
|
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
|
|
|
|
|
|
|