Uses of Class
org.sonar.java.regex.RegexCheck.RegexIssueLocation
Packages that use RegexCheck.RegexIssueLocation
-
Uses of RegexCheck.RegexIssueLocation in org.sonar.java.model
Method parameters in org.sonar.java.model with type arguments of type RegexCheck.RegexIssueLocationModifier and TypeMethodDescriptionvoid
DefaultJavaFileScannerContext.reportIssue
(RegexCheck regexCheck, Tree javaSyntaxElement, String message, Integer cost, List<RegexCheck.RegexIssueLocation> secondaries) void
DefaultJavaFileScannerContext.reportIssue
(RegexCheck regexCheck, org.sonarsource.analyzer.commons.regex.ast.RegexSyntaxElement regexTree, String message, Integer cost, List<RegexCheck.RegexIssueLocation> secondaries) -
Uses of RegexCheck.RegexIssueLocation in org.sonar.java.regex
Methods in org.sonar.java.regex that return RegexCheck.RegexIssueLocationModifier and TypeMethodDescriptionRegexCheck.RegexIssueLocation.fromCommonsRegexIssueLocation
(org.sonarsource.analyzer.commons.regex.RegexIssueLocation location) Methods in org.sonar.java.regex that return types with arguments of type RegexCheck.RegexIssueLocationMethod parameters in org.sonar.java.regex with type arguments of type RegexCheck.RegexIssueLocationModifier and TypeMethodDescriptionvoid
RegexScannerContext.reportIssue
(RegexCheck regexCheck, Tree javaSyntaxElement, String message, Integer cost, List<RegexCheck.RegexIssueLocation> secondaries) void
RegexScannerContext.reportIssue
(RegexCheck regexCheck, org.sonarsource.analyzer.commons.regex.ast.RegexSyntaxElement regexSyntaxElement, String message, Integer cost, List<RegexCheck.RegexIssueLocation> secondaries)