Package com.puppycrawl.tools.checkstyle.filters
Contains the filters that are bundled with the main distribution.
-
Class Summary Class Description SeverityMatchFilter FilterSeverityMatchFilterdecides audit events according to the severity level of the event.SuppressFilterElement This filter element is immutable and processesAuditEventobjects based on the criteria of file, check, module id, line, and column.SuppressionCommentFilter FilterSuppressionCommentFilteruses pairs of comments to suppress audit events.SuppressionFilter FilterSuppressionFilterrejects audit events for Check violations according to a suppressions XML document in a file.SuppressionSingleFilter FilterSuppressionSingleFiltersuppresses audit events for Checks violations in the specified file, class, checks, message, module id, lines, and columns.SuppressionsLoader Loads a filter chain of suppressions.SuppressionXpathFilter FilterSuppressionXpathFilterworks as SuppressionFilter.SuppressionXpathSingleFilter FilterSuppressionXpathSingleFiltersuppresses audit events for Checks violations in the specified file, class, checks, message, module id, and xpath.SuppressWarningsFilter FilterSuppressWarningsFilteruses annotationSuppressWarningsto suppress audit events.SuppressWithNearbyCommentFilter FilterSuppressWithNearbyCommentFilteruses nearby comments to suppress audit events.SuppressWithPlainTextCommentFilter FilterSuppressWithPlainTextCommentFilteruses plain text to suppress audit events.XpathFilterElement This filter element is immutable and processesTreeWalkerAuditEventobjects based on the criteria of file, check, module id, xpathQuery. -
Enum Summary Enum Description SuppressionCommentFilter.TagType Enum to be used for switching checkstyle reporting for tags.