| Package | Description |
|---|---|
| com.puppycrawl.tools.checkstyle |
Contains the implementation of the Checkstyle framework.
|
| com.puppycrawl.tools.checkstyle.checks |
Contains the 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.header |
File Header checks.
|
| com.puppycrawl.tools.checkstyle.checks.javadoc |
Contains the Javadoc checks that are bundled with the main distribution.
|
| com.puppycrawl.tools.checkstyle.checks.regexp |
Contains the regular expression checks that are bundled with the main
distribution.
|
| com.puppycrawl.tools.checkstyle.filters |
Contains the filters that are bundled with the main distribution.
|
| Modifier and Type | Field and Description |
|---|---|
private PropertyCacheFile |
Checker.cacheFile
Cache file.
|
private java.lang.String |
Checker.localeCountry
Locale country to report messages .
|
private java.lang.String |
Checker.localeLanguage
Locale language to report messages .
|
| Modifier and Type | Field and Description |
|---|---|
private int[] |
DescendantTokenCheck.limitedTokens
Specify set of tokens with limited occurrences as descendants.
|
| Modifier and Type | Field and Description |
|---|---|
private int[] |
MagicNumberCheck.constantWaiverParentToken
Specify tokens that are allowed in the AST path from the
number literal to the enclosing constant definition.
|
private java.util.BitSet |
MultipleStringLiteralsCheck.ignoreOccurrenceContext
Specify token type names where duplicate strings are ignored even if they
don't match ignoredStringsRegexp.
|
private java.util.List<java.lang.Integer> |
IllegalTypeCheck.memberModifiers
Control whether to check only methods and fields with any of the specified modifiers.
|
| Modifier and Type | Field and Description |
|---|---|
private java.nio.charset.Charset |
AbstractHeaderCheck.charset
Specify the character encoding to use when reading the headerFile.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<java.lang.Integer> |
AtclauseOrderCheck.target
Specify the list of block tags targeted.
|
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
RegexpMultilineCheck.format
Specify the format of the regular expression to match.
|
private java.lang.String |
RegexpSinglelineCheck.format
Specify the format of the regular expression to match.
|
private java.lang.String |
RegexpSinglelineJavaCheck.format
Specify the format of the regular expression to match.
|
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
SuppressWithNearbyCommentFilter.checkFormat
Specify check pattern to suppress.
|
private java.lang.String |
SuppressionCommentFilter.checkFormat
Specify check pattern to suppress.
|
private java.lang.String |
SuppressWithPlainTextCommentFilter.checkFormat
Specify check pattern to suppress.
|
private java.lang.String |
SuppressWithNearbyCommentFilter.idFormat
Specify check ID pattern to suppress.
|
private java.lang.String |
SuppressionCommentFilter.idFormat
Specify check ID pattern to suppress.
|
private java.lang.String |
SuppressWithPlainTextCommentFilter.idFormat
Specify check ID pattern to suppress.
|
private java.lang.String |
SuppressWithNearbyCommentFilter.messageFormat
Define message pattern to suppress.
|
private java.lang.String |
SuppressionCommentFilter.messageFormat
Specify message pattern to suppress.
|
private java.lang.String |
SuppressWithPlainTextCommentFilter.messageFormat
Specify message pattern to suppress.
|
Copyright © 2001-2022. All Rights Reserved.