See: Description
Class | Description |
---|---|
AbbreviationAsWordInNameCheck |
The Check validate abbreviations(consecutive capital letters) length in
identifier name, it also allows to enforce camel case naming.
|
AbstractAccessControlNameCheck |
Abstract class for checking a class member (field/method)'s name conforms to
a format specified by the format property.
|
AbstractClassNameCheck |
Ensures that the names of abstract classes conforming to some
regular expression and check that
abstract modifier exists. |
AbstractNameCheck |
Abstract class for checking that names conform to a specified format.
|
AbstractTypeParameterNameCheck | Deprecated
Checkstyle will not support abstract checks anymore.
|
CatchParameterNameCheck |
Checks that
catch parameter names conform to a format specified by the format property. |
ClassTypeParameterNameCheck |
Checks that class type parameter names conform to a format specified
by the format property.
|
ConstantNameCheck |
Checks that constant names conform to a format specified
by the format property.
|
InterfaceTypeParameterNameCheck |
Checks that interface type parameter names conform to a format specified
by the format property.
|
LocalFinalVariableNameCheck |
Checks that local final variable names conform to a format specified
by the format property.
|
LocalVariableNameCheck |
Checks that local, non-final variable names conform to a format specified
by the format property.
|
MemberNameCheck |
Checks that instance variable names conform to a format specified
by the format property.
|
MethodNameCheck |
Checks that method names conform to a format specified
by the format property.
|
MethodTypeParameterNameCheck |
Checks that class type parameter names conform to a format specified
by the format property.
|
PackageNameCheck |
Checks that package names conform to a format specified
by the format property.
|
ParameterNameCheck |
Checks that method and
catch parameter names conform to a format specified
by the format property. |
StaticVariableNameCheck |
Checks that static, non-final variable names conform to a format specified
by the format property.
|
TypeNameCheck |
Checks that type names conform to a format specified
by the format property.
|
Enum | Description |
---|---|
AccessModifier |
This enum represents access modifiers.
|
Copyright © 2001–2018. All rights reserved.