aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/puppycrawl/tools/checkstyle/checks/naming/ParameterNameCheck.java
AgeCommit message (Expand)Author
2017-11-03Issue #4581: Reorganize token methods in whitespace, sizes, naming foldersSubbu Dantu
2017-07-23Issue #4722: fix HtmlTagCanBeJavadocTag idea violationvasilyeva
2017-02-25Issue #3843: Disallow import of interfaces from java.util.stream due to cover...Andrei Selkin
2017-01-27minor: bump year in header of all java filesRoman Ivanov
2017-01-26Issue #3675: Replace Scope with AccessModifier in ParameterNameCheck to avoid...Andrei Selkin
2016-11-30Issue #3575: changed module setters for scopernveach
2016-11-05Issue #3473: ParameterNameCheck: new scope and excludeScope propertiesalberto.cuda
2016-06-23Pull #3293: Replace Guava's Optional with Java's native (#3293)Andrei Selkin
2016-06-16Issue #3239: fixed checks that fail on new receiver parameter (#3272)rnveach
2016-01-04minor: year bump to 2016Roman Ivanov
2015-12-09doc: Correct regexp in configuration example for ParameterNameCheckAndrei Selkin
2015-12-09Issue #2678: Fix NPE in ParameterNameCheckAndrei Selkin
2015-11-18Revert "Issue #2290: Add 'skipCatchParameter' to skip catch parameter from va...Roman Ivanov
2015-11-12doc: Correct xdoc/javadoc for ParameterNameCheckAndrei Selkin
2015-11-05Issue #2290: Add 'skipCatchParameter' to skip catch parameter from validationAndrei Selkin
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-08-17Updated all checks to have getRequiredTokens and getAcceptableTokens, issue #655Andrei Selkin
2015-08-11Replace <code> tags with {@code ...} constructs. #1555Baratali Izmailov
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-03-10Remove useless parentheses to fix PMD violations, issue #744Michal Kordas
2015-02-18Copiright become 2015 and 'the original author or authors.'Roman Ivanov
2015-02-08Acceptable tokens are specified for all checks, issue #342alexkravin
2015-01-19Prefixes, naming, #512alexkravin
2014-03-04moving to standard directory layoutIvan Sopov