Uses of Class
com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyTextFilter
Packages that use SuppressWithNearbyTextFilter
Package
Description
Contains the filters that are bundled with the main distribution.
-
Uses of SuppressWithNearbyTextFilter in com.puppycrawl.tools.checkstyle.filters
Constructors in com.puppycrawl.tools.checkstyle.filters with parameters of type SuppressWithNearbyTextFilterModifierConstructorDescriptionprivate
Suppression
(String text, int lineNo, SuppressWithNearbyTextFilter filter) Constructs newSuppression
instance.