Uses of Annotation Type
com.puppycrawl.tools.checkstyle.XdocsPropertyType
Package
Description
Contains the implementation of the Checkstyle framework.
Contains the checks that are bundled with the main distribution.
Contains the Coding checks that are
bundled with the main distribution.
File Header checks.
Contains the Javadoc checks that are bundled with the main distribution.
Contains the regular expression checks that are bundled with the main
distribution.
Contains the filters that are bundled with the main distribution.
-
Uses of XdocsPropertyType in com.puppycrawl.tools.checkstyle
Modifier and TypeFieldDescriptionprivate PropertyCacheFile
Checker.cacheFile
Cache file.private String
Checker.localeCountry
Locale country to report messages .private String
Checker.localeLanguage
Locale language to report messages . -
Uses of XdocsPropertyType in com.puppycrawl.tools.checkstyle.checks
Modifier and TypeFieldDescriptionprivate int[]
DescendantTokenCheck.limitedTokens
Specify set of tokens with limited occurrences as descendants. -
Uses of XdocsPropertyType in com.puppycrawl.tools.checkstyle.checks.coding
Modifier and TypeFieldDescriptionprivate BitSet
MagicNumberCheck.constantWaiverParentToken
Specify tokens that are allowed in the AST path from the number literal to the enclosing constant definition.private final BitSet
MultipleStringLiteralsCheck.ignoreOccurrenceContext
Specify token type names where duplicate strings are ignored even if they don't match ignoredStringsRegexp.private BitSet
IllegalTypeCheck.memberModifiers
Control whether to check only methods and fields with any of the specified modifiers. -
Uses of XdocsPropertyType in com.puppycrawl.tools.checkstyle.checks.header
-
Uses of XdocsPropertyType in com.puppycrawl.tools.checkstyle.checks.javadoc
-
Uses of XdocsPropertyType in com.puppycrawl.tools.checkstyle.checks.regexp
Modifier and TypeFieldDescriptionprivate String
RegexpMultilineCheck.format
Specify the format of the regular expression to match.private String
RegexpSinglelineCheck.format
Specify the format of the regular expression to match.private String
RegexpSinglelineJavaCheck.format
Specify the format of the regular expression to match. -
Uses of XdocsPropertyType in com.puppycrawl.tools.checkstyle.filters
Modifier and TypeFieldDescriptionprivate String
SuppressionCommentFilter.checkFormat
Specify check pattern to suppress.private String
SuppressWithNearbyCommentFilter.checkFormat
Specify check pattern to suppress.private String
SuppressWithPlainTextCommentFilter.checkFormat
Specify check pattern to suppress.private String
SuppressWithNearbyTextFilter.checkPattern
Specify check name pattern to suppress.private String
SuppressionCommentFilter.idFormat
Specify check ID pattern to suppress.private String
SuppressWithNearbyCommentFilter.idFormat
Specify check ID pattern to suppress.private String
SuppressWithPlainTextCommentFilter.idFormat
Specify check ID pattern to suppress.private String
SuppressWithNearbyTextFilter.idPattern
Specify check ID pattern to suppress.private String
SuppressionCommentFilter.messageFormat
Specify message pattern to suppress.private String
SuppressWithNearbyCommentFilter.messageFormat
Define message pattern to suppress.private String
SuppressWithPlainTextCommentFilter.messageFormat
Specify message pattern to suppress.private String
SuppressWithNearbyTextFilter.messagePattern
Specify check violation message pattern to suppress.private Pattern
SuppressWithNearbyTextFilter.nearbyTextPattern
Specify nearby text pattern to trigger filter to begin suppression.