Package | Description |
---|---|
com.puppycrawl.tools.checkstyle.checks |
Contains the checks that are bundled with the main distribution.
|
Modifier and Type | Field and Description |
---|---|
private static java.lang.ThreadLocal<java.util.List<SuppressWarningsHolder.Entry>> |
SuppressWarningsHolder.ENTRIES
A thread-local holder for the list of suppression entries for the last
file parsed.
|
Modifier and Type | Method and 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.
|