A B C D E F G H I L M N O P R S T U V W 
All Classes All Packages

A

AbstractCallExpressionCheck - Class in org.sonar.python.checks
 
AbstractCallExpressionCheck() - Constructor for class org.sonar.python.checks.AbstractCallExpressionCheck
 
AbstractFunctionNameCheck - Class in org.sonar.python.checks
 
AbstractFunctionNameCheck() - Constructor for class org.sonar.python.checks.AbstractFunctionNameCheck
 
AbstractNameCheck - Class in org.sonar.python.checks
 
AbstractNameCheck() - Constructor for class org.sonar.python.checks.AbstractNameCheck
 
AfterJumpStatementCheck - Class in org.sonar.python.checks
 
AfterJumpStatementCheck() - Constructor for class org.sonar.python.checks.AfterJumpStatementCheck
 
areEquivalent(Tree, Tree) - Static method in class org.sonar.python.checks.CheckUtils
 

B

BackslashInStringCheck - Class in org.sonar.python.checks
 
BackslashInStringCheck() - Constructor for class org.sonar.python.checks.BackslashInStringCheck
 
BackticksUsageCheck - Class in org.sonar.python.checks
 
BackticksUsageCheck() - Constructor for class org.sonar.python.checks.BackticksUsageCheck
 
BreakContinueOutsideLoopCheck - Class in org.sonar.python.checks
 
BreakContinueOutsideLoopCheck() - Constructor for class org.sonar.python.checks.BreakContinueOutsideLoopCheck
 

C

CHECK_KEY - Static variable in class org.sonar.python.checks.BackticksUsageCheck
 
CHECK_KEY - Static variable in class org.sonar.python.checks.BreakContinueOutsideLoopCheck
 
CHECK_KEY - Static variable in class org.sonar.python.checks.ClassNameCheck
 
CHECK_KEY - Static variable in class org.sonar.python.checks.CognitiveComplexityFunctionCheck
 
CHECK_KEY - Static variable in class org.sonar.python.checks.CollapsibleIfStatementsCheck
 
CHECK_KEY - Static variable in class org.sonar.python.checks.EmptyNestedBlockCheck
 
CHECK_KEY - Static variable in class org.sonar.python.checks.ExecStatementUsageCheck
 
CHECK_KEY - Static variable in class org.sonar.python.checks.FunctionNameCheck
 
CHECK_KEY - Static variable in class org.sonar.python.checks.HardcodedIPCheck
 
CHECK_KEY - Static variable in class org.sonar.python.checks.hotspots.CommandLineArgsCheck
 
CHECK_KEY - Static variable in class org.sonar.python.checks.hotspots.DebugModeCheck
 
CHECK_KEY - Static variable in class org.sonar.python.checks.hotspots.HashingDataCheck
 
CHECK_KEY - Static variable in class org.sonar.python.checks.hotspots.OsExecCheck
 
CHECK_KEY - Static variable in class org.sonar.python.checks.hotspots.ProcessSignallingCheck
 
CHECK_KEY - Static variable in class org.sonar.python.checks.hotspots.RegexCheck
 
CHECK_KEY - Static variable in class org.sonar.python.checks.hotspots.SQLQueriesCheck
 
CHECK_KEY - Static variable in class org.sonar.python.checks.hotspots.StandardInputCheck
 
CHECK_KEY - Static variable in class org.sonar.python.checks.InitReturnsValueCheck
 
CHECK_KEY - Static variable in class org.sonar.python.checks.LineLengthCheck
 
CHECK_KEY - Static variable in class org.sonar.python.checks.LongIntegerWithLowercaseSuffixUsageCheck
 
CHECK_KEY - Static variable in class org.sonar.python.checks.MethodNameCheck
 
CHECK_KEY - Static variable in class org.sonar.python.checks.MissingDocstringCheck
 
CHECK_KEY - Static variable in class org.sonar.python.checks.NewStyleClassCheck
 
CHECK_KEY - Static variable in class org.sonar.python.checks.OneStatementPerLineCheck
 
