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 void
DefaultJavaFileScannerContext. reportIssue(RegexCheck regexCheck, RegexSyntaxElement regexTree, String message, Integer cost, List<RegexCheck.RegexIssueLocation> secondaries)
void
DefaultJavaFileScannerContext. 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 void
RegexScannerContext. reportIssue(RegexCheck regexCheck, RegexSyntaxElement regexSyntaxElement, String message, Integer cost, List<RegexCheck.RegexIssueLocation> secondaries)
void
RegexScannerContext. reportIssue(RegexCheck regexCheck, Tree javaSyntaxElement, String message, Integer cost, List<RegexCheck.RegexIssueLocation> secondaries)
-