Uses of Class
com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder.Entry
-
Packages that use SuppressWarningsHolder.Entry Package Description com.puppycrawl.tools.checkstyle.checks 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.Entry Modifier and Type Field Description private static 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.Entry Modifier and Type Method Description private 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.
-