Checkstyle チェック項目ーNaming Conventions

Checkstyleチェック項目:Naming Conventions

CheckStyle公式ドキュメント

ver 10.3.1

AbbreviationAsWordInName

checkstyle-java.hatenablog.com


AbstractClassName

checkstyle-java.hatenablog.com


CatchParameterName

checkstyle-java.hatenablog.com


ClassTypeParameterName

checkstyle-java.hatenablog.com


ConstantName

checkstyle-java.hatenablog.com


IllegalIdentifierName

checkstyle-java.hatenablog.com


InterfaceTypeParameterName

checkstyle-java.hatenablog.com


LambdaParameterName

checkstyle-java.hatenablog.com


LocalFinalVariableName

checkstyle-java.hatenablog.com


LocalVariableName

checkstyle-java.hatenablog.com


MemberName

checkstyle-java.hatenablog.com


MethodName

checkstyle-java.hatenablog.com


MethodTypeParameterName

checkstyle-java.hatenablog.com


PackageName

checkstyle-java.hatenablog.com


ParameterName

checkstyle-java.hatenablog.com


PatternVariableName

checkstyle-java.hatenablog.com


RecordComponentName

checkstyle-java.hatenablog.com


RecordTypeParameterName

checkstyle-java.hatenablog.com


StaticVariableName

checkstyle-java.hatenablog.com


TypeName

checkstyle-java.hatenablog.com