| 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
A filter that uses comments to suppress audit events.
|
class |
SuppressionXpathFilter
This filter accepts TreeWalkerAuditEvents according to file, check and xpath query,
as specified in a suppression file.
|
class |
SuppressionXpathSingleFilter
Filter
SuppressionXpathSingleFilter suppresses audit events for
Checks violations in the specified file, class, checks, message, module id,
and xpath. |
class |
SuppressWithNearbyCommentFilter
A filter that uses nearby comments to suppress audit events.
|
class |
XpathFilterElement
This filter processes
TreeWalkerAuditEvent
objects based on the criteria of file, check, module id, xpathQuery. |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Set<TreeWalkerFilter> |
SuppressionsLoader.loadXpathSuppressions(java.lang.String filename)
Returns the suppression
TreeWalker filters in a specified file. |
Copyright © 2001-2019. All Rights Reserved.