Package | Description |
---|---|
com.puppycrawl.tools.checkstyle.checks.metrics |
Contains the Metrics checks that are
bundled with the main distribution.
|
Modifier and Type | Field and Description |
---|---|
private AbstractClassCouplingCheck.ClassContext |
AbstractClassCouplingCheck.FileContext.classContext
Current context.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Deque<AbstractClassCouplingCheck.ClassContext> |
AbstractClassCouplingCheck.FileContext.classesContexts
Stack of class contexts.
|