Uses of Class
com.puppycrawl.tools.checkstyle.filters.SuppressWithPlainTextCommentFilter.Suppression
Packages that use SuppressWithPlainTextCommentFilter.Suppression
Package
Description
Contains the filters that are bundled with the main distribution.
-
Uses of SuppressWithPlainTextCommentFilter.Suppression in com.puppycrawl.tools.checkstyle.filters
Fields in com.puppycrawl.tools.checkstyle.filters with type parameters of type SuppressWithPlainTextCommentFilter.SuppressionModifier and TypeFieldDescriptionprivate final Collection<SuppressWithPlainTextCommentFilter.Suppression>
SuppressWithPlainTextCommentFilter.currentFileSuppressionCache
List of suppressions from the file.Methods in com.puppycrawl.tools.checkstyle.filters that return SuppressWithPlainTextCommentFilter.SuppressionModifier and TypeMethodDescriptionprivate static SuppressWithPlainTextCommentFilter.Suppression
SuppressWithPlainTextCommentFilter.getNearestSuppression
(Collection<SuppressWithPlainTextCommentFilter.Suppression> suppressions, AuditEvent event) Finds the nearestSuppressWithPlainTextCommentFilter.Suppression
instance which can suppress the givenAuditEvent
.Methods in com.puppycrawl.tools.checkstyle.filters that return types with arguments of type SuppressWithPlainTextCommentFilter.SuppressionModifier and TypeMethodDescriptionSuppressWithPlainTextCommentFilter.getSuppression
(FileText fileText, int lineNo) Tries to extract the suppression from the given line.Method parameters in com.puppycrawl.tools.checkstyle.filters with type arguments of type SuppressWithPlainTextCommentFilter.SuppressionModifier and TypeMethodDescriptionprivate static SuppressWithPlainTextCommentFilter.Suppression
SuppressWithPlainTextCommentFilter.getNearestSuppression
(Collection<SuppressWithPlainTextCommentFilter.Suppression> suppressions, AuditEvent event) Finds the nearestSuppressWithPlainTextCommentFilter.Suppression
instance which can suppress the givenAuditEvent
.