Package | Description |
---|---|
com.puppycrawl.tools.checkstyle.checks.sizes |
Contains the Size Violations checks
that are bundled with the main distribution.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Deque<MethodCountCheck.MethodCounter> |
MethodCountCheck.counters
Maintains stack of counters, to support inner types.
|
Modifier and Type | Method and Description |
---|---|
private void |
MethodCountCheck.checkCounters(MethodCountCheck.MethodCounter counter,
DetailAST ast)
Check the counters and report violations.
|