Package com.puppycrawl.tools.checkstyle.checks.naming
Contains the Naming conventions checks that are bundled with the main distribution.
| AbstractClassNameCheck |
Ensures that the names of abstract classes conforming to some
regular expression. |
| AbstractNameCheck | Abstract class for checking that names conform to a specified format. |
| 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. |
| 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. |
Contains the Naming conventions checks that are bundled with the main distribution.