Package com.puppycrawl.tools.checkstyle.checks.naming
Contains the Naming conventions checks
that are bundled with the main distribution.
-
Class Summary Class Description AbbreviationAsWordInNameCheck Validates 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 specified pattern.AbstractClassNameCheck Ensures that the names of abstract classes conforming to some pattern and check thatabstract
modifier exists.AbstractNameCheck Abstract class for checking that names conform to a specified format.CatchParameterNameCheck Checks thatcatch
parameter names conform to a specified pattern.ClassTypeParameterNameCheck Checks that class type parameter names conform to a specified pattern.ConstantNameCheck Checks that constant names conform to a specified pattern.IllegalIdentifierNameCheck Checks identifiers with a pattern for a set of illegal names, such as those that are restricted or contextual keywords.InterfaceTypeParameterNameCheck Checks that interface type parameter names conform to a specified pattern.LambdaParameterNameCheck Checks lambda parameter names.LocalFinalVariableNameCheck Checks that local final variable names conform to a specified pattern.LocalVariableNameCheck Checks that local, non-final
variable names conform to a specified pattern.MemberNameCheck Checks that instance variable names conform to a specified pattern.MethodNameCheck Checks that method names conform to a specified pattern.MethodTypeParameterNameCheck Checks that method type parameter names conform to a specified pattern.PackageNameCheck Checks that package names conform to a specified pattern.ParameterNameCheck Checks that method parameter names conform to a specified pattern.PatternVariableNameCheck Checks that pattern variable names conform to a specified pattern.RecordComponentNameCheck Checks that record component names conform to a specified pattern.RecordTypeParameterNameCheck Checks that record type parameter names conform to a specified pattern.StaticVariableNameCheck Checks thatstatic
, non-final
variable names conform to a specified pattern.TypeNameCheck Checks that type names conform to a specified pattern. -
Enum Summary Enum Description AccessModifierOption This enum represents access modifiers.