Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
deferred (during the javac run) until the end.
This already fixes the exotic-to-the-point-of-nonexistent bug where setter and wither compete to steal the `@param` off of the field’s javadoc. Next are to fix builder and setter/wither competing whilst bringing javadocs to `@Builder`.
Then for various other conflicts, we should defer removal of lombok imports and annotations until the end too.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|