Uses of Package
com.puppycrawl.tools.checkstyle.checks.metrics
-
Packages that use com.puppycrawl.tools.checkstyle.checks.metrics Package Description com.puppycrawl.tools.checkstyle.checks.metrics Contains the Metrics checks that are bundled with the main distribution. -
Classes in com.puppycrawl.tools.checkstyle.checks.metrics used by com.puppycrawl.tools.checkstyle.checks.metrics Class Description AbstractClassCouplingCheck Base class for coupling calculation.AbstractClassCouplingCheck.ClassContext Encapsulates information about class coupling.BooleanExpressionComplexityCheck.Context Represents context (method/expression) in which we check complexity.JavaNCSSCheck.Counter Class representing a counter.NPathComplexityCheck.TokenEnd Coordinates of token end.NPathComplexityCheck.Values Class that store range value and expression value.