gpt4 book ai didi

java - 如何在spotbug报告中标记误报

转载 作者:行者123 更新时间:2023-12-01 14:28:28 25 4
gpt4 key购买 nike

我浏览了spotbug的文档https://spotbugs.readthedocs.io/en/stable/

然而,关于误报的信息并不全面。

请帮助我完成将报告的某些错误标记为误报的步骤,以便这些错误不再是报告的一部分。

附言- 在我们的案例中不能使用 SuppressFBWarnings。

最佳答案

谢谢奥莱。 XML 文件是这样的,必须在
pom文件中的spotbugs maven插件:

<?xml version="1.0" encoding="UTF-8"?>
<FindBugsFilter>
<Match>
<Class name="com.foobar.MyClass" />
<Method name="someMethod" />
<Bug pattern="DLS_DEAD_LOCAL_STORE" />
<Priority value="2" />
</Match>
</FindBugsFilter>

关于java - 如何在spotbug报告中标记误报,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52092210/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com