Age | Commit message (Collapse) | Author |
|
|
|
add/addAll do not work in j6.
|
|
Mark generated UtilityClass constructor as generated
|
|
Save problem handler state for postponed error handling
|
|
Fix compilation using ecj
|
|
|
|
|
|
|
|
|
|
|
|
SuperBuilder now skips initializers while gathering types
|
|
|
|
Add missing checker annotations in SuperBuilder
|
|
Only show super()-warning if lombok generates a method
|
|
This may fix 'IllegalArgumentException' errors when using google errorprone.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix NullPointerException during Javadoc copy
|
|
|
|
|
|
|
|
|
|
Reset inference context for extension methods
|
|
|
|
corrupt classfiles
Would crash with java.lang.ClassFormatError: Extra bytes at the end of class file de/lomboktest/Application
Fixes https://github.com/mplushnikov/lombok-intellij-plugin/issues/969
figuring out the problem was the hard work - credits to @Rawi01 for discovering this
|
|
to address the build so that this causes errors.
|
|
|
|
|
|
In Java >= 8 ecj uses the inference context to resolve the generic
information. This one is already set before lombok tries rewrite the
method call. Simply copying the information does not cover all the
different cases but reseting the inference contexts and running type
inference again does.
|
|
|
|
|
|
Export the lombok.extern.jackson package
|
|
|
|
|
|
|
|
|
|
|
|
|
|
patching
|