aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/com/puppycrawl/tools/checkstyle/CheckerTest.java
AgeCommit message (Expand)Author
2017-12-24minor: fix typos in testsPavel Bludov
2017-11-18Issue #5124: removed usages of branchContainsrnveach
2017-11-18Issue #5228: fixed violations for test makeuprnveach
2017-11-17Issue #5264: clear filesets on checker destroyrnveach
2017-10-25Issue #5104: created internal test module packagernveach
2017-10-18Issue #5023: Prohibited the usage of hardcoded encoding in Checkstyle source ...Artem Dudkin
2017-09-28Pull #5113: enabled eclipse compiler to flag unused exceptionsrnveach
2017-09-25Issue #5104: created internal utils package for test utilsrnveach
2017-09-06Issue #3891: reorganized CheckerTest inputsrnveach
2017-09-02Issue #3891: re-organized api package inputsrnveach
2017-08-11Issue #4607: Added moduleId to violation messagesLuolc
2017-07-31Issue #4592: Added the last few tests which extend AbstractModuleTestSupportSubbu Dantu
2017-07-20Issue #4713: fix all violations from the third part of idea violationsvasilyeva
2017-07-07Issue #4400: increase coverage of pitest-checkstyle-common profile to 100%vasilyeva
2017-07-06Issue #3034: FileText should not extends AbstractListTimur
2017-07-06Issue #4400: increase coverage of pitest-checkstyle-tree-walker profile to 98%vasylieva
2017-07-02Issue #4370: Add multi thread mode to checkstyle launcherAndrew Kuchev
2017-07-01Issue #922: remove setClassloader from CheckerRoman Ivanov
2017-06-28Issue #4500: fix second part of JUnitTestsShouldIncludeAssert violationsvasylieva
2017-06-27Issue #4437: Arranged the remaining files from 'imports' directory and modifi...Subbu Dantu
2017-06-24Issue #4516: fix first bunch of pmd violations for JUnitAssertionsShouldInclu...vasilyeva
2017-06-23Issue #4400: increase coverage of pitest-checkstyle-common profile to 92%vasylieva
2017-06-06Issue #4400: increase coverage of pitest-checkstyle-common profile to 84%vasilyeva
2017-05-25Issue #4101: changed external resources in cache to have special prefixrnveach
2017-04-16Issue #3650: Expand missing testing for PropertyCacheFile testsAndrei Selkin
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