Package com.puppycrawl.tools.checkstyle.checks.blocks
package com.puppycrawl.tools.checkstyle.checks.blocks
Contains the Block checks that are
bundled with the main distribution.
-
ClassDescriptionFinds nested blocks (blocks that are used freely in the code).Represents the policy for checking block statements.Checks for empty blocks.Checks for empty catch blocks.Checks for the placement of left curly braces (
'{'
) for code blocks.Represents the options for placing the left curly brace'{'
.Checks for braces around code blocks.Checks the placement of right curly braces ('}'
) for code blocks.Structure that contains all details for validation.Represents the options for placing the right curly brace'}'
.