aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/com/puppycrawl/tools/checkstyle/TreeWalkerTest.java
AgeCommit message (Expand)Author
2017-03-14Issue #3989: UTs should not use ROOT locale when they test violation/error me...Luolc
2017-01-27minor: bump year in header of all java filesRoman Ivanov
2016-09-08Issue #3233: Resolve IntelijIdea inspection violations for java8 migration (#...Mariia Mykhailova
2016-08-03Issue #3378: Fixed TreeWalkerTest to not depend on a specific ordering of non...Ben Lambeth
2016-07-27Issue #3323: fixed redundant modifier violations on try-with-resourcesrnveach
2016-05-16Issue #407: Fix cache usage in presence of modules which use external resourc...Andrei Selkin
2016-05-13Issue #3175: fixed sevntu violations in test and itrnveach
2016-05-07Issue #2763: changed config and fixed throws indentation violationsrnveach
2016-03-17Issue #2428: remove dependency to commons-lang3 libraryRasmus Kaj
2016-02-09Issue #569: Move TreeWalker cache to CheckerAndrei Selkin
2016-02-05Issue #2551: renamed Check to AbstractCheckrnveach
2016-01-04minor: year bump to 2016Roman Ivanov
2015-12-25Issue #2666: Print name of the Check after printing violation messageAndrei Selkin
2015-12-15Issue #2575: Create directory structure needed to store cache fileAndrei Selkin
2015-12-12Issue #2080: resolving 'TestNG fail() without message ' TCBuild=436Roman Ivanov
2015-12-03Issue #2616: Fix CatchParameterName check violations in Checkstyle codeMichal Kordas
2015-11-12Issue #2581: Enforce all annotations to be separate line for CheckstyleMichal Kordas
2015-10-24Issue #2421: enabled final local variable for test folderrnveach
2015-10-19minor: added missing exception checksrnveach
2015-10-17Issue #2161: unify test input locations for coding packagernveach
2015-09-13Issue #2129: logging as WARN for misconfigurated Check is changed to Exceptio...Roman Ivanov
2015-09-06Issue #2080: name violations are fixed, checkstyle suppressions were updated ...Roman Ivanov
2015-09-06Issue #2080: Fix typos in codeMichal Kordas
2015-08-31Issue #1555: Refer to collections by interfaceMichal Kordas
2015-08-30Issue #1555: Narrow scope of variablesMichal Kordas
2015-08-30Issue #1566: IllegalCatch violations fixed for TreeWalkerRuslan Diachenko
2015-08-30Issue #1555: Use try-with-resources to close streams in test codeMichal Kordas
2015-08-29Issue #1555: Use try-with-resources in test codeMichal Kordas
2015-08-28Issue #1555: Avoid reusing variablesMichal Kordas
2015-08-28Issue #1555: Specify encoding explicitlyMichal Kordas
2015-08-27Decrease visibility of public inner classes. #1555Michal Kordas
2015-08-27Use constant for empty array initialization. #1555Michal Kordas
2015-08-25Ensured that check's required tokens are subset of default tokens, issue #655Andrei Selkin
2015-08-22Use constant for arrays with zero length. #1555Michal Kordas
2015-08-21Add missing locale to String case conversions in test code. #1555Michal Kordas
2015-08-20Mark fields as final in test code. #1555Michal Kordas
2015-08-19Decrease visibility of inner classes. #1555Michal Kordas
2015-08-17Updated all checks to have getRequiredTokens and getAcceptableTokens, issue #655Andrei Selkin
2015-08-14Issue #1566: InnerTypeLast turned onRuslan Diachenko
2015-08-05100% UTs coverage for TreeWalker. #1294Roman Ivanov
2015-08-05UT coverage for TreeWalker. #1294Roman Ivanov
2015-08-02Remove unnecessary qualifiers for statically imported elements. #1542Michal Kordas
2015-08-02Remove unnecessary consecutive lines in Checkstyle code. #1534Michal Kordas
2015-07-31coverage for TreeWalker. #1294Roman Ivanov
2015-07-30experiment with coverage problem on appveyor. #1496Roman Ivanov
2015-07-30fix for UTs on Windows7 and do not conflict with WindowsServer. #1496Roman Ivanov
2015-07-30final fix for TreeWalkerTest.testDestroyNonExistingCache failure on Windows. ...Roman Ivanov
2015-07-29revert to let build pass on appveyor. #1496Roman Ivanov
2015-07-29additonal experiment to fix failure of appveyor. #1496Roman Ivanov
2015-07-29Investigate TreeWalkerTest.testDestroyNonExistingCache failure on Windows. #1496Roman Ivanov