Prev Package | Next Package | Frames | No Frames |
Class Summary | |
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. |
MethodLengthCheck | Checks for long methods. |
ParameterNumberCheck | Checks the number of parameters that a method or constructor has. |
Back to the Checkstyle Home Page |