|
|||||||||
| Home >> All >> com >> puppycrawl >> tools >> checkstyle >> checks >> [ naming overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package com.puppycrawl.tools.checkstyle.checks.naming
| Class Summary | |
| AbstractClassName | |
| AbstractClassNameCheck | Ensures that the names of abstract classes conforming to some regular expression. |
| AbstractClassNameCheckTest | |
| AbstractNameCheck | Abstract class for checking that names conform to a specified format. |
| ClassFactory | |
| ConstantNameCheck | Checks that constant names conform to a format specified by the format property. |
| ConstantNameCheckTest | |
| FactoryWithBadName | |
| InputAbstractClassName | |
| LocalFinalVariableNameCheck | Checks that local final variable names conform to a format specified by the format property. |
| LocalFinalVariableNameCheckTest | |
| LocalVariableNameCheck | Checks that local, non-final variable names conform to a format specified by the format property. |
| LocalVariableNameCheckTest | |
| MemberNameCheck | Checks that instance variable names conform to a format specified by the format property. |
| MemberNameCheckTest | |
| MethodNameCheck | Checks that method names conform to a format specified by the format property. |
| MethodNameCheckTest | |
| NonAbstractClass | |
| NonAbstractClassName | |
| PackageNameCheck | Checks that package names conform to a format specified by the format property. |
| PackageNameCheckTest | |
| ParameterNameCheck | Checks that parameter names conform to a format specified by the format property. |
| ParameterNameCheckTest | |
| StaticVariableNameCheck | Checks that static, non-final variable names conform to a format specified by the format property. |
| StaticVariableNameCheckTest | |
| TypeNameCheck | Checks that type names conform to a format specified by the format property. |
| TypeNameCheckTest | |
|
|||||||||
| Home >> All >> com >> puppycrawl >> tools >> checkstyle >> checks >> [ naming overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||