Package com.puppycrawl.tools.checkstyle.checks.usage

Contains the Usage checks that are bundled with the main distribution.

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.
 

Package com.puppycrawl.tools.checkstyle.checks.usage Description

Contains the Usage checks that are bundled with the main distribution.


Back to the Checkstyle Home Page