Package | Description |
---|---|
com.puppycrawl.tools.checkstyle.checks |
Contains the checks that are bundled with the main distribution.
|
com.puppycrawl.tools.checkstyle.checks.blocks |
Contains the Block checks that are bundled with the main distribution.
|
com.puppycrawl.tools.checkstyle.checks.coding |
Contains the Coding checks that are bundled with the main distribution.
|
com.puppycrawl.tools.checkstyle.checks.design |
Contains the Class Design checks that are bundled with the main distribution.
|
com.puppycrawl.tools.checkstyle.checks.imports |
Contains the Imports checks that are bundled with the main distribution.
|
com.puppycrawl.tools.checkstyle.checks.j2ee |
Contains J2EE checks.
|
com.puppycrawl.tools.checkstyle.checks.javadoc |
Contains the Javadoc checks that are bundled with the main distribution.
|
com.puppycrawl.tools.checkstyle.checks.naming |
Contains the Naming conventions checks that are bundled with the main distribution.
|
com.puppycrawl.tools.checkstyle.checks.whitespace |
Contains the Whitespace checks that are bundled with the main distribution.
|
Class and Description |
---|
AbstractFormatCheck
Abstract class for checks that verify strings using a
regular expression . |
AbstractOption
Abstract class that represents options.
|
AbstractTypeAwareCheck.ClassInfo
Contains class's
Token . |
AbstractTypeAwareCheck.Token
Represents text element with location in the text.
|
LineSeparatorOption
Represents the options for line separator settings.
|
Class and Description |
---|
AbstractOption
Abstract class that represents options.
|
AbstractOptionCheck
Abstract class for checks with options.
|
Class and Description |
---|
AbstractFormatCheck
Abstract class for checks that verify strings using a
regular expression . |
AbstractTypeAwareCheck
Abstract class that endeavours to maintain type information for the Java
file being checked.
|
AbstractTypeAwareCheck.Token
Represents text element with location in the text.
|
DeclarationCollector
Abstract class for chekcs which need to collect information about
declared members/parameters/variables.
|
DescendantTokenCheck
Checks for restricted tokens beneath other tokens.
|
GenericIllegalRegexpCheck
A generic check for code problems, the user can search for any pattern.
|
Class and Description |
---|
AbstractFormatCheck
Abstract class for checks that verify strings using a
regular expression . |
Class and Description |
---|
DeclarationCollector
Abstract class for chekcs which need to collect information about
declared members/parameters/variables.
|
Class and Description |
---|
AbstractOption
Abstract class that represents options.
|
Class and Description |
---|
AbstractTypeAwareCheck
Abstract class that endeavours to maintain type information for the Java
file being checked.
|
AbstractTypeAwareCheck.Token
Represents text element with location in the text.
|
Class and Description |
---|
AbstractFormatCheck
Abstract class for checks that verify strings using a
regular expression . |
Class and Description |
---|
AbstractOption
Abstract class that represents options.
|
AbstractOptionCheck
Abstract class for checks with options.
|