Class ImpossibleBoundariesCheck

All Implemented Interfaces:
RegexCheck, JavaCheck, JavaFileScanner

public class ImpossibleBoundariesCheck extends AbstractRegexCheck
  • Constructor Details

    • ImpossibleBoundariesCheck

      public ImpossibleBoundariesCheck()
  • Method Details

    • checkRegex

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