tomasbjerre / violations-lib

Java library for parsing report files from static code analysis.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Spotbugs missing class and error reports.

fcgxz2003 opened this issue · comments

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:
QQ图片20230508163030

I would need the example in text format.