| Package | Description | 
|---|---|
| com.puppycrawl.tools.checkstyle.checks.metrics | 
 Contains the Metrics checks that are
 bundled with the main distribution. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ClassDataAbstractionCouplingCheck
This metric measures the number of instantiations of other classes
 within the given class. 
 | 
class  | 
ClassFanOutComplexityCheck
The number of other classes a given class relies on. 
 | 
Copyright © 2001–2018. All rights reserved.