Class 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 Detail

      • 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)