Package org.sonar.python.checks.hotspots
Class HashingDataCheck
java.lang.Object
org.sonar.plugins.python.api.PythonSubscriptionCheck
org.sonar.python.checks.AbstractCallExpressionCheck
org.sonar.python.checks.hotspots.HashingDataCheck
- All Implemented Interfaces:
PythonCheck,SubscriptionCheck
-
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 -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(SubscriptionCheck.Context context) protected booleanisException(CallExpression callExpression) protected Stringmessage()Methods inherited from class org.sonar.python.checks.AbstractCallExpressionCheck
immutableSet, isWithinImport, visitNodeMethods 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
-
Field Details
-
CHECK_KEY
- See Also:
-
-
Constructor Details
-
HashingDataCheck
public HashingDataCheck()
-
-
Method Details
-
initialize
- Specified by:
initializein interfaceSubscriptionCheck- Overrides:
initializein classAbstractCallExpressionCheck
-
isException
- Overrides:
isExceptionin classAbstractCallExpressionCheck
-
functionsToCheck
- Specified by:
functionsToCheckin classAbstractCallExpressionCheck
-
message
- Specified by:
messagein classAbstractCallExpressionCheck
-