Package com.puppycrawl.tools.checkstyle.checks.naming
Contains the Naming conventions checks
that are bundled with the main distribution.
-
Class Summary 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 thatabstractmodifier exists.AbstractNameCheck Abstract class for checking that names conform to a specified format.AbstractTypeParameterNameCheck Deprecated. Checkstyle will not support abstract checks anymore.CatchParameterNameCheck Checks thatcatchparameter 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.LambdaParameterNameCheck Check to verify lambda parameter names.LocalFinalVariableNameCheck Checks that local final variable names conform to a format specified by the format property.LocalVariableNameCheck Checks that local, non-finalvariable 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 method 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 parameter names conform to a format specified by the format property.StaticVariableNameCheck Checks thatstatic, non-finalvariable names conform to a format specified by the format property.TypeNameCheck Checks that type names for classes, interfaces, enums, and annotations conform to a format specified by the format property. -
Enum Summary Enum Description AccessModifier This enum represents access modifiers.