CHECK_KEY - Static variable in class org.sonar.python.checks.PreIncrementDecrementCheck
 
CHECK_KEY - Static variable in class org.sonar.python.checks.PrintStatementUsageCheck
 
CHECK_KEY - Static variable in class org.sonar.python.checks.ReturnAndYieldInOneFunctionCheck
 
CHECK_KEY - Static variable in class org.sonar.python.checks.ReturnYieldOutsideFunctionCheck
 
CHECK_KEY - Static variable in class org.sonar.python.checks.SameConditionCheck
 
CHECK_KEY - Static variable in class org.sonar.python.checks.SelfAssignmentCheck
 
CHECK_KEY - Static variable in class org.sonar.python.checks.TooManyLinesInFileCheck
 
CHECK_KEY - Static variable in class org.sonar.python.checks.TooManyParametersCheck
 
CHECK_KEY - Static variable in class org.sonar.python.checks.TooManyReturnsCheck
 
CHECK_KEY - Static variable in class org.sonar.python.checks.UselessParenthesisCheck
 
CheckList - Class in org.sonar.python.checks
 
CheckUtils - Class in org.sonar.python.checks
 
ClassComplexityCheck - Class in org.sonar.python.checks
 
ClassComplexityCheck() - Constructor for class org.sonar.python.checks.ClassComplexityCheck
 
classHasInheritance(ClassDef) - Static method in class org.sonar.python.checks.CheckUtils
 
ClassNameCheck - Class in org.sonar.python.checks
 
ClassNameCheck() - Constructor for class org.sonar.python.checks.ClassNameCheck
 
ClearTextProtocolsCheck - Class in org.sonar.python.checks.hotspots
 
ClearTextProtocolsCheck() - Constructor for class org.sonar.python.checks.hotspots.ClearTextProtocolsCheck
 
CognitiveComplexityFunctionCheck - Class in org.sonar.python.checks
 
CognitiveComplexityFunctionCheck() - Constructor for class org.sonar.python.checks.CognitiveComplexityFunctionCheck
 
CollapsibleIfStatementsCheck - Class in org.sonar.python.checks
 
CollapsibleIfStatementsCheck() - Constructor for class org.sonar.python.checks.CollapsibleIfStatementsCheck
 
CommandLineArgsCheck - Class in org.sonar.python.checks.hotspots
 
CommandLineArgsCheck() - Constructor for class org.sonar.python.checks.hotspots.CommandLineArgsCheck
 
CommentedCodeCheck - Class in org.sonar.python.checks
 
CommentedCodeCheck() - Constructor for class org.sonar.python.checks.CommentedCodeCheck
 
CommentRegularExpressionCheck - Class in org.sonar.python.checks
 
CommentRegularExpressionCheck() - Constructor for class org.sonar.python.checks.CommentRegularExpressionCheck
 
contains(String) - Static method in enum org.sonar.python.PythonBuiltinFunctions
 

D

DataEncryptionCheck - Class in org.sonar.python.checks.hotspots
 
DataEncryptionCheck() - Constructor for class org.sonar.python.checks.hotspots.DataEncryptionCheck
 
DebugModeCheck - Class in org.sonar.python.checks.hotspots
 
DebugModeCheck() - Constructor for class org.sonar.python.checks.hotspots.DebugModeCheck
 
DisabledHtmlAutoEscapeCheck - Class in org.sonar.python.checks.hotspots
 
DisabledHtmlAutoEscapeCheck() - Constructor for class org.sonar.python.checks.hotspots.DisabledHtmlAutoEscapeCheck
 
DuplicatedMethodFieldNamesCheck - Class in org.sonar.python.checks
 
DuplicatedMethodFieldNamesCheck() - Constructor for class org.sonar.python.checks.DuplicatedMethodFieldNamesCheck
 
DynamicCodeExecutionCheck - Class in org.sonar.python.checks.hotspots
 
DynamicCodeExecutionCheck() - Constructor for class org.sonar.python.checks.hotspots.DynamicCodeExecutionCheck
 

E

