Uses of Class
com.puppycrawl.tools.checkstyle.checks.naming.AbstractNameCheck
Package
Description
Contains the Naming conventions checks
that are bundled with the main distribution.
-
Uses of AbstractNameCheck in com.puppycrawl.tools.checkstyle.checks.naming
Modifier and TypeClassDescriptionclass
Abstract class for checking a class member (field/method)'s name conforms to a specified pattern.class
Checks thatcatch
parameter names conform to a specified pattern.class
Checks that class type parameter names conform to a specified pattern.class
Checks that constant names conform to a specified pattern.class
Checks identifiers with a pattern for a set of illegal names, such as those that are restricted or contextual keywords.class
Checks that interface type parameter names conform to a specified pattern.class
Checks lambda parameter names.class
Checks that local final variable names conform to a specified pattern.class
Checks that local, non-final
variable names conform to a specified pattern.class
Checks that instance variable names conform to a specified pattern.class
Checks that method names conform to a specified pattern.class
Checks that method type parameter names conform to a specified pattern.class
Checks that method parameter names conform to a specified pattern.class
Checks that pattern variable names conform to a specified pattern.class
Checks that record component names conform to a specified pattern.class
Checks that record type parameter names conform to a specified pattern.class
Checks thatstatic
, non-final
variable names conform to a specified pattern.class
Checks that type names conform to a specified pattern.