1、这里需引入findbug包,默认的scope是test,可以根据情况修改
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>annotations</artifactId>
<version>3.0.1</version>
</dependency>
本文介绍如何在项目中引入FindBugs包进行代码质量检查,包括依赖项的详细配置,帮助开发者有效发现潜在的代码缺陷。
1、这里需引入findbug包,默认的scope是test,可以根据情况修改
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>annotations</artifactId>
<version>3.0.1</version>
</dependency>
3万+

被折叠的 条评论
为什么被折叠?