Class RegexCheck.RegexIssueLocation

java.lang.Object
org.sonar.java.regex.RegexCheck.RegexIssueLocation
Enclosing interface:
RegexCheck

public static class RegexCheck.RegexIssueLocation extends Object
Issue location holder, replacing regex syntax elements into text spans for reporting
  • Constructor Details

    • RegexIssueLocation

      public RegexIssueLocation(org.sonarsource.analyzer.commons.regex.ast.RegexSyntaxElement tree, String message)
    • RegexIssueLocation

      public RegexIssueLocation(List<org.sonarsource.analyzer.commons.regex.ast.RegexSyntaxElement> trees, String message)
  • Method Details