Constant Field Values
Contents
org.sonar.*
-
org.sonar.python.IssueLocation Modifier and Type Constant Field Value public static final intUNDEFINED_LINE0public static final intUNDEFINED_OFFSET-1
-
org.sonar.python.checks.AfterJumpStatementCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S1763" -
org.sonar.python.checks.BackticksUsageCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"BackticksUsage" -
org.sonar.python.checks.BreakContinueOutsideLoopCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S1716" -
org.sonar.python.checks.CheckList Modifier and Type Constant Field Value public static final StringREPOSITORY_KEY"python" -
org.sonar.python.checks.ClassNameCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S101" -
org.sonar.python.checks.CognitiveComplexityFunctionCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S3776" -
org.sonar.python.checks.CollapsibleIfStatementsCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S1066" -
org.sonar.python.checks.CommentedCodeCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S125"public static final StringMESSAGE"Remove this commented out code." -
org.sonar.python.checks.CommentRegularExpressionCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"CommentRegularExpression" -
org.sonar.python.checks.DuplicatedMethodFieldNamesCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S1845" -
org.sonar.python.checks.EmptyNestedBlockCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S108" -
org.sonar.python.checks.ExecStatementUsageCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"ExecStatementUsage" -
org.sonar.python.checks.ExitHasBadArgumentsCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S2733"public static final StringMESSAGE_ADD"Add the missing argument."public static final StringMESSAGE_REMOVE"Remove the unnecessary argument." -
org.sonar.python.checks.FieldDuplicatesClassNameCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S1700" -
org.sonar.python.checks.FieldNameCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S116" -
org.sonar.python.checks.FixmeCommentCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S1134" -
org.sonar.python.checks.FunctionNameCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S1542" -
org.sonar.python.checks.HardcodedIPCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S1313" -
org.sonar.python.checks.InequalityUsageCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"InequalityUsage" -
org.sonar.python.checks.InitReturnsValueCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S2734"public static final StringMESSAGE_RETURN"Remove this return value."public static final StringMESSAGE_YIELD"Remove this yield statement." -
org.sonar.python.checks.LineLengthCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"LineLength" -
org.sonar.python.checks.LocalVariableAndParameterNameConventionCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S117"public static final StringLOCAL_VAR"local variable"public static final StringMESSAGE"Rename this %s \"%s\" to match the regular expression %s."public static final StringPARAMETER"parameter" -
org.sonar.python.checks.LongIntegerWithLowercaseSuffixUsageCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"LongIntegerWithLowercaseSuffixUsage" -
org.sonar.python.checks.MethodNameCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S100" -
org.sonar.python.checks.MethodShouldBeStaticCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S2325" -
org.sonar.python.checks.MissingDocstringCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S1720" -
org.sonar.python.checks.MissingNewlineAtEndOfFileCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S113"public static final StringMESSAGE"Add a new line at the end of this file \"%s\"." -
org.sonar.python.checks.ModuleNameCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S1578" -
org.sonar.python.checks.NeedlessPassCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S2772" -
org.sonar.python.checks.NestedControlFlowDepthCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S134" -
org.sonar.python.checks.NewStyleClassCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S1722" -
org.sonar.python.checks.NoPersonReferenceInTodoCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S1707"public static final StringMESSAGE"Add a citation of the person who can best explain this comment." -
org.sonar.python.checks.OneStatementPerLineCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"OneStatementPerLine" -
org.sonar.python.checks.ParsingErrorCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"ParsingError" -
org.sonar.python.checks.PreIncrementDecrementCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"PreIncrementDecrement" -
org.sonar.python.checks.PrintStatementUsageCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"PrintStatementUsage" -
org.sonar.python.checks.ReturnAndYieldInOneFunctionCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S2712"public static final StringMESSAGE"Use only \"return\" or only \"yield\", not both." -
org.sonar.python.checks.ReturnYieldOutsideFunctionCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S2711"public static final StringMESSAGE"Remove this use of \"%s\"." -
org.sonar.python.checks.SameBranchCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S1871"public static final StringMESSAGE"Either merge this branch with the identical one on line \"%s\" or change one of the implementations." -
org.sonar.python.checks.SameConditionCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S1862" -
org.sonar.python.checks.SelfAssignmentCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S1656"public static final StringMESSAGE"Remove or correct this useless self-assignment." -
org.sonar.python.checks.TooManyLinesInFileCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S104" -
org.sonar.python.checks.TooManyParametersCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S107" -
org.sonar.python.checks.TooManyReturnsCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S1142" -
org.sonar.python.checks.TrailingCommentCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S139" -
org.sonar.python.checks.TrailingWhitespaceCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S1131"public static final StringMESSAGE"Remove the useless trailing whitespaces at the end of this line." -
org.sonar.python.checks.UselessParenthesisAfterKeywordCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S1721" -
org.sonar.python.checks.UselessParenthesisCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S1110" -
org.sonar.python.checks.XPathCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"XPath"
-
org.sonar.python.checks.hotspots.CommandLineArgsCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S4823" -
org.sonar.python.checks.hotspots.DebugModeCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S4507" -
org.sonar.python.checks.hotspots.DynamicCodeExecutionCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S1523" -
org.sonar.python.checks.hotspots.HashingDataCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S4790" -
org.sonar.python.checks.hotspots.OsExecCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S4721" -
org.sonar.python.checks.hotspots.ProcessSignallingCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S4828" -
org.sonar.python.checks.hotspots.RegexCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S4784" -
org.sonar.python.checks.hotspots.SQLQueriesCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S2077" -
org.sonar.python.checks.hotspots.StandardInputCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S4829"