aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/com/puppycrawl/tools
AgeCommit message (Collapse)Author
2017-04-27Issue #4141: Split and Organize Checkstyle inputs by Test for ConstantNameDmytro Kytsmen
2017-04-26Issue #3951: SeparatorWrap: add support for method reference operatorLuolc
2017-04-25Issue #4165: Moved resource class to new package /illegaltokentextDmytro Kytsmen
2017-04-25Issue #4080: Split and Organize Checkstyle inputs by Test for ↵Jun Lin
SingleSpaceSeparator
2017-04-25Issue #4165: Split and Organize Checkstyle inputs by Test for checks in ↵Dmytro Kytsmen
coding package: MagicNumber
2017-04-25Issue #4165: Split and Organize Checkstyle inputs by Test for checks in ↵Dmytro Kytsmen
coding package: NoClone
2017-04-24Issue #4165: Split and Organize Checkstyle inputs by Test for checks in ↵Dmytro Kytsmen
coding package: IllegalType
2017-04-24Issue #4165: Split and Organize Checkstyle inputs by Test for checks in ↵Dmytro Kytsmen
coding package: MultipleStringLiterals
2017-04-24Issue #4165: Split and Organize Checkstyle inputs by Test for checks in ↵Dmytro Kytsmen
coding package: MissingSwitchDefault
2017-04-24Issue #4165: Split and Organize Checkstyle inputs by Test for checks in ↵Dmytro Kytsmen
coding package: MagicNumber
2017-04-24Issue #4165: Split and Organize Checkstyle inputs by Test for checks in ↵Dmytro Kytsmen
coding package: MissingCtor
2017-04-24Issue #4165: Split and Organize Checkstyle inputs by Test for checks in ↵Dmytro Kytsmen
coding package: MultipleVariableDeclarations
2017-04-24Issue #4165: Split and Organize Checkstyle inputs by Test for checks in ↵Dmytro Kytsmen
coding package: NestedForDepth
2017-04-24Issue #4165: Split and Organize Checkstyle inputs by Test for checks in ↵Dmytro Kytsmen
coding package: ModifiedControlVariable
2017-04-24Issue #4165: Split and Organize Checkstyle inputs by Test for checks in ↵Dmytro Kytsmen
coding package: NestedTryDepth
2017-04-24Issue #4165: Split and Organize Checkstyle inputs by Test for checks in ↵Dmytro Kytsmen
coding package: NestedIfDepth
2017-04-24Issue #4165: Split and Organize Checkstyle inputs by Test for checks in ↵Dmytro Kytsmen
coding package: PackageDeclaration
2017-04-22Revert "Issue #4220: Modified EmptyBlockCheckTest.java and moved its input ↵Roman Ivanov
files to the emptyblock subdirectory" This reverts commit 2036e7a4abceddad23311f4fa4bc61460072756a.
2017-04-22Issue #1509: Extra comma is required in multi-line array valueVladislav Lisetskii
2017-04-22Issue #4220: Modified EmptyBlockCheckTest.java and moved its input files to ↵Subbu Dantu
the emptyblock subdirectory
2017-04-22Issue #4165: Split and Organize Checkstyle inputs by Test for checks in ↵Dmytro Kytsmen
coding package: NoFinalizer
2017-04-21Issue #4165: Split and Organize Checkstyle inputs by Test for checks in ↵Dmytro Kytsmen
coding package: OneStatementPerLine
2017-04-21Issue #3949: NoWhitespaceBefore: add support for method reference operatorDmytro Kytsmen
2017-04-21Issue #56: fix MainTest input fileskazachka
2017-04-21Issue #4165: Split and Organize Checkstyle inputs by Test for checks in ↵Dmytro Kytsmen
coding package: OverloadMethodsDeclarationOrder
2017-04-21Issue #4165: Split and Organize Checkstyle inputs by Test for checks in ↵Dmytro Kytsmen
coding package: UnnecessaryParentheses - rerun CI
2017-04-21Issue #4165: Split and Organize Checkstyle inputs by Test for checks in ↵Dmytro Kytsmen
coding package: VariableDeclarationUsageDistanceCheck - rerun CI
2017-04-21Issue #4165: Split and Organize Checkstyle inputs by Test for checks in ↵Dmytro Kytsmen
coding package: SimplifyBooleanExpression
2017-04-21Issue #4165: Split and Organize Checkstyle inputs by Test for checks in ↵Dmytro Kytsmen
coding package: SimplifyBooleanReturn
2017-04-21Issue #4165: Split and Organize Checkstyle inputs by Test for checks in ↵Dmytro Kytsmen
coding package: StringLiteralEquality
2017-04-21Issue #4165: Split and Organize Checkstyle inputs by Test for checks in ↵Dmytro Kytsmen
coding package: SuperClone
2017-04-21Issue #4165: Split and Organize Checkstyle inputs by Test for checks in ↵Dmytro Kytsmen
coding package: ParameterAssignment
2017-04-21Issue #4165: Split and Organize Checkstyle inputs by Test for checks in ↵Dmytro Kytsmen
coding package: RequireThis
2017-04-21Issue #4165: Split and Organize Checkstyle inputs by Test for checks in ↵Dmytro Kytsmen
coding package: ReturnCount
2017-04-21Issue #4159: LITERAL_DEFAULT is now processed by EmptyBlockCheck. ↵Piyush Sharma
Corresponding UTs added
2017-04-21Issue #4165: Split and Organize Checkstyle inputs by Test for checks in ↵Dmytro Kytsmen
coding package: SuperFinalize
2017-04-19Issue #4220: Modified EmptyCatchBlockCheckTest.java and moved its input ↵Subbu Dantu
files to the emptycatchblock subdirectory
2017-04-19Issue #3933: Split and Organize Checkstyle inputs by Test for NoLineWrapDmytro Kytsmen
2017-04-19Issue #4043: Split and Organize Checkstyle inputs by Test for OuterTypeNumberDmytro Kytsmen
2017-04-19Issue #4062: Split and Organize Checkstyle inputs by Test for ParentPadDmytro Kytsmen
2017-04-19Issue #4220: Modified LeftCurlyCheckTest.java and moved its input files to ↵Subbu Dantu
the leftcurly subdirectory
2017-04-18Issue #4082: Take "break" into consideration in FinalLocalVariableLuolc
2017-04-17Issue #4208: Split and Organize Checkstyle inputs by Test for StaticVariableNameAkshita
2017-04-17Issue #3546: Add lambda in RightCurlyCheckVladislav Lisetskii
2017-04-17Issue #3931: Split and Organize Checkstyle inputs by Test for NoWhitespaceAfterDmytro Kytsmen
2017-04-17Issue #4220: Modified AvoidNestedBlocksCheckTest.java and moved its input ↵Subbu Dantu
files to the avoidnestedblocks subdirectory
2017-04-15Issue #3048: ParenPad now correctly evaluates precedence parensSubbu Dantu
2017-04-13Issue #4168: Split and Organize Checkstyle inputs by Test for ↵Janine Freitas
MethodTypeParameterName
2017-04-13Issue #4191: Split and Organize Checkstyle inputs by Test for ParameterNameShubham Kumar
2017-04-13Issue #4165: Split and Organize Checkstyle inputs by Test for ↵slava ganyaev
IllegalCatchCheckTest