我正在使用这样的命令行:
$./findbugs -textui -userPrefs edu.umd.cs.findbugs.core.prefs -progress
-maxHeap 1500 -nested:false -output results/outputfile.html -effort:max
-low -sortByClass **-html:fancy.xsl** -auxclasspath servlet-api.jar
-auxclasspath selenium-server-standalone-2.43.0.jar
-auxclasspath commons-lang-2.6.jar ~/Downloads/bodgeit-master
这些选项可用于生成HTML输出.
您还可以使用一个名为unionBugs的简单实用程序来收集在不同子项目中找到的所有错误,这些错误将参数输出文件名带有“-output”开关,后跟任意数量的xml文件.
脚步:
1.转到Findbugs目录中的bin子目录
2.运行./unionBugs -output< output_file_name.xml> inputfile1 inputfile2 … inputfilen
3.稍后,运行命令convertXmlToText将XML转换为HTML文件.
./convertXmlToText -longBugCodes -html
最后
以上就是年轻仙人掌最近收集整理的关于findbugs 导出html,FindBugs-从Findbugs XML报告生成HTML报告的全部内容,更多相关findbugs内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复