Windows 如何从命令行执行 unionBugs 和 convertXmlToText (Findbugs)

How to execute unionBugs and convertXmlToText (Findbugs) from the command line on Windows

我想 运行 本页讨论的一些数据挖掘技术: http://findbugs.sourceforge.net/manual/datamining.html#unionBugs 通过 Windows 上的命令行。我到处搜索示例,但没有任何内容向我展示所需的语法。我已经 运行 Findbugs 使用 java -jar %FINDBUGS_HOME%\lib\findbugs.jar 多次,但无法使数据挖掘命令工作。

将 XML 转换为文本:

java -cp findbugs.jar edu.umd.cs.findbugs.PrintingBugReporter -txt analysisResult.xml >output.txt

联盟漏洞:

java -cp findbugs.jar edu.umd.cs.findbugs.workflow.UnionResults -output out.xml input1.xml input2.xml ...