Class PreciseIssue
- java.lang.Object
-
- org.sonar.plugins.php.api.visitors.PreciseIssue
-
-
Constructor Summary
Constructors Constructor Description PreciseIssue(PHPCheck check, IssueLocation primaryLocation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PHPCheckcheck()Doublecost()PreciseIssuecost(double cost)IssueLocationprimaryLocation()PreciseIssuesecondary(Tree tree, String message)PreciseIssuesecondary(Tree startTree, Tree endTree, String message)PreciseIssuesecondary(LocationInFile locationInFile, String message)List<IssueLocation>secondaryLocations()
-
-
-
Constructor Detail
-
PreciseIssue
public PreciseIssue(PHPCheck check, IssueLocation primaryLocation)
-
-
Method Detail
-
primaryLocation
public IssueLocation primaryLocation()
-
secondaryLocations
public List<IssueLocation> secondaryLocations()
-
secondary
public PreciseIssue secondary(Tree tree, @Nullable String message)
-
secondary
public PreciseIssue secondary(Tree startTree, Tree endTree, @Nullable String message)
-
secondary
public PreciseIssue secondary(LocationInFile locationInFile, @Nullable String message)
-
cost
public PreciseIssue cost(double cost)
-
-