概述
我正在使用这样的命令行:
$./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 导出html,FindBugs-从Findbugs XML报告生成HTML报告所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复