aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/com/puppycrawl/tools/checkstyle/filters
AgeCommit message (Collapse)Author
2015-10-20Issue #2161: unify test input locations for filters packagernveach
2015-07-30Issue #1296: 'SuppressWithNearbyCommentFilter' refactored, UT coverage improvedRuslan Diachenko
2015-07-29Issue #1296: 'SuppressionCommentFilter' UT coverage improvedRuslan Diachenko
2014-12-30Suppress Warnings Holder - fixed throwing exception if annotation uses ↵alexkravin
constant value, issue #539
2014-12-06Issue #353 NullPointerException with SuppressWarningsHolder and enum fieldsychulovskyy
2014-07-20Adding @interface A {} to the SuppressWarningsFilter input data collection. ↵Dominic Jones
Updating existing line number references to point to existing variables that have now moved down the file. This now tests a @SuppressWarnings on an annotation definition. Without the ANNOTATION_DEF present in SuppressWarningsHolder, the test will fail.
2014-03-04moving to standard directory layoutIvan Sopov