Package com.puppycrawl.tools.checkstyle.filters

Contains the filters that are bundled with the main distribution.

See:
          Description

Class Summary
SeverityMatchFilter This is a very simple filter based on severity matching.
SuppressElement This filter processes AuditEvent objects based on the criteria of file, check, module id, line, and column.
SuppressionCommentFilter A filter that uses comments to suppress audit events.
SuppressionFilter This filter accepts AuditEvents according to file, check, line, and column, as specified in a suppression file.
SuppressionsLoader Loads a filter chain of suppressions.
SuppressWarningsFilter A filter that suppresses warnings using the SuppressWarnings annotation.
SuppressWithNearbyCommentFilter A filter that uses nearby comments to suppress audit events.
 

Package com.puppycrawl.tools.checkstyle.filters Description

Contains the filters that are bundled with the main distribution.



Copyright © 2001-2014. All Rights Reserved.