Package org.sonar.iac.common.api.checks
Interface CheckContext
- All Known Implementing Classes:
ChecksVisitor.ContextAdapter
public interface CheckContext
-
Method Summary
Modifier and TypeMethodDescriptionvoidreportIssue(HasTextRange toHighlight, String message) voidreportIssue(HasTextRange toHighlight, String message, List<SecondaryLocation> secondaryLocations) voidreportIssue(HasTextRange toHighlight, String message, SecondaryLocation secondaryLocation) voidreportIssue(TextRange textRange, String message)
-
Method Details
-
reportIssue
-
reportIssue
-
reportIssue
-
reportIssue
void reportIssue(HasTextRange toHighlight, String message, List<SecondaryLocation> secondaryLocations)
-