Package org.sonar.java.regex
Class RegexCheck.RegexIssueLocation
java.lang.Object
org.sonar.java.regex.RegexCheck.RegexIssueLocation
- Enclosing interface:
- RegexCheck
Issue location holder, replacing regex syntax elements into text spans for reporting
-
Constructor Summary
ConstructorsConstructorDescriptionRegexIssueLocation(List<org.sonarsource.analyzer.commons.regex.ast.RegexSyntaxElement> trees, String message)
RegexIssueLocation(org.sonarsource.analyzer.commons.regex.ast.RegexSyntaxElement tree, String message)
-
Method Summary
-
Constructor Details
-
RegexIssueLocation
public RegexIssueLocation(org.sonarsource.analyzer.commons.regex.ast.RegexSyntaxElement tree, String message) -
RegexIssueLocation
-
-
Method Details
-
locations
-
message
-
toSingleLocationItems
-