aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/com/puppycrawl/tools/checkstyle/checks/naming/TypeNameCheckTest.java
AgeCommit message (Expand)Author
2017-10-26Issue #5228: property values must be acceptable typesrnveach
2017-07-29Issue #4592: merged module test support and fileset test supportrnveach
2017-07-20Issue #4592: Tests from modifier, naming, regexp, sizes, whitespace packages ...Subbu Dantu
2017-05-02Issue #3891: Split and Organize Checkstyle inputs by Test: naming package, Ty...Dmytro Kytsmen
2017-01-27minor: bump year in header of all java filesRoman Ivanov
2016-05-07Issue #2763: changed config and fixed throws indentation violationsrnveach
2016-03-17Issue #2428: remove dependency to commons-lang3 libraryRasmus Kaj
2016-01-04minor: year bump to 2016Roman Ivanov
2015-10-15Issue #2161: unify test input locations for naming packagernveach
2015-08-31Issue #1555: Replace constructor with setUp() in JUnit test caseMichal Kordas
2015-08-27Utils class has been splitted to CommonUtils and TokenUtils. Issue #1898Ilja Dubinin
2015-08-27Utils classes have been moved to utils package. Issue #1898Ilja Dubinin
2015-08-22Use constant for arrays with zero length. #1555Michal Kordas
2015-07-23ImportOrder enabled in configuration #1448Aleksandr Ivanov
2015-05-17Change location of left curly braces to end of line. #1089Michal Kordas
2015-05-15Findbugs violation: api.TokenTypes do System.exit(...). #923Roman Ivanov
2015-05-02Fix EmptyLineSeparator violations for packages, issue #1040Michal Kordas
2015-02-18Copiright become 2015 and 'the original author or authors.'Roman Ivanov
2014-12-28Issue #537 refactoring: remove copy-paste of messages from UTestsychulovskyy
2014-07-28Support annotations in TypeNameCheckThomas Jensen
2014-03-04moving to standard directory layoutIvan Sopov