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