Age | Commit message (Collapse) | Author |
|
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
|
|
Reduce code duplication in singularizers
|
|
|
|
generate a builder, that builder wouldn’t make the build or toString methods because it thinks the builder-setter methods it just generated that so happen to have that name indicate you don’t want lombok to do that.
You really shouldn’t name any fields builder or toString, though.
|
|
|
|
Augment BASE_COPYABLE_ANNOTATIONS with more type annotations from the
Checker Framework.
|