Package | Description |
---|---|
com.puppycrawl.tools.checkstyle.checks.metrics |
Contains the Metrics checks that are
bundled with the main distribution.
|
Class and Description |
---|
AbstractClassCouplingCheck
Base class for coupling calculation.
|
AbstractClassCouplingCheck.ClassContext
Encapsulates information about class coupling.
|
AbstractClassCouplingCheck.FileContext
Encapsulates information about classes coupling inside single file.
|
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.
|