Package com.puppycrawl.tools.checkstyle.checks.blocks

Contains the Block checks that are bundled with the main distribution.

See:
          Description

Class Summary
AvoidNestedBlocksCheck Finds nested blocks.
EmptyBlockCheck Checks for empty blocks.
LeftCurlyCheck Checks the placement of left curly braces on types, methods and other blocks: LITERAL_CATCH, LITERAL_DO, LITERAL_ELSE, LITERAL_FINALLY, LITERAL_FOR, LITERAL_IF, LITERAL_SWITCH, LITERAL_SYNCHRONIZED, LITERAL_TRY, LITERAL_WHILE.
NeedBracesCheck Checks for braces around code blocks.
RightCurlyCheck Checks the placement of right curly braces.
 

Enum Summary
BlockOption Represents the policy for checking block statements.
LeftCurlyOption Represents the options for placing the left curly brace '{'.
RightCurlyOption Represents the options for placing the right curly brace '}'.
 

Package com.puppycrawl.tools.checkstyle.checks.blocks Description

Contains the Block checks that are bundled with the main distribution.



Copyright © 2001-2014. All Rights Reserved.