Class VerboseRegexCheck

All Implemented Interfaces:
PythonCheck, SubscriptionCheck

public class VerboseRegexCheck extends AbstractRegexCheck
  • Field Details

  • Constructor Details

    • VerboseRegexCheck

      public VerboseRegexCheck()
  • Method Details

    • checkRegex

      public void checkRegex(org.sonarsource.analyzer.commons.regex.RegexParseResult regexParseResult, CallExpression regexFunctionCall)
      Specified by:
      checkRegex in class AbstractRegexCheck
    • addIssueWithQuickFix

      public PythonCheck.PreciseIssue addIssueWithQuickFix(org.sonarsource.analyzer.commons.regex.ast.RegexSyntaxElement regexTree, String message, @Nullable Integer cost, List<org.sonarsource.analyzer.commons.regex.RegexIssueLocation> secondaries)