Package | Description |
---|---|
com.puppycrawl.tools.checkstyle |
Contains the implementation of the Checkstyle framework.
|
com.puppycrawl.tools.checkstyle.filters |
Contains the filters that are bundled with the main distribution.
|
Modifier and Type | Class and Description |
---|---|
class |
XpathFileGeneratorAstFilter
Catches
TreeWalkerAuditEvent and generates corresponding xpath query. |
Modifier and Type | Class and Description |
---|---|
class |
SuppressionCommentFilter
Filter
SuppressionCommentFilter uses pairs of comments to suppress audit events. |
class |
SuppressionXpathFilter
Filter
SuppressionXpathFilter works as
SuppressionFilter. |
class |
SuppressionXpathSingleFilter
Filter
SuppressionXpathSingleFilter suppresses audit events for Checks
violations in the specified file, class, checks, message, module id, and xpath. |
class |
SuppressWithNearbyCommentFilter
Filter
SuppressWithNearbyCommentFilter uses nearby comments to suppress audit events. |
class |
XpathFilterElement
This filter element is immutable and processes
TreeWalkerAuditEvent
objects based on the criteria of file, check, module id, xpathQuery. |
Modifier and Type | Method and Description |
---|---|
static Set<TreeWalkerFilter> |
SuppressionsLoader.loadXpathSuppressions(String filename)
Returns the suppression
TreeWalker filters in a specified file. |
Copyright © 2001–2020. All rights reserved.