Package org.sonar.python.checks
Class IterationOnNonIterableCheck
- java.lang.Object
-
- org.sonar.plugins.python.api.PythonSubscriptionCheck
-
- org.sonar.python.checks.IterationOnNonIterable
-
- org.sonar.python.checks.IterationOnNonIterableCheck
-
- All Implemented Interfaces:
PythonCheck,SubscriptionCheck
public class IterationOnNonIterableCheck extends IterationOnNonIterable
-
-
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 IterationOnNonIterableCheck()
-
Method Summary
-
Methods inherited from class org.sonar.python.checks.IterationOnNonIterable
initialize
-
Methods inherited from class org.sonar.plugins.python.api.PythonSubscriptionCheck
leaveFile, scanFile
-
-