Package io.codemodder.providers.sonar
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 TypeMethodDescriptiongetResultsByPath(Path path) A list of findings associated with the given path.booleanWhether any results are available.
-
Method Details
-
getResultsByPath
A list of findings associated with the given path. -
hasResults
boolean hasResults()Whether any results are available.
-