Package edu.hm.hafner.analysis.parser
Class SonarQubeDiffParser
java.lang.Object
edu.hm.hafner.analysis.IssueParser
edu.hm.hafner.analysis.parser.JsonIssueParser
edu.hm.hafner.analysis.parser.SonarQubeParser
edu.hm.hafner.analysis.parser.SonarQubeDiffParser
- All Implemented Interfaces:
Serializable
Class which parses SonarQube reports taken from SonarQube differential scan report (preview).
- Author:
- Carles Capdevila
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class edu.hm.hafner.analysis.parser.SonarQubeParser
accepts, parseJsonObjectMethods inherited from class edu.hm.hafner.analysis.parser.JsonIssueParser
parse, parseJsonArrayMethods inherited from class edu.hm.hafner.analysis.IssueParser
equalsIgnoreCase, isXmlFile, parseFile
-
Constructor Details
-
SonarQubeDiffParser
public SonarQubeDiffParser()
-