Package com.puppycrawl.tools.checkstyle.checks.naming

Contains the Naming conventions checks that are bundled with the main distribution.

See:
          Description

Class Summary
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 Abstract class for checking if a class/method type parameter's name conforms 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.
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 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.
 

Package com.puppycrawl.tools.checkstyle.checks.naming Description

Contains the Naming conventions checks that are bundled with the main distribution.



Copyright © 2001-2010. All Rights Reserved.