Uses of Class
com.puppycrawl.tools.checkstyle.filters.SuppressWithPlainTextCommentFilter
Packages that use SuppressWithPlainTextCommentFilter
Package
Description
Contains the filters that are bundled with the main distribution.
-
Uses of SuppressWithPlainTextCommentFilter in com.puppycrawl.tools.checkstyle.filters
Constructors in com.puppycrawl.tools.checkstyle.filters with parameters of type SuppressWithPlainTextCommentFilterModifierConstructorDescriptionprivate
Suppression
(String text, int lineNo, SuppressWithPlainTextCommentFilter.SuppressionType suppressionType, SuppressWithPlainTextCommentFilter filter) Creates new suppression instance.