Uses of Class
org.sonar.iac.common.api.checks.SecondaryLocation
-
Packages that use SecondaryLocation Package Description org.sonar.iac.common.api.checks org.sonar.iac.common.checkdsl org.sonar.iac.common.extension.visitors -
-
Uses of SecondaryLocation in org.sonar.iac.common.api.checks
Methods in org.sonar.iac.common.api.checks that return SecondaryLocation Modifier and Type Method Description static SecondaryLocationSecondaryLocation. of(HasTextRange tree, String message)static SecondaryLocationSecondaryLocation. secondary(int startLine, int startOffset, int endLine, int endOffset, String message)Methods in org.sonar.iac.common.api.checks with parameters of type SecondaryLocation Modifier and Type Method Description voidCheckContext. reportIssue(HasTextRange toHighlight, String message, SecondaryLocation secondaryLocation)Method parameters in org.sonar.iac.common.api.checks with type arguments of type SecondaryLocation Modifier and Type Method Description voidCheckContext. reportIssue(HasTextRange toHighlight, String message, List<SecondaryLocation> secondaryLocations) -
Uses of SecondaryLocation in org.sonar.iac.common.checkdsl
Methods in org.sonar.iac.common.checkdsl that return SecondaryLocation Modifier and Type Method Description SecondaryLocationContextualTree. toSecondary(String message)Methods in org.sonar.iac.common.checkdsl with parameters of type SecondaryLocation Modifier and Type Method Description SContextualTree. report(String message, SecondaryLocation... secondaryLocations)SContextualPropertyTree. reportIf(Predicate<E> predicate, String message, SecondaryLocation... secondaries)SContextualTree. reportIfAbsent(String message, SecondaryLocation... secondaries)SContextualListTree. reportIfEmpty(String message, SecondaryLocation... secondaryLocations)SContextualListTree. reportItemIf(Predicate<E> predicate, String message, SecondaryLocation... secondaryLocations)Method parameters in org.sonar.iac.common.checkdsl with type arguments of type SecondaryLocation Modifier and Type Method Description SContextualTree. report(String message, List<SecondaryLocation> secondaries)SContextualTree. reportIfAbsent(String message, List<SecondaryLocation> secondaries) -
Uses of SecondaryLocation in org.sonar.iac.common.extension.visitors
Methods in org.sonar.iac.common.extension.visitors with parameters of type SecondaryLocation Modifier and Type Method Description voidChecksVisitor.ContextAdapter. reportIssue(HasTextRange toHighlight, String message, SecondaryLocation secondaryLocation)Method parameters in org.sonar.iac.common.extension.visitors with type arguments of type SecondaryLocation Modifier and Type Method Description voidChecksVisitor.ContextAdapter. reportIssue(HasTextRange toHighlight, String message, List<SecondaryLocation> secondaryLocations)voidInputFileContext. reportIssue(org.sonar.api.rule.RuleKey ruleKey, TextRange textRange, String message, List<SecondaryLocation> secondaryLocations)
-