aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/com/puppycrawl/tools/checkstyle/checks
AgeCommit message (Expand)Author
2015-12-03Issue #2616: Add CatchParameterName check for catch blocks parametersMichal Kordas
2015-12-03Pull #2644: Fix 'tokens' property in JavadocStyle checkThomas Jensen
2015-12-03Issue #2633: Fix GenericWhitespace to not trigger error when it ends lineliscju
2015-12-02Issue #2640: Change abbreviationAsWordInName error message to contains name t...liscju
2015-11-25Issue #2639: URI is removed from allowed abbreviationsRoman Ivanov
2015-11-24Issue #2639: URL is removed from allowed abbreviationsRoman Ivanov
2015-11-21Issue #2639: adjust AbbreviationAsWordInName in checkstyle_checks.xml to catc...Roman Ivanov
2015-11-18Revert "Issue #2290: Add 'skipCatchParameter' to skip catch parameter from va...Roman Ivanov
2015-11-17Issue #2451: removed excess hierarchy from CyclomaticComplexityCheckrnveach
2015-11-17Issue #2451: removed excess hierarchy from SeparatorWrapCheckrnveach
2015-11-17Issue #2451: removed excess hierarchy from OperatorWrapCheckrnveach
2015-11-17Issue #2451: removed excess hierarchy from MethodParamPadCheckrnveach
2015-11-17Issue #2451: removed excess hierarchy from EmptyForIteratorPadCheckrnveach
2015-11-15Issue #2240: Fix false negative in RequireThisCheckVladislav Lisetskiy
2015-11-12Issue #2451: removed excess hierarchy from EmptyForInitializerPadCheckrnveach
2015-11-12Issue #2451: removed excess hierarchy from AbstractParenPadCheckrnveach
2015-11-12Issue #2451: removed excess hierarchy from RightCurlyCheckrnveach
2015-11-12Issue #2451: removed excess hierarchy from LeftCurlyCheckrnveach
2015-11-12minor: separated tests so one subject per filernveach
2015-11-12Issue #2581: Enforce all annotations to be separate line for CheckstyleMichal Kordas
2015-11-11Issue #2067: Fix false-negatives in EmptyLineSeparatorCheckVladislav Lisetskiy
2015-11-11Issue #2451: removed excess hierarchy from EmptyBlockCheckrnveach
2015-11-11Issue #2541: Clean up input files to not use forbidden APIsMichal Kordas
2015-11-10Issue #2451: removed excess hierarchy from ClassTypeParameterNameCheckrnveach
2015-11-09Issue #1438: Fix handling finally in FallThroughCheckVladislav Lisetskiy
2015-11-07Issue #2451: removed excess hierarchy from RequireThisCheckrnveach
2015-11-06Issue #1930: EqualsAvoidNull check should check String concatenationsVladislav Lisetskiy
2015-11-05Issue #2290: Add 'skipCatchParameter' to skip catch parameter from validationAndrei Selkin
2015-11-05Issue #2290: Fix NPE in isOverriddenMethod during validation of methods with ...Andrei Selkin
2015-11-05Issue #2161: unify test input file namesrnveach
2015-11-05Issue #2161: unify test input file namesrnveach
2015-11-04Issue #2451: removed excess hierarchy from AbstractClassNameCheckrnveach
2015-11-04Issue #2290: Add 'ignoreOverridden' option to skip methods with @Override ann...Andrei Selkin
2015-11-04Issue #2480: Fix skipping validation for non empty classes when allowEmptyTyp...Andrei Selkin
2015-11-04Issue #2436: NeedBraces: allow no body loopsAndrei Selkin
2015-11-03Issue #1627: Make 'processJavadoc' property 'true' by defaultVladislav Lisetskiy
2015-11-03Issue #2122: Fix RedundantModifier at final methods in anonymous classrnveach
2015-11-01Issue #2109: CLI should print a file name where exception is happenRoman Ivanov
2015-11-01Issue #1551: Fix FinalLocalVariable false-negativeVladislav Lisetskiy
2015-10-31Issue #2451: removed excess hierarchy from IllegalCatchCheckrnveach
2015-10-31Issue #2078: Update UTs for CommentsIndentationCheckAndrei Selkin
2015-10-31Issue #1013: Fix NoWhitespaceAfterCheckattatrol
2015-10-31Issue #2387: Do not recognize '/**/' as valid JavadocMichal Kordas
2015-10-31Issue #2388: Make JavadocType check customizable by list of tokensMichal Kordas
2015-10-30Issue #2482: Exclude lines with package in LineLength checkrnveach
2015-10-30Issue #2215: Rename tests to match tested class name with Test suffixMichal Kordas
2015-10-29Issue #2451: removed excess hierarchy from MissingCtorCheckrnveach
2015-10-29Issue #2451: removed excess hierarchy from MissingSwitchDefaultCheckrnveach
2015-10-24Issue #2433: Exclude lines with imports in LineLength checkMichal Kordas
2015-10-24Issue #2421: enabled final local variable for test folderrnveach