Package io.codemodder.providers.sonar
Class RuleIssue
java.lang.Object
io.codemodder.providers.sonar.RuleIssue
- All Implemented Interfaces:
RuleFinding<io.codemodder.sonar.model.Issue>
Class type to bind
Issue from ProvidedSonarScan-
Method Summary
Modifier and TypeMethodDescriptionList<io.codemodder.sonar.model.Issue>getResultsByPath(Path path) A list of findings associated with the given path.booleanWhether any results are available.
-
Method Details
-
getResultsByPath
Description copied from interface:RuleFindingA list of findings associated with the given path.- Specified by:
getResultsByPathin interfaceRuleFinding<T extends io.codemodder.sonar.model.SonarFinding>
-
hasResults
public boolean hasResults()Description copied from interface:RuleFindingWhether any results are available.- Specified by:
hasResultsin interfaceRuleFinding<T extends io.codemodder.sonar.model.SonarFinding>
-