See: Description
| Class | Description |
|---|---|
| AnonInnerLengthCheck |
Checks for long anonymous inner classes.
|
| ExecutableStatementCountCheck |
Restricts the number of executable statements to a specified limit
(default = 30).
|
| ExecutableStatementCountCheck.Context |
Class to encapsulate counting information about one member.
|
| FileLengthCheck |
Checks for long source files.
|
| LineLengthCheck |
Checks for long lines.
|
| MethodCountCheck |
Counts the methods of the type-definition and checks whether this
count is higher than the configured limit.
|
| MethodCountCheck.MethodCounter |
Marker class used to collect data about the number of methods per
class.
|
| 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.
|