| Package | Description |
|---|---|
| com.puppycrawl.tools.checkstyle.checks.coding |
Contains the Coding checks that are
bundled with the main distribution.
|
| Class and Description |
|---|
| AbstractSuperCheck
Abstract class for checking that an overriding method with no parameters
invokes the super method.
|
| AbstractSuperCheck.MethodNode
Stack node for a method definition and a record of
whether the method has a call to the super method.
|
| DeclarationOrderCheck.ScopeState
Private class to encapsulate the state.
|
| EqualsAvoidNullCheck.FieldFrame
Holds the names of fields of a type.
|
| FinalLocalVariableCheck.FinalVariableCandidate
Represents information about final local variable candidate.
|
| FinalLocalVariableCheck.ScopeData
Holder for the scope data.
|
| HiddenFieldCheck.FieldFrame
Holds the names of static and instance fields of a type.
|
| RequireThisCheck.AbstractFrame
A declaration frame.
|
| RequireThisCheck.ClassFrame
A frame initiated at class, enum or interface definition; holds instance variable names.
|
| RequireThisCheck.FrameType
An AbstractFrame type.
|
| ReturnCountCheck.Context
Class to encapsulate information about one method.
|
| UnusedLocalVariableCheck.TypeDeclDesc
Maintains information about the type declaration.
|
| UnusedLocalVariableCheck.VariableDesc
Maintains information about the variable.
|
Copyright © 2001-2022. All Rights Reserved.