Package | Description |
---|---|
com.puppycrawl.tools.checkstyle.checks.naming |
Contains the Naming conventions checks
that are bundled with the main distribution.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAccessControlNameCheck
Abstract class for checking a class member (field/method)'s name conforms to
a specified pattern.
|
class |
CatchParameterNameCheck
Checks that
catch parameter names conform to a specified pattern. |
class |
ClassTypeParameterNameCheck
Checks that class type parameter names conform to a specified pattern.
|
class |
ConstantNameCheck
Checks that constant names conform to a specified pattern.
|
class |
InterfaceTypeParameterNameCheck
Checks that interface type parameter names conform to a specified pattern.
|
class |
LambdaParameterNameCheck
Checks lambda parameter names.
|
class |
LocalFinalVariableNameCheck
Checks that local final variable names conform to a specified pattern.
|
class |
LocalVariableNameCheck
Checks that local, non-
final variable names conform to a specified pattern. |
class |
MemberNameCheck
Checks that instance variable names conform to a specified pattern.
|
class |
MethodNameCheck
Checks that method names conform to a specified pattern.
|
class |
MethodTypeParameterNameCheck
Checks that method type parameter names conform to a specified pattern.
|
class |
ParameterNameCheck
Checks that method parameter names conform to a specified pattern.
|
class |
StaticVariableNameCheck
Checks that
static , non-final variable names conform to a specified pattern. |
class |
TypeNameCheck
Checks that type names conform to a specified pattern.
|
Copyright © 2001–2020. All rights reserved.