aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/puppycrawl/tools/checkstyle/checks/FinalParametersCheck.java
AgeCommit message (Expand)Author
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
2016-09-27Issue #3433: Cut down on Checkstyle's dependencies on Guava (part 4, collecti...Andrei Selkin
2016-06-16Issue #3239: fixed checks that fail on new receiver parameter (#3272)rnveach
2016-05-27Issue #3143: forbid empty return statements and fixed violationsrnveach
2016-03-17Issue #2428: remove dependency to commons-lang3 libraryRasmus Kaj
2016-03-01Issue #2981: added skip native methods for FinalParametersCheckrnveach
2016-02-05Issue #2551: renamed Check to AbstractCheckrnveach
2016-01-04minor: year bump to 2016Roman Ivanov
2015-08-29Issue #1555: Fix various typosMichal Kordas
2015-08-28Issue #1555: Fix some typos in checks packageMichal Kordas
2015-08-27Utils classes have been moved to utils package. Issue #1898Ilja Dubinin
2015-08-17Updated all checks to have getRequiredTokens and getAcceptableTokens, issue #655Andrei Selkin
2015-08-11Replace <code> tags with {@code ...} constructs. #1555Baratali Izmailov
2015-05-17Change location of left curly braces to end of line. #1089Michal Kordas
2015-05-13Fix SeparatorWrap Check violations in Checkstyle code. #945Michal Kordas
2015-05-02Fix DeclarationOrder check violations in Checkstyle code, issue #1049Michal Kordas
2015-05-02Fix EmptyLineSeparator violations for packages, issue #1040Michal Kordas
2015-02-20Refactored UTs, checks package, issue #537alexkravin
2015-02-18Copiright become 2015 and 'the original author or authors.'Roman Ivanov
2015-01-19Prefixes, checkstyle, #512alexkravin
2015-01-19Prefixes, checks, #512alexkravin
2014-12-22Final Parameters Check, added option allows ignoring primitive types as param...alexkravin
2014-03-04moving to standard directory layoutIvan Sopov