Excluding errors found by findBugs

When I use findBugs, I get a list of errors. Some corrections that I correct, and some of them are not errors that I want to fix.

How to configure findBugs to ignore these errors the next time this code is run?

+4
source share
2 answers

You can use Filter Files

+4
source

All Articles