Interface RuleIssues


public interface RuleIssues
A view of the Sonar issues results file for a given rule.
  • Method Summary

    Modifier and Type
    Method
    Description
    A list of issues associated with the given path.
    boolean
    Whether any results are available.
  • Method Details

    • getResultsByPath

      List<Issue> getResultsByPath(Path path)
      A list of issues associated with the given path.
    • hasResults

      boolean hasResults()
      Whether any results are available.