Class PreciseIssue
- java.lang.Object
-
- org.sonar.plugins.javascript.api.visitors.PreciseIssue
-
-
Constructor Summary
Constructors Constructor Description PreciseIssue(JavaScriptCheck check, IssueLocation primaryLocation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JavaScriptCheckcheck()Doublecost()PreciseIssuecost(double cost)IssueLocationprimaryLocation()PreciseIssuesecondary(Tree tree)PreciseIssuesecondary(Tree tree, String message)PreciseIssuesecondary(IssueLocation secondaryLocation)List<IssueLocation>secondaryLocations()
-
-
-
Constructor Detail
-
PreciseIssue
public PreciseIssue(JavaScriptCheck check, IssueLocation primaryLocation)
-
-
Method Detail
-
check
public JavaScriptCheck check()
-
cost
public PreciseIssue cost(double cost)
-
primaryLocation
public IssueLocation primaryLocation()
-
secondaryLocations
public List<IssueLocation> secondaryLocations()
-
secondary
public PreciseIssue secondary(IssueLocation secondaryLocation)
-
secondary
public PreciseIssue secondary(Tree tree, String message)
-
secondary
public PreciseIssue secondary(Tree tree)
-
-