public class SonarQubeIssuesParser extends SonarQubeParser
DEPRECATION, PROPRIETARY_API| Constructor and Description |
|---|
SonarQubeIssuesParser() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getModulePath(org.json.JSONObject component,
org.json.JSONObject issue)
Extracts the module path from the specified JSON objects.
|
filterIssue, parse, parseModulePathgetFileName, guessCategory, guessCategoryIfEmpty, parse, parse, parseIntparseprotected String getModulePath(org.json.JSONObject component, org.json.JSONObject issue)
SonarQubeParsergetModulePath in class SonarQubeParsercomponent - the componentissue - the issueCopyright © 2018. All rights reserved.