Package | Description |
---|---|
com.puppycrawl.tools.checkstyle.filters |
Contains the filters that are bundled with the main distribution.
|
Class and Description |
---|
CsvFilter
This filter accepts an integer that matches a CSV value, where
each value is an integer or a range of integers.
|
IntFilter
An interface for filtering Integer.
|
SuppressionCommentFilter
A filter that uses comments to suppress audit events.
|
SuppressionCommentFilter.Tag
A Tag holds a suppression comment and its location, and determines
whether the suppression turns checkstyle reporting on or off.
|
SuppressWithNearbyCommentFilter
A filter that uses nearby comments to suppress audit events.
|
SuppressWithNearbyCommentFilter.Tag
A Tag holds a suppression comment and its location.
|