|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
See:
Description
| Class Summary | |
| AbstractUsageCheck | Performs a usage check for fields, methods, parameters, variables. |
| OneMethodPrivateFieldCheck | Checks that a private field is used in more than one method, constructor, or initializer. |
| UnusedLocalVariableCheck | Checks that a local variable is read. |
| UnusedParameterCheck | Checks that a parameter is used. |
| UnusedPrivateFieldCheck | Checks that a private field is used. |
| UnusedPrivateMethodCheck | Checks that a private method is used. |
Contains the Usage checks that are bundled with the main distribution.
|
Back to the Checkstyle Home Page | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||