Package org.sonar.python.checks
Class NonCallableCalledCheck
java.lang.Object
org.sonar.plugins.python.api.PythonSubscriptionCheck
org.sonar.python.checks.NonCallableCalled
org.sonar.python.checks.NonCallableCalledCheck
- 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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanisExpectedTypeSource(SubscriptionContext ctx, PythonType calleeType) protected Stringmessage(PythonType typeV2, String name) Methods inherited from class org.sonar.python.checks.NonCallableCalled
addTypeName, initialize, isCallMemberMissing, isExceptionMethods 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
-
NonCallableCalledCheck
public NonCallableCalledCheck()
-
-
Method Details
-
isExpectedTypeSource
- Specified by:
isExpectedTypeSourcein classNonCallableCalled
-
message
- Overrides:
messagein classNonCallableCalled
-