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
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.SuppressWithPlainTextCommentFilter.getSuppressions
(FileText fileText) Returns the list ofSuppressWithPlainTextCommentFilter.Suppression
instances retrieved from the givenFileText
.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
.