【问题标题】:excluding bugs that findBugs finds排除 findBugs 发现的错误 【发布时间】:2010-11-09 09:54:05 【问题描述】: 当我使用 findBugs 时,我会得到错误列表。我修复了一些错误,其中一些不是我希望修复的错误。 我如何配置 findBugs 以在我下次在我的代码上运行时忽略这些错误? 【问题讨论】: 标签: java findbugs 【解决方案1】: 你可以使用Filter files 【讨论】: 【解决方案2】: 在另一个问题中回答了关于SuppressWarnings 的良好回复: When using Eclipse with FindBugs can you mark a bug as not a bug and have it removed from the bug list? 【讨论】: