Uses of Class
org.sonar.java.regex.RegexCheck.RegexIssueLocation
-
Packages that use RegexCheck.RegexIssueLocation Package Description org.sonar.java.model org.sonar.java.regex -
-
Uses of RegexCheck.RegexIssueLocation in org.sonar.java.model
Method parameters in org.sonar.java.model with type arguments of type RegexCheck.RegexIssueLocation Modifier and Type Method Description voidDefaultJavaFileScannerContext. reportIssue(RegexCheck regexCheck, RegexSyntaxElement regexTree, String message, Integer cost, List<RegexCheck.RegexIssueLocation> secondaries)voidDefaultJavaFileScannerContext. reportIssue(RegexCheck regexCheck, Tree javaSyntaxElement, 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 types with arguments of type RegexCheck.RegexIssueLocation Modifier and Type Method Description List<RegexCheck.RegexIssueLocation>RegexCheck.RegexIssueLocation. toSingleLocationItems()Method parameters in org.sonar.java.regex with type arguments of type RegexCheck.RegexIssueLocation Modifier and Type Method Description voidRegexScannerContext. reportIssue(RegexCheck regexCheck, RegexSyntaxElement regexSyntaxElement, String message, Integer cost, List<RegexCheck.RegexIssueLocation> secondaries)voidRegexScannerContext. reportIssue(RegexCheck regexCheck, Tree javaSyntaxElement, String message, Integer cost, List<RegexCheck.RegexIssueLocation> secondaries)
-