Interface RuleFinding<T extends io.codemodder.sonar.model.SonarFinding>

All Known Implementing Classes:
RuleHotspot, RuleIssue

public interface RuleFinding<T extends io.codemodder.sonar.model.SonarFinding>
A view of the Sonar findings results file for a given rule.
  • Method Summary

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

    • getResultsByPath

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

      boolean hasResults()
      Whether any results are available.