Package org.sonar.python.checks
Class BuiltinShadowingAssignmentCheck
- java.lang.Object
-
- org.sonar.plugins.python.api.PythonSubscriptionCheck
-
- org.sonar.python.checks.BuiltinShadowingAssignmentCheck
-
- All Implemented Interfaces:
PythonCheck,SubscriptionCheck
public class BuiltinShadowingAssignmentCheck extends PythonSubscriptionCheck
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.sonar.plugins.python.api.PythonCheck
PythonCheck.CheckScope, PythonCheck.PreciseIssue
-
Nested classes/interfaces inherited from interface org.sonar.plugins.python.api.SubscriptionCheck
SubscriptionCheck.Context
-
-
Field Summary
Fields Modifier and Type Field Description static StringMESSAGEstatic StringQUICK_FIX_MESSAGE_FORMATstatic StringRENAME_PREFIXstatic StringREPEATED_VAR_MESSAGE
-
Constructor Summary
Constructors Constructor Description BuiltinShadowingAssignmentCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitialize(SubscriptionCheck.Context context)-
Methods inherited from class org.sonar.plugins.python.api.PythonSubscriptionCheck
leaveFile, scanFile
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.sonar.plugins.python.api.PythonCheck
scanWithoutParsing, scope
-
-
-
-
Field Detail
-
MESSAGE
public static final String MESSAGE
- See Also:
- Constant Field Values
-
REPEATED_VAR_MESSAGE
public static final String REPEATED_VAR_MESSAGE
- See Also:
- Constant Field Values
-
RENAME_PREFIX
public static final String RENAME_PREFIX
- See Also:
- Constant Field Values
-
QUICK_FIX_MESSAGE_FORMAT
public static final String QUICK_FIX_MESSAGE_FORMAT
- See Also:
- Constant Field Values
-
-
Method Detail
-
initialize
public void initialize(SubscriptionCheck.Context context)
-
-