DirectReturn
BugPattern crashes with Lombok's @Data
annotation
#716
Labels
bug
Something isn't working
DirectReturn
BugPattern crashes with Lombok's @Data
annotation
#716
Describe the bug
of the project.
already known.
Minimal Reproducible Example
A full example is available at https://github.com/pacbeckh/error-prone-lombok-issue, run
mvn clean install
Logs
Expected behavior
I would expect it not to crash.
Setup
MacOS Ventura
.11.0.13
).2.20.0
.0.12.0
.Additional context
A workaround, (which I guess should also be the correct way to work) is to add
-XepDisableWarningsInGeneratedCode
to the args, so you get:and a lombok.config file with at least the following:
The text was updated successfully, but these errors were encountered: