public class SonarQubeDiffParser extends SonarQubeParser
DEPRECATION, PROPRIETARY_API| Constructor and Description |
|---|
SonarQubeDiffParser() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
filterIssue(org.json.JSONObject issue)
Decides whether or not to parse and add an issue.
|
protected String |
getModulePath(org.json.JSONObject component,
org.json.JSONObject issue)
Extracts the module path from the specified JSON objects.
|
parse, parseModulePathgetFileName, guessCategory, guessCategoryIfEmpty, parse, parse, parseIntparsepublic boolean filterIssue(org.json.JSONObject issue)
SonarQubeParserfilterIssue in class SonarQubeParserissue - the issue to filter.true if the issue is to be parsed and added, otherwise falseprotected String getModulePath(org.json.JSONObject component, org.json.JSONObject issue)
SonarQubeParsergetModulePath in class SonarQubeParsercomponent - the componentissue - the issueCopyright © 2018. All rights reserved.