java - SonarQube does not recognize some Lombok annotations - Stack Overflow
You can configure Lombok to generate @SuppressFBWarnings
on generated code. Possible, you can configure JaCoCo to listen to that annotation. Unfortunately, @javax.annotation.Generated
has retention source, so that's no use for you.
Read full article from java - SonarQube does not recognize some Lombok annotations - Stack Overflow
No comments:
Post a Comment