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
public class SonarQubeDiffParser extends SonarQubeParser
Class which parses SonarQube reports taken from SonarQube differential scan report (preview).- Author:
- Carles Capdevila
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SonarQubeDiffParser()
-
Method Summary
-
Methods inherited from class edu.hm.hafner.analysis.parser.SonarQubeParser
accepts, parseJsonObject
-
Methods inherited from class edu.hm.hafner.analysis.parser.JsonIssueParser
parse, parseJsonArray
-
Methods inherited from class edu.hm.hafner.analysis.IssueParser
equalsIgnoreCase, isXmlFile, parseFile
-
-