Class RegexStackOverflowCheck

    • Constructor Detail

      • RegexStackOverflowCheck

        public RegexStackOverflowCheck()
    • Method Detail

      • 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