Package com.puppycrawl.tools.checkstyle.checks.metrics
package com.puppycrawl.tools.checkstyle.checks.metrics
Contains the Metrics checks that are
bundled with the main distribution.
-
ClassDescriptionBase class for coupling calculation.Restricts the number of boolean operators (
&&
,||
,&
,|
and^
) in an expression.Measures the number of distinct classes that are instantiated within the given class or record.Checks the number of other types a given class/record/interface/enum/annotation relies on.Checks cyclomatic complexity against a specified limit.Determines complexity of methods, classes and files by counting the Non Commenting Source Statements (NCSS).Class representing a counter.Checks the NPATH complexity against a specified limit.Coordinates of token end.Class that store range value and expression value.