Uses of Class
com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder.Entry
Packages that use SuppressWarningsHolder.Entry
Package
Description
Contains the checks that are bundled with the main distribution.
-
Uses of SuppressWarningsHolder.Entry in com.puppycrawl.tools.checkstyle.checks
Fields in com.puppycrawl.tools.checkstyle.checks with type parameters of type SuppressWarningsHolder.EntryModifier and TypeFieldDescriptionprivate static final ThreadLocal<List<SuppressWarningsHolder.Entry>>
SuppressWarningsHolder.ENTRIES
A thread-local holder for the list of suppression entries for the last file parsed.Methods in com.puppycrawl.tools.checkstyle.checks with parameters of type SuppressWarningsHolder.EntryModifier and TypeMethodDescriptionprivate static boolean
SuppressWarningsHolder.isSuppressedAfterEventStart
(int line, int column, SuppressWarningsHolder.Entry entry) Checks whether suppression entry position is after the audit event occurrence position in the source file.private static boolean
SuppressWarningsHolder.isSuppressedBeforeEventEnd
(int line, int column, SuppressWarningsHolder.Entry entry) Checks whether suppression entry position is before the audit event occurrence position in the source file.