aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/com/puppycrawl/tools/checkstyle/ConfigurationLoaderTest.java
AgeCommit message (Expand)Author
2017-01-27minor: bump year in header of all java filesRoman Ivanov
2016-12-16Issue #3657: skip unnecessary exception 'Severity not set, ignoring exception'Roman Ivanov
2016-12-15minor: refactoring to shorten code, reodering of statements to minimize decla...Roman Ivanov
2016-05-07Issue #2763: changed config and fixed throws indentation violationsrnveach
2016-02-20Issue #957: Forbid @VisibleForTestingVladislav Lisetskiy
2016-02-05Issue #2783: UTs should be launched in default localeVladislav Lisetskiy
2016-01-04minor: year bump to 2016Roman Ivanov
2015-12-03Issue #2616: Fix CatchParameterName check violations in Checkstyle codeMichal Kordas
2015-11-25Issue #2639: URI is removed from allowed abbreviationsRoman Ivanov
2015-11-24Issue #2639: URL is removed from allowed abbreviationsRoman Ivanov
2015-10-29minor: removed exceptions not thrownrnveach
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 checkstyle packagernveach
2015-10-03Issue #2260: Make ConfigurationLoader.loadConfiguration publicMichal Kordas
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-09-06Issue #2080: Fix typos in codeMichal Kordas
2015-08-31Issue #1566: Fix for SummaryJavadocCheck's violations (partial)Baratali Izmailov
2015-08-31Issue #1566: VariableDeclarationUsageDistance violations fixedRuslan Diachenko
2015-08-22Do not use Properties as Hashtable. #1555Michal Kordas
2015-08-21Use multi-catch in test code. #1555Michal Kordas
2015-08-20Remove unnecessary cast expression. #1555Michal Kordas
2015-08-18Workaround problem of interoperability between PowerMock and JaCoCo, issue #1173Andrei Selkin
2015-08-18Simplify JUnit assertions. #1555Michal Kordas
2015-08-17Replace for with foreach in test code. #1555Michal Kordas
2015-08-16Make methods static. #1555Michal Kordas
2015-08-16Issue #1243: Unsafe casts have been suppressed in UTs which use reflectionBaratali Izmailov
2015-08-14Issue #1243: Suppress warnings for UTs testing deprecated codeBaratali Izmailov
2015-08-11Issue #1243: Generic types should be parameterizedBaratali Izmailov
2015-08-09Suppress wrong root element in tests. #1555Michal Kordas
2015-08-02Remove unnecessary consecutive lines in Checkstyle code. #1534Michal Kordas
2015-07-30100% code coverage for ConfigurationLoader. #1294Roman Ivanov
2015-07-23ImportOrder enabled in configuration #1448Aleksandr 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-02-18Copiright become 2015 and 'the original author or authors.'Roman Ivanov
2015-02-03all additional configuration files were moved to config folderRoman Ivanov
2015-01-19Prefixes, checkstyle, #512alexkravin
2014-03-04moving to standard directory layoutIvan Sopov