aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/com/puppycrawl/tools/checkstyle
AgeCommit message (Collapse)Author
2017-05-01Issue #4151: Split and Organize Checkstyle inputs by Test for MemberNameDmytro Kytsmen
2017-05-01Issue #4158: Split and Organize Checkstyle inputs by Test for MethodNameDmytro Kytsmen
2017-05-01Issue #1571: Change links to dtd schemas to reference SourceForgeAndrei Selkin
2017-04-29Issue #3312: Add sourcepath property to Ant taskAndrew Kuchev
2017-04-29Issue #3312: Move inputs into a separate directoryAndrew Kuchev
2017-04-29Issue #4142: Split and Organize Checkstyle inputs by Test for ↵Dmytro Kytsmen
InterfaceTypeParameterName
2017-04-28Issue #56: fix NPathComplexityCheckkazachka
2017-04-27Issue #4220: Split and Organize Checkstyle inputs by Test in the blocks ↵Dmytro Kytsmen
package: EmptyBlock
2017-04-27Issue #4220: Split and Organize Checkstyle inputs by Test in the blocks ↵Dmytro Kytsmen
package: RightCurly
2017-04-27Issue #4220: Split and Organize Checkstyle inputs by Test in the blocks ↵Dmytro Kytsmen
package: NeedBraces
2017-04-27Issue #4137: Split and Organize Checkstyle inputs by Test for ↵Dmytro Kytsmen
ClassTypeParameterName
2017-04-27Issue #4136: Split and Organize Checkstyle inputs by Test for CatchParameterNameDmytro Kytsmen
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