EmptyNestedBlockCheck - Class in org.sonar.python.checks
 
EmptyNestedBlockCheck() - Constructor for class org.sonar.python.checks.EmptyNestedBlockCheck
 
ExecStatementUsageCheck - Class in org.sonar.python.checks
 
ExecStatementUsageCheck() - Constructor for class org.sonar.python.checks.ExecStatementUsageCheck
 
ExitHasBadArgumentsCheck - Class in org.sonar.python.checks
 
ExitHasBadArgumentsCheck() - Constructor for class org.sonar.python.checks.ExitHasBadArgumentsCheck
 
Expressions - Class in org.sonar.python.checks
 

F

FieldDuplicatesClassNameCheck - Class in org.sonar.python.checks
 
FieldDuplicatesClassNameCheck() - Constructor for class org.sonar.python.checks.FieldDuplicatesClassNameCheck
 
FieldNameCheck - Class in org.sonar.python.checks
 
FieldNameCheck() - Constructor for class org.sonar.python.checks.FieldNameCheck
 
FileComplexityCheck - Class in org.sonar.python.checks
 
FileComplexityCheck() - Constructor for class org.sonar.python.checks.FileComplexityCheck
 
FixmeCommentCheck - Class in org.sonar.python.checks
 
FixmeCommentCheck() - Constructor for class org.sonar.python.checks.FixmeCommentCheck
 
format - Variable in class org.sonar.python.checks.AbstractFunctionNameCheck
 
format - Variable in class org.sonar.python.checks.ClassNameCheck
 
format - Variable in class org.sonar.python.checks.FieldNameCheck
 
format - Variable in class org.sonar.python.checks.LocalVariableAndParameterNameConventionCheck
 
format - Variable in class org.sonar.python.checks.ModuleNameCheck
 
format() - Method in class org.sonar.python.checks.AbstractFunctionNameCheck
 
format() - Method in class org.sonar.python.checks.AbstractNameCheck
 
format() - Method in class org.sonar.python.checks.ClassNameCheck
 
FunctionComplexityCheck - Class in org.sonar.python.checks
 
FunctionComplexityCheck() - Constructor for class org.sonar.python.checks.FunctionComplexityCheck
 
FunctionNameCheck - Class in org.sonar.python.checks
 
FunctionNameCheck() - Constructor for class org.sonar.python.checks.FunctionNameCheck
 
functionsToCheck() - Method in class org.sonar.python.checks.AbstractCallExpressionCheck
 
functionsToCheck() - Method in class org.sonar.python.checks.hotspots.CommandLineArgsCheck
 
functionsToCheck() - Method in class org.sonar.python.checks.hotspots.HashingDataCheck
 
functionsToCheck() - Method in class org.sonar.python.checks.hotspots.OsExecCheck
 
functionsToCheck() - Method in class org.sonar.python.checks.hotspots.ProcessSignallingCheck
 
functionsToCheck() - Method in class org.sonar.python.checks.hotspots.StandardInputCheck
 

G

getChecks() - Static method in class org.sonar.python.checks.CheckList
 
getParentClassDef(Tree) - Static method in class org.sonar.python.checks.CheckUtils
 

H

HardcodedIPCheck - Class in org.sonar.python.checks
 
HardcodedIPCheck() - Constructor for class org.sonar.python.checks.HardcodedIPCheck
 
HashingDataCheck - Class in org.sonar.python.checks.hotspots
 
HashingDataCheck() - Constructor for class org.sonar.python.checks.hotspots.HashingDataCheck
 

I

IdenticalExpressionOnBinaryOperatorCheck - Class in org.sonar.python.checks
 
IdenticalExpressionOnBinaryOperatorCheck() - Constructor for class org.sonar.python.checks.IdenticalExpressionOnBinaryOperatorCheck
 
immutableSet(T...) - Static method in class org.sonar.python.checks.AbstractCallExpressionCheck
 
InequalityUsageCheck - Class in org.sonar.python.checks
 
