Package org.sonar.python.checks.hotspots
Class EmailSendingCheck
- java.lang.Object
-
- org.sonar.plugins.python.api.PythonSubscriptionCheck
-
- org.sonar.python.checks.AbstractCallExpressionCheck
-
- org.sonar.python.checks.hotspots.EmailSendingCheck
-
- All Implemented Interfaces:
PythonCheck,SubscriptionCheck
public class EmailSendingCheck 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 EmailSendingCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Set<String>functionsToCheck()protected Stringmessage()-
Methods inherited from class org.sonar.python.checks.AbstractCallExpressionCheck
immutableSet, initialize, isException, isWithinImport, visitNode
-
Methods inherited from class org.sonar.plugins.python.api.PythonSubscriptionCheck
leaveFile, scanFile
-
-
-
-
Method Detail
-
functionsToCheck
protected Set<String> functionsToCheck()
- Specified by:
functionsToCheckin classAbstractCallExpressionCheck
-
message
protected String message()
- Specified by:
messagein classAbstractCallExpressionCheck
-
-