Package | Description |
---|---|
com.puppycrawl.tools.checkstyle.filters |
Contains the filters that are bundled with the main distribution.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<SuppressionCommentFilter.Tag> |
SuppressionCommentFilter.tags
Tagged comments.
|
Modifier and Type | Method and Description |
---|---|
private SuppressionCommentFilter.Tag |
SuppressionCommentFilter.findNearestMatch(AuditEvent event)
Finds the nearest comment text tag that matches an audit event.
|
Modifier and Type | Method and Description |
---|---|
int |
SuppressionCommentFilter.Tag.compareTo(SuppressionCommentFilter.Tag object)
Compares the position of this tag in the file
with the position of another tag.
|