See: Description
| Class | Description |
|---|---|
| AnonInnerLengthCheck |
Checks for long anonymous inner classes.
|
| ExecutableStatementCountCheck |
Restricts the number of executable statements to a specified limit
(default = 30).
|
| FileLengthCheck |
Checks for long source files.
|
| LineLengthCheck |
Checks for long lines.
|
| MethodCountCheck |
Checks the number of methods declared in each type declaration by access
modifier or total count.
|
| MethodLengthCheck |
Checks for long methods.
|
| OuterTypeNumberCheck |
Checks for the number of defined types at the "outer" level.
|
| ParameterNumberCheck |
Checks the number of parameters that a method or constructor has.
|
Copyright © 2001–2018. All rights reserved.