InequalityUsageCheck() - Constructor for class org.sonar.python.checks.InequalityUsageCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.AbstractCallExpressionCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.AbstractFunctionNameCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.AfterJumpStatementCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.BackslashInStringCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.BackticksUsageCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.BreakContinueOutsideLoopCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.ClassComplexityCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.ClassNameCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.CognitiveComplexityFunctionCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.CommentedCodeCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.CommentRegularExpressionCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.DuplicatedMethodFieldNamesCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.EmptyNestedBlockCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.ExecStatementUsageCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.ExitHasBadArgumentsCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.FieldDuplicatesClassNameCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.FieldNameCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.FileComplexityCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.FixmeCommentCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.FunctionComplexityCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.HardcodedIPCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.hotspots.ClearTextProtocolsCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.hotspots.CommandLineArgsCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.hotspots.DataEncryptionCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.hotspots.DebugModeCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.hotspots.DisabledHtmlAutoEscapeCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.hotspots.DynamicCodeExecutionCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.hotspots.HashingDataCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.hotspots.LoggersConfigurationCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.hotspots.PseudoRandomCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.hotspots.PubliclyWritableDirectoriesCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.hotspots.RegexCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.hotspots.SQLQueriesCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.hotspots.StandardInputCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.hotspots.StrongCryptographicKeysCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.IdenticalExpressionOnBinaryOperatorCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.InequalityUsageCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.InitReturnsValueCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.LineLengthCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.LocalVariableAndParameterNameConventionCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.LongIntegerWithLowercaseSuffixUsageCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.LoopExecutingAtMostOnceCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.MethodShouldBeStaticCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.MissingDocstringCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.MissingNewlineAtEndOfFileCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.ModuleNameCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.NeedlessPassCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.NewStyleClassCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.NoPersonReferenceInTodoCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.OneStatementPerLineCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.PreIncrementDecrementCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.PrintStatementUsageCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.RedundantJumpCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.ReturnAndYieldInOneFunctionCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.ReturnYieldOutsideFunctionCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.SameBranchCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.SameConditionCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.SelfAssignmentCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.TempFileCreationCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.TooManyLinesInFileCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.TooManyParametersCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.TooManyReturnsCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.TrailingCommentCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.UnusedLocalVariableCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.UselessParenthesisAfterKeywordCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.UselessParenthesisCheck
 
initialize(SubscriptionCheck.Context) - Method in class org.sonar.python.checks.WeakSSLProtocolCheck
 
InitReturnsValueCheck - Class in org.sonar.python.checks
 
InitReturnsValueCheck() - Constructor for class org.sonar.python.checks.InitReturnsValueCheck
 
INSTANCE - org.sonar.python.PythonBuiltinFunctions
 
isException(CallExpression) - Method in class org.sonar.python.checks.AbstractCallExpressionCheck
 
isException(CallExpression) - Method in class org.sonar.python.checks.hotspots.HashingDataCheck
`make_password(password, salt, hasher)` function is sensitive when it's used with a specific hasher name or salt.
isException(CallExpression) - Method in class org.sonar.python.checks.hotspots.StandardInputCheck
 
isFalsy(Expression) - Static method in class org.sonar.python.checks.Expressions
 
isWithinImport(Tree) - Static method in class org.sonar.python.checks.AbstractCallExpressionCheck
 

L

leaveFile() - Method in class org.sonar.python.checks.OneStatementPerLineCheck
 
legalCommentPattern - Variable in class org.sonar.python.checks.TrailingCommentCheck
 
LineLengthCheck - Class in org.sonar.python.checks
 
LineLengthCheck() - Constructor for class org.sonar.python.checks.LineLengthCheck
 
LocalVariableAndParameterNameConventionCheck - Class in org.sonar.python.checks
 
LocalVariableAndParameterNameConventionCheck() - Constructor for class org.sonar.python.checks.LocalVariableAndParameterNameConventionCheck
 
LoggersConfigurationCheck - Class in org.sonar.python.checks.hotspots
 
LoggersConfigurationCheck() - Constructor for class org.sonar.python.checks.hotspots.LoggersConfigurationCheck
 
