Package org.sonar.python.checks.hotspots
Class OsExecCheck
- java.lang.Object
-
- org.sonar.python.PythonVisitor
-
- org.sonar.python.PythonCheck
-
- org.sonar.python.checks.AbstractCallExpressionCheck
-
- org.sonar.python.checks.hotspots.OsExecCheck
-
public class OsExecCheck extends AbstractCallExpressionCheck
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.sonar.python.PythonCheck
PythonCheck.PreciseIssue
-
-
Constructor Summary
Constructors Constructor Description OsExecCheck()
-
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
isException, subscribedKinds, visitNode
-
Methods inherited from class org.sonar.python.PythonCheck
addFileIssue, addIssue, addIssue, addIssue, addLineIssue, immutableSet, scanFileForIssues
-
Methods inherited from class org.sonar.python.PythonVisitor
getContext, leaveFile, leaveNode, scanFile, scanNode, visitFile, visitToken
-
-
-
-
Field Detail
-
CHECK_KEY
public static final String CHECK_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
functionsToCheck
protected Set<String> functionsToCheck()
- Specified by:
functionsToCheckin classAbstractCallExpressionCheck
-
message
protected String message()
- Specified by:
messagein classAbstractCallExpressionCheck
-
-