Package com.puppycrawl.tools.checkstyle.checks.metrics

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

See:
          Description

Class Summary
AbstractComplexityCheck Base class for checks the calculate complexity based around methods.
CyclomaticComplexityCheck Checks cyclomatic complexity against a specified limit.
 

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

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


Back to the Checkstyle Home Page