LongIntegerWithLowercaseSuffixUsageCheck - Class in org.sonar.python.checks
 
LongIntegerWithLowercaseSuffixUsageCheck() - Constructor for class org.sonar.python.checks.LongIntegerWithLowercaseSuffixUsageCheck
 
LoopExecutingAtMostOnceCheck - Class in org.sonar.python.checks
 
LoopExecutingAtMostOnceCheck() - Constructor for class org.sonar.python.checks.LoopExecutingAtMostOnceCheck
 

M

max - Variable in class org.sonar.python.checks.NestedControlFlowDepthCheck
 
max - Variable in class org.sonar.python.checks.TooManyParametersCheck
 
max - Variable in class org.sonar.python.checks.TooManyReturnsCheck
 
maximum - Variable in class org.sonar.python.checks.TooManyLinesInFileCheck
 
maximumLineLength - Variable in class org.sonar.python.checks.LineLengthCheck
 
message - Variable in class org.sonar.python.checks.CommentRegularExpressionCheck
 
message() - Method in class org.sonar.python.checks.AbstractCallExpressionCheck
 
message() - Method in class org.sonar.python.checks.hotspots.CommandLineArgsCheck
 
message() - Method in class org.sonar.python.checks.hotspots.HashingDataCheck
 
message() - Method in class org.sonar.python.checks.hotspots.OsExecCheck
 
message() - Method in class org.sonar.python.checks.hotspots.ProcessSignallingCheck
 
message() - Method in class org.sonar.python.checks.hotspots.StandardInputCheck
 
MESSAGE - Static variable in class org.sonar.python.checks.CommentedCodeCheck
 
MESSAGE - Static variable in class org.sonar.python.checks.NoPersonReferenceInTodoCheck
 
MESSAGE - Static variable in class org.sonar.python.checks.SelfAssignmentCheck
 
MethodNameCheck - Class in org.sonar.python.checks
 
MethodNameCheck() - Constructor for class org.sonar.python.checks.MethodNameCheck
 
MethodShouldBeStaticCheck - Class in org.sonar.python.checks
 
MethodShouldBeStaticCheck() - Constructor for class org.sonar.python.checks.MethodShouldBeStaticCheck
 
MissingDocstringCheck - Class in org.sonar.python.checks
 
MissingDocstringCheck() - Constructor for class org.sonar.python.checks.MissingDocstringCheck
 
MissingNewlineAtEndOfFileCheck - Class in org.sonar.python.checks
 
MissingNewlineAtEndOfFileCheck() - Constructor for class org.sonar.python.checks.MissingNewlineAtEndOfFileCheck
 
ModuleNameCheck - Class in org.sonar.python.checks
 
ModuleNameCheck() - Constructor for class org.sonar.python.checks.ModuleNameCheck
 

N

NeedlessPassCheck - Class in org.sonar.python.checks
 
NeedlessPassCheck() - Constructor for class org.sonar.python.checks.NeedlessPassCheck
 
NestedControlFlowDepthCheck - Class in org.sonar.python.checks
 
NestedControlFlowDepthCheck() - Constructor for class org.sonar.python.checks.NestedControlFlowDepthCheck
 
NewStyleClassCheck - Class in org.sonar.python.checks
 
NewStyleClassCheck() - Constructor for class org.sonar.python.checks.NewStyleClassCheck
 
NoPersonReferenceInTodoCheck - Class in org.sonar.python.checks
 
NoPersonReferenceInTodoCheck() - Constructor for class org.sonar.python.checks.NoPersonReferenceInTodoCheck
 

O

OneStatementPerLineCheck - Class in org.sonar.python.checks
Note that implementation differs from AbstractOneStatementPerLineCheck due to Python specifics
OneStatementPerLineCheck() - Constructor for class org.sonar.python.checks.OneStatementPerLineCheck
 
org.sonar.python - package org.sonar.python
 
org.sonar.python.checks - package org.sonar.python.checks
 
org.sonar.python.checks.hotspots - package org.sonar.python.checks.hotspots
 
OsExecCheck - Class in org.sonar.python.checks.hotspots
 
