Package com.puppycrawl.tools.checkstyle.filters
package com.puppycrawl.tools.checkstyle.filters
Contains the filters that are bundled with the main distribution.
-
ClassDescriptionFilter
SeverityMatchFilter
decides audit events according to the severity level of the event.This filter element is immutable and processesAuditEvent
objects based on the criteria of file, check, module id, line, and column.FilterSuppressionCommentFilter
uses pairs of comments to suppress audit events.Enum to be used for switching checkstyle reporting for tags.FilterSuppressionFilter
rejects audit events for Check violations according to a suppressions XML document in a file.FilterSuppressionSingleFilter
suppresses audit events for Checks violations in the specified file, class, checks, message, module id, lines, and columns.Loads a filter chain of suppressions.FilterSuppressionXpathFilter
works as SuppressionFilter.FilterSuppressionXpathSingleFilter
suppresses audit events for Checks violations in the specified file, class, checks, message, module id, and xpath.FilterSuppressWarningsFilter
uses annotationSuppressWarnings
to suppress audit events.FilterSuppressWithNearbyCommentFilter
uses nearby comments to suppress audit events.FilterSuppressWithPlainTextCommentFilter
uses plain text to suppress audit events.This filter element is immutable and processesTreeWalkerAuditEvent
objects based on the criteria of file, check, module id, xpathQuery.