aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/com/puppycrawl/tools/checkstyle/filters
AgeCommit message (Expand)Author
2016-05-16Issue #407: Fix cache usage in presence of modules which use external resourc...Andrei Selkin
2016-05-07Issue #2763: changed config and fixed throws indentation violationsrnveach
2016-03-20Issue #3035: upgrade equalsverifier to version 2.0.1Vladislav Lisetskiy
2016-03-17Issue #2428: remove dependency to commons-lang3 libraryRasmus Kaj
2016-02-12minor: removed exceptions not actually thrownrnveach
2016-02-05Issue #2783: UTs should be launched in default localeVladislav Lisetskiy
2016-01-25Issue #1002: Add optional attribute to suppression filterliscju
2016-01-04minor: year bump to 2016Roman Ivanov
2015-12-31Issue #1008: Add possibility to suppress checks by idAndrei Selkin
2015-12-25Issue #2666: Print name of the Check after printing violation messageAndrei Selkin
2015-12-08Issue #2646: Fix inability to suppress checkstyle violations with @SuppressWa...Andrei Selkin
2015-12-07Issue #2625: reorganized internal testsrnveach
2015-12-03Issue #2616: Fix CatchParameterName check violations in Checkstyle codeMichal Kordas
2015-11-25Issue #2639: CSV is removed from allowed abbreviationsRoman Ivanov
2015-11-25Issue #2639: CPP is removed from allowed abbreviationsRoman Ivanov
2015-11-24Issue #2639: URL is removed from allowed abbreviationsRoman Ivanov
2015-11-01Issue #2109: CLI should print a file name where exception is happenRoman Ivanov
2015-10-24Issue #2421: enabled final local variable for test folderrnveach
2015-10-23Issue #2421: enabled line length for test folderrnveach
2015-10-20Issue #2161: unify test input locations for filters packagernveach
2015-09-24Issue #2191: SuppressionsLoaderTest UT was stabilizedRuslan Diachenko
2015-09-17Pull #2034: Use StandardCharsets and get rid of UnsupportedEncodingExceptionMichael Osipov
2015-09-10Issue #46: blocks of code should not be duplicatedIlja Dubinin
2015-09-06Issue #2080: name violations are fixed, checkstyle suppressions were updated ...Roman Ivanov
2015-08-31Issue #1555: Remove unnecessary boxingMichal Kordas
2015-08-31Issue #1566: Fix for SummaryJavadocCheck's violations (partial)Baratali Izmailov
2015-08-30Issue #1555: Rename parameters to match namesMichal Kordas
2015-08-29Issue #1555: Fix malformed JUnit RuleMichal Kordas
2015-08-29Issue #1555: Avoid reusing variablesMichal Kordas
2015-08-28Issue #1555: Decrease visibility of fields and methods in test codeMichal Kordas
2015-08-27Fix various typos in Java code. #1555Michal Kordas
2015-08-27Use constant for empty array initialization. #1555Michal Kordas
2015-08-26Remove redundant tests for equals methods. #1555Michal Kordas
2015-08-26Remove invocations of equals method with null. #1555Michal Kordas
2015-08-26Use EqualsVerifier to test equals and hashCode in IntMatchFilter. #1088Michal Kordas
2015-08-22Decrease scope of variables. #1555Michal Kordas
2015-08-21Remove unnecessary this in test code. #1555Michal Kordas
2015-08-21Simplify throws list in test code. #1555Michal Kordas
2015-08-21Fix name for constants in test code. #1555Michal Kordas
2015-08-20String literals should not be duplicated. Issue #46Ilja Dubinin
2015-08-20Remove unchecked exceptions from throws clauses in test code. #1555Michal Kordas
2015-08-20Mark fields as final in test code. #1555Michal Kordas
2015-08-20Remove test for default implementation of toString(). #1555Michal Kordas
2015-08-20Remove unused assignments. #1555Michal Kordas
2015-08-19Remove redundant suppressions from test code. #1555Michal Kordas
2015-08-18Workaround problem of interoperability between PowerMock and JaCoCo, issue #1173Andrei Selkin
2015-08-18Remove unnecessary this in test code. #1555Michal Kordas
2015-08-18Simplify JUnit assertions. #1555Michal Kordas
2015-08-17Remove unnecessary boxing in test code. #1555Michal Kordas
2015-08-17Convert parameters to varargs in test code. #1555Michal Kordas