Uses of Class
com.puppycrawl.tools.checkstyle.filters.SuppressWithPlainTextCommentFilter.Suppression
-
Packages that use SuppressWithPlainTextCommentFilter.Suppression Package Description com.puppycrawl.tools.checkstyle.filters 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.Suppression Modifier and Type Method Description private 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.Suppression Modifier and Type Method Description private Optional<SuppressWithPlainTextCommentFilter.Suppression>
SuppressWithPlainTextCommentFilter. getSuppression(FileText fileText, int lineNo)
Tries to extract the suppression from the given line.private List<SuppressWithPlainTextCommentFilter.Suppression>
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.Suppression Modifier and Type Method Description private static SuppressWithPlainTextCommentFilter.Suppression
SuppressWithPlainTextCommentFilter. getNearestSuppression(Collection<SuppressWithPlainTextCommentFilter.Suppression> suppressions, AuditEvent event)
Finds the nearestSuppressWithPlainTextCommentFilter.Suppression
instance which can suppress the givenAuditEvent
.
-