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