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.SuppressionSuppressWithPlainTextCommentFilter.getNearestSuppression(List<SuppressWithPlainTextCommentFilter.Suppression> suppressions, AuditEvent event) Finds the nearestSuppressWithPlainTextCommentFilter.Suppressioninstance 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.Suppressioninstances retrieved from the givenFileText.Method parameters in com.puppycrawl.tools.checkstyle.filters with type arguments of type SuppressWithPlainTextCommentFilter.SuppressionModifier and TypeMethodDescriptionprivate static SuppressWithPlainTextCommentFilter.SuppressionSuppressWithPlainTextCommentFilter.getNearestSuppression(List<SuppressWithPlainTextCommentFilter.Suppression> suppressions, AuditEvent event) Finds the nearestSuppressWithPlainTextCommentFilter.Suppressioninstance which can suppress the givenAuditEvent.