| Active/Severity | Name [expand / collapse] | Sort by: | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Deprecated
Checks that local final variable names, including catch parameters, conform to the specified format This rule is deprecated, use squid:S00117 instead.
Repository: checkstyle
Key: com.puppycrawl.tools.checkstyle.checks.naming.LocalFinalVariableNameCheck
Available since 07 Jan 2014
|
||||||||||||
|
Deprecated
Checks that local, non-final variable names conform to the specified format This rule is deprecated, use squid:S00117 instead.
Repository: checkstyle
Key: com.puppycrawl.tools.checkstyle.checks.naming.LocalVariableNameCheck
Available since 07 Jan 2014
|
||||||||||||
|
Deprecated
Checks that name of non-static fields conform to the specified format This rule is deprecated, use squid:S00116 instead.
Repository: checkstyle
Key: com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck
Available since 07 Jan 2014
|
||||||||||||
|
Deprecated
Checks for long methods. This rule is deprecated, use squid:S138 instead.
Repository: checkstyle
Key: com.puppycrawl.tools.checkstyle.checks.sizes.MethodLengthCheck
Available since 07 Jan 2014
|
||||||||||||
|
Deprecated
Checks that method names conform to the specified format This rule is deprecated, use squid:S00100 instead.
Repository: checkstyle
Key: com.puppycrawl.tools.checkstyle.checks.naming.MethodNameCheck
Available since 07 Jan 2014
|
||||||||||||
|
Checks the padding between the identifier of a method definition, constructor definition, method call, or constructor invocation; and the left parenthesis of the parameter list.
Repository: checkstyle
Key: com.puppycrawl.tools.checkstyle.checks.whitespace.MethodParamPadCheck
Available since 07 Jan 2014
|
||||||||||||
|
Deprecated
Checks that switch statement has default clause. This rule is deprecated, use squid:SwitchLastCaseIsDefaultCheck instead.
Repository: checkstyle
Key: com.puppycrawl.tools.checkstyle.checks.coding.MissingSwitchDefaultCheck
Available since 07 Jan 2014
|
||||||||||||
|
Deprecated
Checks that the order of modifiers conforms to the suggestions in the Java Language specification, sections 8.1.1, 8.3.1 and 8.4.3. The correct order is : public, protected, private, abstract, static, final, transient, volatile, synchronized, native, strictfp. This rule is deprecated, use squid:ModifiersOrderCheck instead.
Repository: checkstyle
Key: com.puppycrawl.tools.checkstyle.checks.modifier.ModifierOrderCheck
Available since 07 Jan 2014
|
||||||||||||
|
Deprecated
Checks for braces around code blocks. This rule is deprecated, use squid:S00121 instead.
Repository: checkstyle
Key: com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck
Available since 07 Jan 2014
|
||||||||||||
|
Deprecated
Checks that there is a newline at the end of each file. Any source files and text files in general should end with a newline character, especially when using SCM systems such as CVS. CVS will even print a warning when it encounters a file that doesn't end with a newline. This rule is deprecated, use squid:S00113 instead.
Repository: checkstyle
Key: com.puppycrawl.tools.checkstyle.checks.NewlineAtEndOfFileCheck
Available since 07 Jan 2014
|
||||||||||||
|
Deprecated
Checks that package names conform to the specified format. The default value of format has been chosen to match the requirements in the Java Language specification and the Sun coding conventions. However both underscores and uppercase letters are rather uncommon, so most configurations should probably assign value ^[a-z]+(\.[a-z][a-z0-9]*)*$ to format This rule is deprecated, use squid:S00120 instead.
Repository: checkstyle
Key: com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheck
Available since 07 Jan 2014
|
||||||||||||
|
Deprecated
Checks that parameter names conform to the specified format This rule is deprecated, use squid:S00117 instead.
Repository: checkstyle
Key: com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheck
Available since 07 Jan 2014
|
||||||||||||
|
Deprecated
Checks the number of parameters that a method or constructor has. This rule is deprecated, use squid:S00107 instead.
Repository: checkstyle
Key: com.puppycrawl.tools.checkstyle.checks.sizes.ParameterNumberCheck
Available since 07 Jan 2014
|
||||||||||||
|
Checks the padding of parentheses; that is whether a space is required after a left parenthesis and before a right parenthesis, or such spaces are forbidden, with the exception that it does not check for padding of the right parenthesis at an empty for iterator.
Repository: checkstyle
Key: com.puppycrawl.tools.checkstyle.checks.whitespace.ParenPadCheck
Available since 07 Jan 2014
|
||||||||||||
|
Deprecated
Checks for redundant exceptions declared in throws clause such as duplicates, unchecked exceptions or subclasses of another declared exception. This rule is deprecated, use squid:RedundantThrowsDeclarationCheck instead.
Repository: checkstyle
Key: com.puppycrawl.tools.checkstyle.checks.coding.RedundantThrowsCheck
Available since 07 Jan 2014
|
||||||||||||
|
Deprecated
Checks the placement of right curly braces. This rule is deprecated, use squid:RightCurlyBraceStartLineCheck instead.
Repository: checkstyle
Key: com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck
Available since 07 Jan 2014
|
||||||||||||
|
Deprecated
Checks for overly complicated boolean expressions. This rule is deprecated, use squid:S1125 instead.
Repository: checkstyle
Key: com.puppycrawl.tools.checkstyle.checks.coding.SimplifyBooleanExpressionCheck
Available since 07 Jan 2014
|
||||||||||||
|
Deprecated
Checks for overly complicated boolean return statements. This rule is deprecated, use squid:S1126 instead.
Repository: checkstyle
Key: com.puppycrawl.tools.checkstyle.checks.coding.SimplifyBooleanReturnCheck
Available since 07 Jan 2014
|
||||||||||||