Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and issue #2693
|
|
Do not lose generic arguments when adding annotations
|
|
|
|
|
|
|
|
Fix NullPointerException during Javadoc copy
|
|
Replace duplicate code with new method, add null check
|
|
|
|
hurt.
|
|
line-endings
|
|
|
|
|
|
|
|
|
|
Add information about 2020.3 having Lombok support
|
|
Add missing PR number
|
|
|
|
|
|
Add new cache hashCode feature to changelog
|
|
Reset inference context for extension methods
|
|
Fixing reading files in sbt 1.4+ subprojects
|
|
Built in support is now available in IntelliJ
|
|
|
|
|
|
|
|
|
|
Tiered compilation used to dump every stage into the same build dir, and included that dir on the classpath,
which means any ordering issues introduced into a build aren't going to result in a failed build,
thus breaking the build for everybody except those who already had a working lombok in their
build dir before starting a build. The opposite of bootstrapping, in other words.
Fixed by having each stage build into its own private stage phase.
|