Uses of Class
org.sonar.iac.common.api.checks.SecondaryLocation
Packages that use SecondaryLocation
Package
Description
-
Uses of SecondaryLocation in org.sonar.iac.common.api.checks
Methods in org.sonar.iac.common.api.checks that return SecondaryLocationModifier and TypeMethodDescriptionstatic 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 SecondaryLocationModifier and TypeMethodDescriptionvoidCheckContext.reportIssue(HasTextRange toHighlight, String message, SecondaryLocation secondaryLocation) Method parameters in org.sonar.iac.common.api.checks with type arguments of type SecondaryLocationModifier and TypeMethodDescriptionvoidCheckContext.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 SecondaryLocationMethods in org.sonar.iac.common.checkdsl with parameters of type SecondaryLocationModifier and TypeMethodDescriptionContextualTree.report(String message, SecondaryLocation... secondaryLocations) ContextualPropertyTree.reportIf(Predicate<E> predicate, String message, SecondaryLocation... secondaries) ContextualTree.reportIfAbsent(String message, SecondaryLocation... secondaries) ContextualListTree.reportIfEmpty(String message, SecondaryLocation... secondaryLocations) ContextualListTree.reportItemIf(Predicate<E> predicate, String message, SecondaryLocation... secondaryLocations) Method parameters in org.sonar.iac.common.checkdsl with type arguments of type SecondaryLocationModifier and TypeMethodDescriptionContextualTree.report(String message, List<SecondaryLocation> secondaries) ContextualTree.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 SecondaryLocationModifier and TypeMethodDescriptionvoidChecksVisitor.ContextAdapter.reportIssue(HasTextRange toHighlight, String message, SecondaryLocation secondaryLocation) Method parameters in org.sonar.iac.common.extension.visitors with type arguments of type SecondaryLocationModifier and TypeMethodDescriptionvoidChecksVisitor.ContextAdapter.reportIssue(HasTextRange toHighlight, String message, List<SecondaryLocation> secondaryLocations) voidInputFileContext.reportIssue(org.sonar.api.rule.RuleKey ruleKey, TextRange textRange, String message, List<SecondaryLocation> secondaryLocations)