aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2017-04-27Issue #4141: Split and Organize Checkstyle inputs by Test for ConstantNameDmytro Kytsmen
2017-04-26Issue #3951: update related config and ITs of METHOD_REF option of SeparatorWrapLuolc
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 #3496: Enforce ReturnCount max=1 in ↵Vladislav Lisetskii
com.puppycrawl.tools.checkstyle.checks.javadoc
2017-04-24Issue #4165: Split and Organize Checkstyle inputs by Test for checks in ↵Dmytro Kytsmen
coding package: IllegalType
2017-04-24Issue #3496: Enforce ReturnCount max=1 in imports, regexp, naming, design, ↵Vladislav Lisetskii
sizes packages
2017-04-24Issue #3496: Enforce ReturnCount max=1 in ↵Vladislav Lisetskii
com.puppycrawl.tools.checkstyle.internal, com.puppycrawl.tools.checkstyle.utils
2017-04-24Issue #3496: Enforce ReturnCount max=1 in ↵Vladislav Lisetskii
com.puppycrawl.tools.checkstyle.gui, com.puppycrawl.tools.checkstyle.whitespace, com.puppycrawl.tools.checkstyle.doclets
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-23Issue #4250: fix for seleveral inspection violations(ignored return value, ↵Roman Ivanov
deprecated package, extra variable initialization)
2017-04-23Issue #4250: fix inspection 'RegExp - Single character alternation'Roman Ivanov
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-22spelling: unify THIRDPARTY_PACKAGE into THIRD_PARTY_PACKAGEYusuke Matsubara
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 #3496: Enforce ReturnCount max=1 in ↵Vladislav Lisetskii
com.puppycrawl.tools.checkstyle.checks and com.puppycrawl.tools.checkstyle
2017-04-21Issue #3496: Enforce ReturnCount max=1 in com.google.checkstyle.test.base ↵Vladislav Lisetskii
package
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