Package org.sonar.python
Class PythonCheck.PreciseIssue
- java.lang.Object
-
- org.sonar.python.PythonCheck.PreciseIssue
-
- Enclosing class:
- PythonCheck
public static class PythonCheck.PreciseIssue extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integercost()IssueLocationprimaryLocation()PythonCheck.PreciseIssuesecondary(com.sonar.sslr.api.AstNode node, String message)PythonCheck.PreciseIssuesecondary(IssueLocation issueLocation)List<IssueLocation>secondaryLocations()PythonCheck.PreciseIssuewithCost(int cost)
-
-
-
Method Detail
-
withCost
public PythonCheck.PreciseIssue withCost(int cost)
-
primaryLocation
public IssueLocation primaryLocation()
-
secondary
public PythonCheck.PreciseIssue secondary(com.sonar.sslr.api.AstNode node, @Nullable String message)
-
secondary
public PythonCheck.PreciseIssue secondary(IssueLocation issueLocation)
-
secondaryLocations
public List<IssueLocation> secondaryLocations()
-
-