Class PossessiveQuantifierContinuationCheck

All Implemented Interfaces:
RegexCheck, JavaCheck, JavaFileScanner

public class PossessiveQuantifierContinuationCheck extends AbstractRegexCheck
  • Constructor Details

    • PossessiveQuantifierContinuationCheck

      public PossessiveQuantifierContinuationCheck()
  • Method Details

    • checkRegex

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