Class UnquantifiedNonCapturingGroupCheck

All Implemented Interfaces:
RegexCheck, JavaCheck, JavaFileScanner

public class UnquantifiedNonCapturingGroupCheck extends AbstractRegexCheck
  • Constructor Details

    • UnquantifiedNonCapturingGroupCheck

      public UnquantifiedNonCapturingGroupCheck()
  • Method Details

    • checkRegex

      public void checkRegex(org.sonarsource.analyzer.commons.regex.RegexParseResult regexForLiterals, ExpressionTree methodInvocationOrAnnotation)
      Specified by:
      checkRegex in class AbstractRegexCheck