Constant Field Values
Contents
org.sonarsource.*
-
org.sonarsource.analyzer.commons.regex.RegexLexer Modifier and Type Constant Field Value public static final intEOF-1
-
org.sonarsource.analyzer.commons.regex.finders.AnchorPrecedenceFinder Modifier and Type Constant Field Value public static final StringMESSAGE"Group parts of the regex together to make the intended operator precedence explicit." -
org.sonarsource.analyzer.commons.regex.finders.RedundantRegexAlternativesFinder Modifier and Type Constant Field Value public static final StringMESSAGE"Remove or rework this redundant alternative."public static final StringMESSAGE_KEEP"Alternative to keep"public static final StringMESSAGE_REDUNDANT"Other redundant alternative" -
org.sonarsource.analyzer.commons.regex.finders.SingleCharacterAlternationFinder Modifier and Type Constant Field Value public static final StringMESSAGE"Replace this alternation with a character class." -
org.sonarsource.analyzer.commons.regex.finders.SuperfluousCurlyBraceFinder Modifier and Type Constant Field Value public static final StringREMOVE_UNNECESSARILY_QUANTIFIED_EXPRESSION"Remove this unnecessarily quantified expression."public static final StringREMOVE_UNNECESSARY_QUANTIFIER"Remove this unnecessary quantifier."
-
org.sonarsource.analyzer.commons.regex.php.PhpRegexFlags Modifier and Type Constant Field Value public static final intPCRE_CASELESS2public static final intPCRE_DOTALL32public static final intPCRE_EXTENDED4public static final intPCRE_MULTILINE8public static final intPCRE_UTF8256