Package org.sonar.python.checks
Class AbstractCallExpressionCheck
java.lang.Object
org.sonar.plugins.python.api.PythonSubscriptionCheck
org.sonar.python.checks.AbstractCallExpressionCheck
- All Implemented Interfaces:
PythonCheck,SubscriptionCheck
- Direct Known Subclasses:
CommandLineArgsCheck,EmailSendingCheck,ExpandingArchiveCheck,HashingDataCheck,OsExecCheck,ProcessSignallingCheck,StandardInputCheck
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.sonar.plugins.python.api.PythonCheck
PythonCheck.CheckScope, PythonCheck.PreciseIssueNested classes/interfaces inherited from interface org.sonar.plugins.python.api.SubscriptionCheck
SubscriptionCheck.Context -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static <T> Set<T>immutableSet(T... args) voidinitialize(SubscriptionCheck.Context context) protected booleanisException(CallExpression callExpression) protected static booleanisWithinImport(Tree tree) protected abstract Stringmessage()voidMethods inherited from class org.sonar.plugins.python.api.PythonSubscriptionCheck
leaveFile, scanFileMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.sonar.plugins.python.api.PythonCheck
scanWithoutParsing, scope
-
Constructor Details
-
AbstractCallExpressionCheck
public AbstractCallExpressionCheck()
-
-
Method Details
-
functionsToCheck
-
message
-
isException
-
initialize
-
visitNode
-
isWithinImport
-
immutableSet
-