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?
You can use Filter Files
There is a good answer about SuppressWarnings , an answer to another question: When using Eclipse with FindBugs, can you mark the error as an error and remove it from the error list?