Constant Field Values
Contents
org.sonar.*
-
org.sonar.javascript.checks.CheckList Modifier and Type Constant Field Value public static final StringREPOSITORY_KEY"javascript"public static final StringREPOSITORY_NAME"SonarAnalyzer" -
org.sonar.javascript.checks.FunctionNameCheck Modifier and Type Constant Field Value public static final StringDEFAULT"^[_a-z][a-zA-Z0-9]*$" -
org.sonar.javascript.checks.MultilineBlockCurlyBraceCheck Modifier and Type Constant Field Value public static final StringIF_PRIMARY_MESSAGE"This line will not be executed conditionally; only the first line of this %s-line block will be. The rest will execute unconditionally."public static final StringIF_SECONDARY_MESSAGE"not conditionally executed"public static final StringLOOP_PRIMARY_MESSAGE"This line will not be executed in a loop; only the first line of this %s-line block will be. The rest will execute only once."public static final StringLOOP_SECONDARY_MESSAGE"not executed in a loop" -
org.sonar.javascript.checks.NewOperatorMisuseCheck Modifier and Type Constant Field Value public static final booleanCONSIDER_JSDOCfalse -
org.sonar.javascript.checks.ParsingErrorCheck Modifier and Type Constant Field Value public static final StringMESSAGE"Parse error"