aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/com/puppycrawl/tools/checkstyle/checks/naming/ParameterNameCheckTest.java
AgeCommit message (Expand)Author
2015-11-05Issue #2290: Fix NPE in isOverriddenMethod during validation of methods with ...Andrei Selkin
2015-11-04Issue #2290: Add 'ignoreOverridden' option to skip methods with @Override ann...Andrei Selkin
2015-10-24Issue #2421: enabled final local variable for test folderrnveach
2015-10-19Issue #2161: unify test input locations for naming packagernveach
2015-10-16Issue #2161: unify test input locations for blocks packagernveach
2015-08-22Use constant for arrays with zero length. #1555Michal Kordas
2015-08-21Remove unnecessary constant array creation expressions. #1555Michal Kordas
2015-08-20Fix too broad scope of variables. #1555Michal Kordas
2015-08-17Provided UTs for getRequiredTokens and getAcceptableTokens, issue #655Andrei Selkin
2015-07-07Issue #1288: 'ParameterNameCheck' 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-03-04moving to standard directory layoutIvan Sopov