Package org.sonar.python.checks.hotspots
Class CommandLineArgsCheck
- java.lang.Object
-
- org.sonar.plugins.python.api.PythonSubscriptionCheck
-
- org.sonar.python.checks.AbstractCallExpressionCheck
-
- org.sonar.python.checks.hotspots.CommandLineArgsCheck
-
- All Implemented Interfaces:
PythonCheck,SubscriptionCheck
public class CommandLineArgsCheck extends AbstractCallExpressionCheck
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.sonar.plugins.python.api.PythonCheck
PythonCheck.PreciseIssue
-
Nested classes/interfaces inherited from interface org.sonar.plugins.python.api.SubscriptionCheck
SubscriptionCheck.Context
-
-
Constructor Summary
Constructors Constructor Description CommandLineArgsCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Set<String>functionsToCheck()voidinitialize(SubscriptionCheck.Context context)protected Stringmessage()-
Methods inherited from class org.sonar.python.checks.AbstractCallExpressionCheck
immutableSet, isException, isWithinImport, visitNode
-
Methods inherited from class org.sonar.plugins.python.api.PythonSubscriptionCheck
leaveFile, scanFile
-
-
-
-
Field Detail
-
CHECK_KEY
public static final String CHECK_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
initialize
public void initialize(SubscriptionCheck.Context context)
- Specified by:
initializein interfaceSubscriptionCheck- Overrides:
initializein classAbstractCallExpressionCheck
-
functionsToCheck
protected Set<String> functionsToCheck()
- Specified by:
functionsToCheckin classAbstractCallExpressionCheck
-
message
protected String message()
- Specified by:
messagein classAbstractCallExpressionCheck
-
-