aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/com/puppycrawl/tools/checkstyle/CheckerTest.java
AgeCommit message (Expand)Author
2017-04-05spelling: fix typos in testsVladislav Lisetskii
2017-03-14Issue #3989: UTs should not use ROOT locale when they test violation/error me...Luolc
2017-03-12Issue #3896: Test failed due to locale message settings. (with non-English lo...Luolc
2017-01-27minor: bump year in header of all java filesRoman Ivanov
2016-12-07Issue #3611: added haltOnException to Checkerrnveach
2016-11-28Issue #3594: resolve Unexpected loss of coverage for PropertyCacheFileRoman Ivanov
2016-11-10Issue #3488: save files into cache with no un-suppressed violationsrnveach
2016-10-22Issue #2866: added before execution and exclusion file filtersrnveach
2016-10-01Issue #3486: clear childCount field cache in DetailASTrnveach
2016-09-30Issue #3466: Clear branchTokenTypes field cache in DetailAST before changing ...Andrei Selkin
2016-09-20Issue #3433: Cut down on Checkstyle's dependencies on Guava (part 2) (#3454)Andrei Selkin
2016-09-18Issue #3433: Cut down on Checkstyle's dependencies on Guava (part 1) (#3446)Andrei Selkin
2016-09-14Issue #2226: Replace line-based suppressions with inline ones (#3443)Andrei Selkin
2016-09-08Issue #3233: Resolve IntelijIdea inspection violations for java8 migration (#...Mariia Mykhailova
2016-07-26Issue #3317: Fix build failure on German machine (#3368)Andrei Selkin
2016-06-17Pull #3259: Avoid catching of InvalidPathException and AccessDeniedException ...Andrei Selkin
2016-06-03Issue #3177: Fix CheckerTest#testDestroyCacheFileWithInvalidPath (Docker cont...Andrei Selkin
2016-05-16Issue #407: Fix cache usage in presence of modules which use external resourc...Andrei Selkin
2016-03-20Issue #3022: Moved file-started audit event after file extension checkidarmans
2016-03-17Issue #2428: remove dependency to commons-lang3 libraryRasmus Kaj
2016-02-20Issue #957: Forbid @VisibleForTestingVladislav Lisetskiy
2016-02-19Issue #957: Resolve problems from PMD DefaultPackage ruleVladislav Lisetskiy
2016-02-16Issue #2285: Add possibility to track down the name of source file which caus...Andrei Selkin
2016-02-12minor: removed exceptions not actually thrownrnveach
2016-02-09Issue #569: Move TreeWalker cache to CheckerAndrei Selkin
2016-01-04minor: year bump to 2016Roman Ivanov
2015-10-24Issue #2421: enabled final local variable for test folderrnveach
2015-10-23Issue #2421: enabled line length for test folderrnveach
2015-10-18Issue #2080: Fix typos in codeMichal Kordas
2015-09-25Issue #2080: Fix typos in codeMichal Kordas
2015-09-11Issue #2080: Fix typos in codeMichal Kordas
2015-09-06Issue #2080: Fix typos in codeMichal Kordas
2015-09-03Issue #2080: Fix typos in codeMichal Kordas
2015-08-30Issue #1566: IllegalCatch violations fixed for CheckerRuslan Diachenko
2015-08-28Issue #1555: Avoid reusing variablesMichal Kordas
2015-08-28Restricted suppression for IllegalTypeCheck, issue #1805Andrei Selkin
2015-08-25Issue #1566: Fixed TrailingComment violations in UTsBaratali Izmailov
2015-08-22Fix variables with standard names. #1555Michal Kordas
2015-08-20Remove explicit array creation. #1555Michal Kordas
2015-08-19Fix questionable names in test code. #1555Michal Kordas
2015-08-18Remove unnecessary this in test code. #1555Michal Kordas
2015-08-17Flip misordered assertEquals parameters. #1555Michal Kordas
2015-08-14Issue #1243: Suppress warnings for UTs testing deprecated codeBaratali Izmailov
2015-08-14Issue #1243: Resolved varargs ambiguityBaratali Izmailov
2015-08-05UT coverage for Checker. #1294Roman Ivanov
2015-07-23ImportOrder enabled in configuration #1448Aleksandr Ivanov
2015-07-12commented code was removed from CheckerTestRoman Ivanov
2015-05-17Change location of left curly braces to end of line. #1089Michal Kordas
2015-05-02Fix EmptyLineSeparator violations for packages, issue #1040Michal Kordas
2015-03-31Use use Java 7 instead of custom logic for relative paths, issue #857Michal Kordas