tomasbjerre / violations-lib

Java library for parsing report files from static code analysis.
Apache License 2.0
148 stars 39 forks source link

Add Spotbugs missing class and error reports. #178

Open fcgxz2003 opened 1 year ago

fcgxz2003 commented 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.

fcgxz2003 commented 1 year ago

Here is an example: QQ图片20230508163030

tomasbjerre commented 1 year ago

I would need the example in text format.

fcgxz2003 commented 1 year ago

spotbugs_result.txt