aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/com/puppycrawl/tools/checkstyle/checks/naming/LocalFinalVariableNameCheckTest.java
AgeCommit message (Expand)Author
2017-04-06Issue #4144: Split and Organize Checkstyle inputs by Test for LocalFinalVariablekurileo
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-24Issue #2421: enabled final local variable for test folderrnveach
2015-10-23Issue #2421: enabled line length for test folderrnveach
2015-10-19Issue #2161: unify test input locations for naming 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-08-02Remove unnecessary consecutive lines in Checkstyle code. #1534Michal Kordas
2015-07-07Issue #1288: 'LocalFinalVariableNameCheck' 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