パッケージ | 説明 |
---|---|
com.puppycrawl.tools.checkstyle.checks.coding |
Contains the Coding checks that are
bundled with the main distribution.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
NestedForDepthCheck
Check the number of nested
for -statements. |
class |
NestedIfDepthCheck
Restricts nested if-else blocks to a specified depth (default = 1).
|
class |
NestedTryDepthCheck
Restricts nested try-catch-finally blocks to a specified depth (default = 1).
|
Copyright © 2001-2013. All Rights Reserved.