Uses of Class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck

Uses in package com.puppycrawl.tools.checkstyle.checks.metrics

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 number of other classes a given class relies on.