Age | Commit message (Collapse) | Author |
|
hashCode method as final if it isn’t modified. This doesn’t change its behavior whatsoever, but some linters and especially eclipse save actions (specifically: ‘mark local variables final if possible’) cause issues when they try to mess with generated code. Of course, now any save action with ‘remove useless modifiers’ would cause an issue but those don’t (yet…) exist.
|
|
|
|
super.
|
|
does by hand and lombok fills in whatever is missing.
|
|
|
|
alternative take on how to ‘fix’ null-collections and singular/toBuilder.
|
|
janrieke-wildcardsSingularFix
|
|
Customizable SuperBuilder
|
|
these as unit tests someday.
|
|
annotated. Fixes #1772
|
|
|
|
other build-related issues.
|
|
longer throws NPE.
|
|
|
|
|
|
|
|
janrieke-superToBuilder
|
|
|
|
unless you know what you’re doing as it skips a few important steps.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and for example their use on the typearg in a collection type which is being `@Singular`-ized.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
‘copyable’ annotations get copied’, with ‘copyable’ defined as a specific FQN-style list of well-known nullity-indicating annotations, plus whatever you configured in lombok.config.
Also some work on the notion of TYPE_USE annotations.
|
|
|
|
|
|
|
|
|
|
|
|
Collections.emptyList call.
|
|
|
|
over types from, say, a field, to getter/setter/constructor/builder/wither/etc.
|
|
|
|
in javac.
|
|
|