aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/com/puppycrawl/tools/checkstyle/checks/naming/ConstantNameCheckTest.java
AgeCommit message (Expand)Author
2017-04-27Issue #4141: Split and Organize Checkstyle inputs by Test for ConstantNameDmytro Kytsmen
2017-01-27minor: bump year in header of all java filesRoman Ivanov
2016-11-09Issue #3255: changed module setters for patternrnveach
2016-06-09Issue #3229: resources were moved to compilable areaRoman 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-12-12Issue #2080: resolving 'TestNG fail() without message ' TCBuild=436Roman Ivanov
2015-10-24Issue #2421: enabled final local variable for test folderrnveach
2015-10-19Issue #2161: unify test input locations for naming packagernveach
2015-10-18minor: added missing exception checksrnveach
2015-08-22Use constant for arrays with zero length. #1555Michal Kordas
2015-08-21Remove unnecessarily qualified statically imported elements. #1555Michal Kordas
2015-08-21Remove unnecessary constant array creation expressions. #1555Michal Kordas
2015-08-17Provided UTs for getRequiredTokens and getAcceptableTokens, issue #655Andrei Selkin
2015-07-07Issue #1288: 'ConstantNameCheck' refactored, UT coverage improvedRuslan Diachenko
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-20Refactored UTs, naming package, issue #537alexkravin
2015-02-18Copiright become 2015 and 'the original author or authors.'Roman Ivanov
2014-12-03Redundant Modifier Check moved java8 input to resources-noncompilable folderalexkravin
2014-10-10#282 fixed. Since Java 8 we can have methods body in interfaces.Ilja Dubinin
2014-10-09Investigated conflict into MemberNameCheck. Added inputs.maxvetrenko
2014-03-04moving to standard directory layoutIvan Sopov