aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding
AgeCommit message (Expand)Author
2017-04-13Issue #4165: Split and Organize Checkstyle inputs by Test for IllegalCatchChe...slava ganyaev
2017-04-13Issue #4165: Split and Organize Checkstyle inputs by Test for HiddenFieldChec...slava ganyaev
2017-04-13Issue #4165: Split and Organize Checkstyle inputs by Test for FinalLocalVaria...slava ganyaev
2017-04-12Issue #3423: Allow local vars without any unnecessary violations from Require...Piyush Sharma
2017-04-12Issue #4078: DefaultComesLast only if doesnt share caseSagar
2017-04-12Issue #4165: Split and Organize Checkstyle inputs by Test for EqualsAvoidNull...slava ganyaev
2017-04-12Issue #4165: Split and Organize Checkstyle inputs by Test for EqualsHashCodeC...slava ganyaev
2017-04-12Issue #4165: Split and Organize Checkstyle inputs by Test for FallThroughChec...slava ganyaev
2017-04-12Issue #4165: Split and Organize Checkstyle inputs by Test for ExplicitInitial...slava ganyaev
2017-04-11Issue #4165: Split and Organize Checkstyle inputs by Test for CovariantEquals...slava ganyaev
2017-04-11Issue #4165: Split and Organize Checkstyle inputs by Test for DefaultComesLas...slava ganyaev
2017-04-11Issue #4165: Split and Organize Checkstyle inputs by Test for EmptyStatementC...slava ganyaev
2017-04-11Issue #4165: Split and Organize Checkstyle inputs by Test for DeclarationOrde...slava ganyaev
2017-04-05Issue #3891: Split and Organize Checkstyle inputs by Test, renamed test metho...slava ganyaev
2017-04-05Issue #3891: Split and Organize Checkstyle inputs by Test for AvoidInlineCond...slava ganyaev
2017-04-05Pull #4102: changed loops to end execution earlyrnveach
2017-04-05Issue #3072: Add EOL for files in test, it, .ci, config foldersVikramaditya Kukreja
2017-03-31Issue #3891: Split and Organize Checkstyle inputs by Test for ArrayTrailingCommaslava ganyaev
2017-03-23Issue #3172: Regression false-positive FinalLocalVariableLuolc
2017-03-15Issue #3437: PackageDeclaration should give option for directory name mismatchVikramaditya Kukreja
2017-03-09Issue #3965: remove from Input files "Compilable with Java8"Luolc
2017-02-28Issue #3848: Increase code coverage of RequireThisCheckAndrei Selkin
2017-01-28Issue #3041: RequireThisCheck doesn't see outer classes for anonymous classesVladislav Lisetskiy
2017-01-05Issue #3509: fixed try with resource on FallThroughCheckrnveach
2016-12-07Issue #3617: make FinalLocalVariable not check multi-catch varsliscju
2016-09-29Issue #3308: fixed EqualsHashCode equals method parameter test (#3407)rnveach
2016-09-20Issue #3433: Cut down on Checkstyle's dependencies on Guava (part 2) (#3454)Andrei Selkin
2016-08-12Issue #2541: Activate forbidden-apis on test input files (#3402)Andrei Selkin
2016-08-05Issue #3308: EqualsHashCode violation for hashCode without equals (#3387)rnveach
2016-07-26Issue #3335: prevented static variables being checked for RequireThis (#3355)rnveach
2016-07-23Issue #3074: Fix FinalLocalVariable false positive when variable is assigned ...Andrei Selkin
2016-07-05Issue #3334: fixed RequireThis when can't find end block token (#3336)rnveach
2016-06-16Issue #3239: fixed checks that fail on new receiver parameter (#3272)rnveach
2016-06-09Issue #3229: resources were moved to compilable areaRoman Ivanov
2016-05-27Issue #3143: added maxForVoid option for ReturnCountCheckrnveach
2016-05-08Issue #3153: IllegalTokenTextCheck and IllegalTokenCheck does not work with C...Roman Ivanov
2016-03-29Issue #3006: Add test inputs taken from Guava and FindbugsAndrei Selkin
2016-03-29Issue #3006: Add UT for variables which are assigned multiple times in if/if-...Andrei Selkin
2016-03-04Issue #2362: Add 'validateOnlyOverlapping' option for RequireThisCheckAndrei Selkin
2016-02-17Issue #1048: Duplicate error message for static final field in DeclarationOrd...liscju
2016-02-12Issue #2880: fixed java 8 code compile issuesrnveach
2016-02-07Issue #924: Fix enforcement of declaration order which leads to illegal forwa...Andrei Selkin
2016-01-24Issue #2807: FinalLocalVariable doesn't report variable when condition separa...Bhavik Patel
2015-12-31Issue #2539: Fix RequireThis check false-positive on methodsVladislav Lisetskiy
2015-12-26Issue #2405: FinalLocalVariable false-positive in SWITCH solvedBhavik Patel
2015-12-24Issue #2239: Extend RequireThis check messageVladislav Lisetskiy
2015-12-24Issue #2211: OneStatementPerLine has false match with try-with-resourcesJon Bake
2015-11-15Issue #2240: Fix false negative in RequireThisCheckVladislav Lisetskiy
2015-11-11Issue #2541: Clean up input files to not use forbidden APIsMichal Kordas
2015-11-09Issue #1438: Fix handling finally in FallThroughCheckVladislav Lisetskiy