Open fcgxz2003 opened 1 year ago
FindbugsParser.ParseReportOutput methods can only parse bugInstance of spotbugs.xml, but spotbugs can give missing class and error reports. So add ParseMissingClassReportOutput and ParseErrorClassReportOutput.
Here is an example:
I would need the example in text format.
spotbugs_result.txt
FindbugsParser.ParseReportOutput methods can only parse bugInstance of spotbugs.xml, but spotbugs can give missing class and error reports. So add ParseMissingClassReportOutput and ParseErrorClassReportOutput.