Package com.puppycrawl.tools.checkstyle.filters
package com.puppycrawl.tools.checkstyle.filters
Contains the filters that are bundled with the main distribution.
-
ClassDescriptionThis filter element is immutable and accepts an integer that matches a CSV value, where each value is an integer or a range of integers.An interface for filtering Integer.This filter element is immutable and accepts a matching Integer.This filter element is immutable and accepts an Integer in a range.Filter
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.A Tag holds a suppression comment and its location, and determines whether the suppression turns checkstyle reporting on or off.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 annotation@SuppressWarnings
to suppress audit events.FilterSuppressWithNearbyCommentFilter
uses nearby comments to suppress audit events.A Tag holds a suppression comment and its location.FilterSuppressWithNearbyTextFilter
uses plain text to suppress nearby audit events.The class which represents the suppression.FilterSuppressWithPlainTextCommentFilter
uses plain text to suppress audit events.The class which represents the suppression.Enum which represents the type of the suppression.This filter element is immutable and processesTreeWalkerAuditEvent
objects based on the criteria of file, check, module id, xpathQuery.