Frames | No Frames |
Classes derived from com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck | |
class | This metric measures the number of instantiations of other classes
within the given class. |
class | The # of other classes a given class relies on. |
Back to the Checkstyle Home Page |