OsExecCheck() - Constructor for class org.sonar.python.checks.hotspots.OsExecCheck
 

P

ParsingErrorCheck - Class in org.sonar.python.checks
 
ParsingErrorCheck() - Constructor for class org.sonar.python.checks.ParsingErrorCheck
 
pattern() - Method in class org.sonar.python.checks.AbstractNameCheck
 
personReferencePatternString - Variable in class org.sonar.python.checks.NoPersonReferenceInTodoCheck
 
PreIncrementDecrementCheck - Class in org.sonar.python.checks
 
PreIncrementDecrementCheck() - Constructor for class org.sonar.python.checks.PreIncrementDecrementCheck
 
PrintStatementUsageCheck - Class in org.sonar.python.checks
 
PrintStatementUsageCheck() - Constructor for class org.sonar.python.checks.PrintStatementUsageCheck
 
ProcessSignallingCheck - Class in org.sonar.python.checks.hotspots
 
ProcessSignallingCheck() - Constructor for class org.sonar.python.checks.hotspots.ProcessSignallingCheck
 
PseudoRandomCheck - Class in org.sonar.python.checks.hotspots
 
PseudoRandomCheck() - Constructor for class org.sonar.python.checks.hotspots.PseudoRandomCheck
 
PubliclyWritableDirectoriesCheck - Class in org.sonar.python.checks.hotspots
 
PubliclyWritableDirectoriesCheck() - Constructor for class org.sonar.python.checks.hotspots.PubliclyWritableDirectoriesCheck
 
PythonBuiltinFunctions - Enum in org.sonar.python
 

R

RedundantJumpCheck - Class in org.sonar.python.checks
 
RedundantJumpCheck() - Constructor for class org.sonar.python.checks.RedundantJumpCheck
 
RegexCheck - Class in org.sonar.python.checks.hotspots
 
RegexCheck() - Constructor for class org.sonar.python.checks.hotspots.RegexCheck
 
regularExpression - Variable in class org.sonar.python.checks.CommentRegularExpressionCheck
 
REPOSITORY_KEY - Static variable in class org.sonar.python.checks.CheckList
 
ReturnAndYieldInOneFunctionCheck - Class in org.sonar.python.checks
 
ReturnAndYieldInOneFunctionCheck() - Constructor for class org.sonar.python.checks.ReturnAndYieldInOneFunctionCheck
 
ReturnYieldOutsideFunctionCheck - Class in org.sonar.python.checks
 
ReturnYieldOutsideFunctionCheck() - Constructor for class org.sonar.python.checks.ReturnYieldOutsideFunctionCheck
 

S

SameBranchCheck - Class in org.sonar.python.checks
 
SameBranchCheck() - Constructor for class org.sonar.python.checks.SameBranchCheck
 
SameConditionCheck - Class in org.sonar.python.checks
 
SameConditionCheck() - Constructor for class org.sonar.python.checks.SameConditionCheck
 
scanFile(PythonVisitorContext) - Method in class org.sonar.python.checks.CollapsibleIfStatementsCheck
 
scanFile(PythonVisitorContext) - Method in class org.sonar.python.checks.NestedControlFlowDepthCheck
 
scanFile(PythonVisitorContext) - Method in class org.sonar.python.checks.ParsingErrorCheck
 
scanFile(PythonVisitorContext) - Method in class org.sonar.python.checks.TrailingWhitespaceCheck
 
SelfAssignmentCheck - Class in org.sonar.python.checks
 
SelfAssignmentCheck() - Constructor for class org.sonar.python.checks.SelfAssignmentCheck
 
setThreshold(int) - Method in class org.sonar.python.checks.CognitiveComplexityFunctionCheck
 
shouldCheckFunctionDeclaration(FunctionDef) - Method in class org.sonar.python.checks.AbstractFunctionNameCheck
 
shouldCheckFunctionDeclaration(FunctionDef) - Method in class org.sonar.python.checks.FunctionNameCheck
 
shouldCheckFunctionDeclaration(FunctionDef) - Method in class org.sonar.python.checks.MethodNameCheck
 
