| 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
Measures the number of instantiations of other classes
within the given class or record.
|
class |
ClassFanOutComplexityCheck
Checks the number of other types a given class/record/interface/enum/annotation
relies on.
|
Copyright © 2001-2020. All Rights Reserved.