Package | Description |
---|---|
com.puppycrawl.tools.checkstyle.filters |
Contains the filters that are bundled with the main distribution.
|
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 |
SuppressWithNearbyCommentFilter
A filter that uses nearby comments to suppress audit events.
|
class |
XpathFilter
This filter 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–2018. All rights reserved.