Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Copy more Jackson annotation to the builder, also to @Singular methods
|
|
Add null check in copyTypeAnns
|
|
[fixes #2286] Set source range for vararg arrays
|
|
Encode partial URL. Fixes #1536
|
|
[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.
|
|
codeready IDE.
|
|
... 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.
|
|
they fail due to builder annotation not being removed.
|
|
|
|
|
|
|
|
janrieke-jacksonizedSquash2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Set missing argumentTypes for eclipse extension methods
|
|
lombok.noArgsConstructor.extraPrivate was incorrect
|
|
Add moved CodeStyleFix to patch list
|
|
Make custom null annotation resolved in addNullAnnotations
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cause issues in ecj.
|
|
interface/enum.
|
|
|
|
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.
|
|
|
|
|