Uses of Class
com.puppycrawl.tools.checkstyle.filters.SuppressWithPlainTextCommentFilter.Suppression
Package
Description
Contains the filters that are bundled with the main distribution.
-
Uses of SuppressWithPlainTextCommentFilter.Suppression in com.puppycrawl.tools.checkstyle.filters
Modifier and TypeMethodDescriptionprivate static SuppressWithPlainTextCommentFilter.Suppression
SuppressWithPlainTextCommentFilter.getNearestSuppression
(Collection<SuppressWithPlainTextCommentFilter.Suppression> suppressions, AuditEvent event) Finds the nearestSuppressWithPlainTextCommentFilter.Suppression
instance which can suppress the givenAuditEvent
.Modifier and TypeMethodDescriptionSuppressWithPlainTextCommentFilter.getSuppression
(FileText fileText, int lineNo) Tries to extract the suppression from the given line.SuppressWithPlainTextCommentFilter.getSuppressions
(FileText fileText) Returns the list ofSuppressWithPlainTextCommentFilter.Suppression
instances retrieved from the givenFileText
.Modifier and TypeMethodDescriptionprivate static SuppressWithPlainTextCommentFilter.Suppression
SuppressWithPlainTextCommentFilter.getNearestSuppression
(Collection<SuppressWithPlainTextCommentFilter.Suppression> suppressions, AuditEvent event) Finds the nearestSuppressWithPlainTextCommentFilter.Suppression
instance which can suppress the givenAuditEvent
.