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

Packages that use AbstractClassCouplingCheck
com.puppycrawl.tools.checkstyle.checks.metrics Contains the Metrics checks that are bundled with the main distribution. 
 

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

Subclasses of AbstractClassCouplingCheck in com.puppycrawl.tools.checkstyle.checks.metrics
 class ClassDataAbstractionCouplingCheck
          This metric measures the number of instantiations of other classes within the given class.
 class ClassFanOutComplexityCheck
          The # of other classes a given class relies on.
 


Back to the Checkstyle Home Page