Package io.codemodder.providers.sonar
Interface RuleIssues
public interface RuleIssues
A view of the Sonar issues results file for a given rule.
-
Method Summary
Modifier and TypeMethodDescriptiongetResultsByPath(Path path) A list of issues associated with the given path.booleanWhether any results are available.
-
Method Details
-
getResultsByPath
A list of issues associated with the given path. -
hasResults
boolean hasResults()Whether any results are available.
-