Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Copy more Jackson annotation to the builder, also to @Singular methods
|
|
Add null check in copyTypeAnns
|
|
[SuperBuilder] fix IndexOutOfBounds (fixes #2407)
|
|
|
|
|
|
|
|
added some tests to confirm that lombok makes things static if needed.
|
|
Now generating checkerframework `@Pure` instead of `@SideEffectFree` where appropriate.
|
|
... unfortunately eclipse's val resolver is now very slightly worse in very exotic circumstances - spent about 4 hours trying to fix it, can't figure it out, let's move on.
|
|
|
|
|
|
lombok.noArgsConstructor.extraPrivate was incorrect
|
|
|
|
|
|
|
|
cause issues in ecj.
|
|
wasn't worth an issue on the tracker: javac and ecj handlers for static constructors would differ; ecjs would specify the return type and constructor invocation using fully qualified types, whereas the handler for javac did not.
|
|
emits a warning.
|
|
|
|
setter prefixes for SuperBuilder [javac]
better javadoc for the SuperBuilder setterPrefix value
setter prefixes for SuperBuilder [ecj]
add test for SuperBuilder setter method customization
fix setter method customization with setterPrefix
|
|
|
|
|
|
|
|
|
|
(chainable setters, static constructors, builder stuff)
|
|
nullchecks.
|
|
imports.
|
|
|
|
Which 'flavour' is defined in lombok.config; applied to toString, equals, canEqual, and plural-form of `@Singular`.
|
|
other than save a smidge of memory.
|
|
argument with configurable results.
|
|
|
|
anyway.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ConfigurationValueType and might be listed.
|
|
|
|
|
|
annotation no longer clash.
|
|
|