Enhance plugin - Option to add @SuppressFBWarnings annotation #5668
NicklasWallgren
started this conversation in
Design Proposals
Replies: 2 comments 5 replies
-
Sure, sounds reasonable :) Will you try a patch? |
Beta Was this translation helpful? Give feedback.
5 replies
-
We discussed this as a team and the consensus was that we are not really keen on the idea of adding support for particular annotations one-by-one. We believe this is a use case that can be generalized. Let's discuss approaches for that here or on Zulip |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Lombok has an option to add
@SuppressFBWarnings
to generated code vialombok.extern.findbugs.addSuppressFBWarnings
It would be really helpful if the hibernate
gradle
/maven
enhance plugins would provide a similar option.We're currently struggling with warnings related to hibernate generated code in our entities, in SpotBugs.
Beta Was this translation helpful? Give feedback.
All reactions