一、下载findbugs
下载地址:http://findbugs.sourceforge.net/downloads.html
https://www.iteye.com/blog/ln-ydc-1448159
二、Myeclipse 安装findbugs
安装参考地址:https://blog.csdn.net/dai_tian/article/details/84293114
三、将审计结果保存为html格式
第一步:在Myeclipse中生成Build.xml 其生成方式为:
选择你要生成Build.xml文件的项目,右键。Export-> General -> Ant Buildfiles 。点Next,再点Finish。
参考地址:https://blog.csdn.net/iteye_14357/article/details/82487176
第二步:修改Build.xml文件
第三步:右击build.xml文件。会报错误:org/apache/bcel/classfile/ClassFormatException
主要原因: 经过不断测试找到主要原因应该是findbugs下的jar版本不匹配,换成统一版本就可以了
参考原因:http://www.voidcn.com/article/p-yzepuzqo-bug.html
https://blog.csdn.net/rains_xy/article/details/9617795
其他安装参考:
https://www.cnblogs.com/dingxiaoyue/p/4948274.html
https://blog.csdn.net/yangshare/article/details/83715451
https://jingyan.baidu.com/article/f0e83a259ffec722e59101d0.html
https://wenku.baidu.com/view/de92d4a109a1284ac850ad02de80d4d8d15a01fa.html