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
![]() ![]() |
||||||||||||
Deprecated
Checks that local, non-final variable names conform to the specified format This rule is deprecated, use squid:S00117 instead.
Repository: checkstyle
![]() ![]() |
||||||||||||
Deprecated
Checks that name of non-static fields conform to the specified format This rule is deprecated, use squid:S00116 instead.
Repository: checkstyle
![]() ![]() |
||||||||||||
Deprecated
Checks for long methods. This rule is deprecated, use squid:S138 instead.
Repository: checkstyle
![]() ![]() |
||||||||||||
Deprecated
Checks that method names conform to the specified format This rule is deprecated, use squid:S00100 instead.
Repository: checkstyle
![]() ![]() |
||||||||||||
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
![]() ![]() |
||||||||||||
Deprecated
Checks that switch statement has default clause. This rule is deprecated, use squid:SwitchLastCaseIsDefaultCheck instead.
Repository: checkstyle
![]() ![]() |
||||||||||||
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
![]() ![]() |
||||||||||||
Deprecated
Checks for braces around code blocks. This rule is deprecated, use squid:S00121 instead.
Repository: checkstyle
![]() ![]() |
||||||||||||
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
![]() ![]() |
||||||||||||
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
![]() ![]() |
||||||||||||
Deprecated
Checks that parameter names conform to the specified format This rule is deprecated, use squid:S00117 instead.
Repository: checkstyle
![]() ![]() |
||||||||||||
Deprecated
Checks the number of parameters that a method or constructor has. This rule is deprecated, use squid:S00107 instead.
Repository: checkstyle
![]() ![]() |
||||||||||||
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
![]() ![]() |
||||||||||||
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
![]() ![]() |
||||||||||||
Deprecated
Checks the placement of right curly braces. This rule is deprecated, use squid:RightCurlyBraceStartLineCheck instead.
Repository: checkstyle
![]() ![]() |
||||||||||||
Deprecated
Checks for overly complicated boolean expressions. This rule is deprecated, use squid:S1125 instead.
Repository: checkstyle
![]() ![]() |
||||||||||||
Deprecated
Checks for overly complicated boolean return statements. This rule is deprecated, use squid:S1126 instead.
Repository: checkstyle
![]() ![]() |