Uses of Class
com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyTextFilter.Suppression
-
Packages that use SuppressWithNearbyTextFilter.Suppression Package Description com.puppycrawl.tools.checkstyle.filters Contains the filters that are bundled with the main distribution. -
-
Uses of SuppressWithNearbyTextFilter.Suppression in com.puppycrawl.tools.checkstyle.filters
Fields in com.puppycrawl.tools.checkstyle.filters with type parameters of type SuppressWithNearbyTextFilter.Suppression Modifier and Type Field Description private List<SuppressWithNearbyTextFilter.Suppression>
SuppressWithNearbyTextFilter. suppressions
Suppressions encountered in current file.Methods in com.puppycrawl.tools.checkstyle.filters that return SuppressWithNearbyTextFilter.Suppression Modifier and Type Method Description private SuppressWithNearbyTextFilter.Suppression
SuppressWithNearbyTextFilter. getSuppression(FileText fileText, int lineNo)
Tries to extract the suppression from the given line.Methods in com.puppycrawl.tools.checkstyle.filters that return types with arguments of type SuppressWithNearbyTextFilter.Suppression Modifier and Type Method Description private static Optional<SuppressWithNearbyTextFilter.Suppression>
SuppressWithNearbyTextFilter. getNearestSuppression(Collection<SuppressWithNearbyTextFilter.Suppression> suppressions, AuditEvent event)
Finds the nearestSuppressWithNearbyTextFilter.Suppression
instance which can suppress the givenAuditEvent
.Method parameters in com.puppycrawl.tools.checkstyle.filters with type arguments of type SuppressWithNearbyTextFilter.Suppression Modifier and Type Method Description private static Optional<SuppressWithNearbyTextFilter.Suppression>
SuppressWithNearbyTextFilter. getNearestSuppression(Collection<SuppressWithNearbyTextFilter.Suppression> suppressions, AuditEvent event)
Finds the nearestSuppressWithNearbyTextFilter.Suppression
instance which can suppress the givenAuditEvent
.
-