| Constructor and Description |
|---|
PreciseIssue(JavaScriptCheck check,
IssueLocation primaryLocation) |
| Modifier and Type | Method and Description |
|---|---|
JavaScriptCheck |
check() |
Double |
cost() |
PreciseIssue |
cost(double cost) |
IssueLocation |
primaryLocation() |
PreciseIssue |
secondary(IssueLocation secondaryLocation) |
PreciseIssue |
secondary(Tree tree) |
PreciseIssue |
secondary(Tree tree,
String message) |
List<IssueLocation> |
secondaryLocations() |
public PreciseIssue(JavaScriptCheck check, IssueLocation primaryLocation)
public JavaScriptCheck check()
public PreciseIssue cost(double cost)
public IssueLocation primaryLocation()
public List<IssueLocation> secondaryLocations()
public PreciseIssue secondary(IssueLocation secondaryLocation)
public PreciseIssue secondary(Tree tree, String message)
public PreciseIssue secondary(Tree tree)
Copyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.