singleAssignedValue(Name) - Static method in class org.sonar.python.checks.Expressions
 
SQLQueriesCheck - Class in org.sonar.python.checks.hotspots
 
SQLQueriesCheck() - Constructor for class org.sonar.python.checks.hotspots.SQLQueriesCheck
 
StandardInputCheck - Class in org.sonar.python.checks.hotspots
 
StandardInputCheck() - Constructor for class org.sonar.python.checks.hotspots.StandardInputCheck
 
StrongCryptographicKeysCheck - Class in org.sonar.python.checks.hotspots
 
StrongCryptographicKeysCheck() - Constructor for class org.sonar.python.checks.hotspots.StrongCryptographicKeysCheck
 

T

TempFileCreationCheck - Class in org.sonar.python.checks
 
TempFileCreationCheck() - Constructor for class org.sonar.python.checks.TempFileCreationCheck
 
TooManyLinesInFileCheck - Class in org.sonar.python.checks
 
TooManyLinesInFileCheck() - Constructor for class org.sonar.python.checks.TooManyLinesInFileCheck
 
TooManyParametersCheck - Class in org.sonar.python.checks
 
TooManyParametersCheck() - Constructor for class org.sonar.python.checks.TooManyParametersCheck
 
TooManyReturnsCheck - Class in org.sonar.python.checks
 
TooManyReturnsCheck() - Constructor for class org.sonar.python.checks.TooManyReturnsCheck
 
TrailingCommentCheck - Class in org.sonar.python.checks
 
TrailingCommentCheck() - Constructor for class org.sonar.python.checks.TrailingCommentCheck
 
TrailingWhitespaceCheck - Class in org.sonar.python.checks
 
TrailingWhitespaceCheck() - Constructor for class org.sonar.python.checks.TrailingWhitespaceCheck
 
typeName() - Method in class org.sonar.python.checks.AbstractFunctionNameCheck
 
typeName() - Method in class org.sonar.python.checks.FunctionNameCheck
 
typeName() - Method in class org.sonar.python.checks.MethodNameCheck
 

U

UnusedLocalVariableCheck - Class in org.sonar.python.checks
 
UnusedLocalVariableCheck() - Constructor for class org.sonar.python.checks.UnusedLocalVariableCheck
 
UselessParenthesisAfterKeywordCheck - Class in org.sonar.python.checks
 
UselessParenthesisAfterKeywordCheck() - Constructor for class org.sonar.python.checks.UselessParenthesisAfterKeywordCheck
 
UselessParenthesisCheck - Class in org.sonar.python.checks
 
UselessParenthesisCheck() - Constructor for class org.sonar.python.checks.UselessParenthesisCheck
 

V

valueOf(String) - Static method in enum org.sonar.python.PythonBuiltinFunctions
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.sonar.python.PythonBuiltinFunctions
Returns an array containing the constants of this enum type, in the order they are declared.
visitForStatement(ForStatement) - Method in class org.sonar.python.checks.NestedControlFlowDepthCheck
 
visitIfStatement(IfStatement) - Method in class org.sonar.python.checks.CollapsibleIfStatementsCheck
 
visitIfStatement(IfStatement) - Method in class org.sonar.python.checks.NestedControlFlowDepthCheck
 
visitNode(SubscriptionContext) - Method in class org.sonar.python.checks.AbstractCallExpressionCheck
 
visitTryStatement(TryStatement) - Method in class org.sonar.python.checks.NestedControlFlowDepthCheck
 
visitWhileStatement(WhileStatement) - Method in class org.sonar.python.checks.NestedControlFlowDepthCheck
 
visitWithStatement(WithStatement) - Method in class org.sonar.python.checks.NestedControlFlowDepthCheck
 

W

WeakSSLProtocolCheck - Class in org.sonar.python.checks
 
WeakSSLProtocolCheck() - Constructor for class org.sonar.python.checks.WeakSSLProtocolCheck
 
A B C D E F G H I L M N O P R S T U V W 
All Classes All Packages