Uses of Class
com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck.ClassContext
Package
Description
Contains the Metrics checks that are
bundled with the main distribution.
-
Uses of AbstractClassCouplingCheck.ClassContext in com.puppycrawl.tools.checkstyle.checks.metrics
Modifier and TypeFieldDescriptionprivate final Deque<AbstractClassCouplingCheck.ClassContext>
AbstractClassCouplingCheck.classesContexts
Stack of class contexts.