| Package | Description |
|---|---|
| com.puppycrawl.tools.checkstyle.filters |
Contains the filters that are bundled with the main distribution.
|
| Modifier and Type | Method and Description |
|---|---|
private static SuppressWithPlainTextCommentFilter.Suppression |
SuppressWithPlainTextCommentFilter.getNearestSuppression(java.util.List<SuppressWithPlainTextCommentFilter.Suppression> suppressions,
AuditEvent event)
Finds the nearest
SuppressWithPlainTextCommentFilter.Suppression instance which can suppress
the given AuditEvent. |
| Modifier and Type | Method and Description |
|---|---|
private java.util.Optional<SuppressWithPlainTextCommentFilter.Suppression> |
SuppressWithPlainTextCommentFilter.getSuppression(FileText fileText,
int lineNo)
Tries to extract the suppression from the given line.
|
private java.util.List<SuppressWithPlainTextCommentFilter.Suppression> |
SuppressWithPlainTextCommentFilter.getSuppressions(FileText fileText)
Returns the list of
SuppressWithPlainTextCommentFilter.Suppression instances retrieved from the given FileText. |
| Modifier and Type | Method and Description |
|---|---|
private static SuppressWithPlainTextCommentFilter.Suppression |
SuppressWithPlainTextCommentFilter.getNearestSuppression(java.util.List<SuppressWithPlainTextCommentFilter.Suppression> suppressions,
AuditEvent event)
Finds the nearest
SuppressWithPlainTextCommentFilter.Suppression instance which can suppress
the given AuditEvent. |
Copyright © 2001-2022. All Rights Reserved.