Class RegexStackOverflowCheck

All Implemented Interfaces:
RegexCheck, JavaCheck, JavaFileScanner

public class RegexStackOverflowCheck extends AbstractRegexCheck
  • Constructor Details

    • RegexStackOverflowCheck

      public RegexStackOverflowCheck()
  • Method Details

    • setMaxStackConsumptionFactor

      public void setMaxStackConsumptionFactor(int max)
    • checkRegex

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