|
Checks that static, non-final fields conform to the specified format
applyToPackage |
|
applyToPrivate |
|
applyToProtected |
|
applyToPublic |
|
format |
|
Repository: checkstyle
Key: com.puppycrawl.tools.checkstyle.checks.naming.StaticVariableNameCheck
Available since 07 Jan 2014
|
|
Deprecated
Checks that type names conform to the specified format
This rule is deprecated, use squid:S00101 and squid:S00114 instead.
applyToPackage |
|
applyToPrivate |
|
applyToProtected |
|
applyToPublic |
|
format |
|
tokens |
|
Repository: checkstyle
Key: com.puppycrawl.tools.checkstyle.checks.naming.TypeNameCheck
Available since 07 Jan 2014
|
|
Checks the padding of parentheses for typecasts.
Repository: checkstyle
Key: com.puppycrawl.tools.checkstyle.checks.whitespace.TypecastParenPadCheck
Available since 07 Jan 2014
|
|
Deprecated
Repository: checkstyle
Key: com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
Available since 07 Jan 2014
|
|
Deprecated
Checks that long constants are defined with an upper ell. That is ' L' and not 'l'.
This is in accordance to the Java Language Specification, Section 3.10.1.
This rule is deprecated, use squid:LowerCaseLongSuffixCheck instead.
Repository: checkstyle
Key: com.puppycrawl.tools.checkstyle.checks.UpperEllCheck
Available since 07 Jan 2014
|
|
Deprecated
Checks visibility of class members. Only static final members may be public; other class members must be private unless property protectedAllowed or packageAllowed is set.
This rule is deprecated, use squid:ClassVariableVisibilityCheck instead.
packageAllowed |
|
protectedAllowed |
|
publicMemberPattern |
|
Repository: checkstyle
Key: com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck
Available since 07 Jan 2014
|
|
Checks that a token is followed by whitespace, with the exception that it does not check for whitespace after the semicolon of an empty for iterator.
Repository: checkstyle
Key: com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck
Available since 07 Jan 2014
|
|
Checks that a token is surrounded by whitespace.
allowEmptyConstructors |
|
allowEmptyMethods |
|
tokens |
|
Repository: checkstyle
Key: com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck
Available since 07 Jan 2014
|