aboutsummaryrefslogtreecommitdiff
path: root/config/suppressions.xml
AgeCommit message (Expand)Author
2017-09-15Issue #4984: Reorder fields in JavadocTokenTypeskazachka
2017-08-30Issue #4384: fix JavadocParagraph violation in JavadocTokenTypesvasilyeva
2017-08-22Issue #4384: Remove strong, wildcard suppressions in configurationRoman Ivanov
2017-08-22Issue #3496: ReturnCount: enforce max=1 over checkstyle codeRoman Ivanov
2017-08-09Issue #4369: Investigate how to map XPath expressions onto AST nodesTimur
2017-08-04Issue #4563: fixed stackoverflow with DetailAST.setParentrnveach
2017-07-31Issue #3131: Add support for try resourcesVikramaditya Kukreja
2017-07-27Issue #4399: increase coverage of pitest-checkstyle main profile to 100%vasilyeva
2017-07-18Issue #4396: increase coverage of pitest-checkstyle-filters profile to 100%vasilyeva
2017-07-18Issue #4592: Added AbstractModuleTestSupport and GenericWhitespaceCheckTest, ...Subbu Dantu
2017-07-14Issue #4394: increase coverage of pitest-checkstyle-api profile to 96%vasilyeva
2017-07-06Issue #4400: increase coverage of pitest-checkstyle-tree-walker profile to 98%vasylieva
2017-06-30Issue #877: fix third part of JUnitTestsShouldIncludeAssert violationsvasylieva
2017-06-28Issue #4500: fix second part of JUnitTestsShouldIncludeAssert violationsvasylieva
2017-06-27Issue #4541: removed deprecated Check classrnveach
2017-06-26Issue #3134: Improve support for annotation defintionVikramaditya Kukreja
2017-06-22Issue #4394: increase coverage of pitest-checkstyle-filters with added api pa...vasylieva
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-28Issue #56: fix NPathComplexityCheckkazachka
2017-04-27Issue #3496: Enforce ReturnCount max=1 in com.puppycrawl.tools.checkstyle.apiVladislav Lisetskii
2017-04-27Issue #3496: Enforce ReturnCount max=1 in com.puppycrawl.tools.checkstyle.fil...Vladislav Lisetskii
2017-04-27Issue #3496: Enforce ReturnCount max=1 in com.puppycrawl.tools.checkstyle.che...Vladislav Lisetskii
2017-04-24Issue #3496: Enforce ReturnCount max=1 in com.puppycrawl.tools.checkstyle.che...Vladislav Lisetskii
2017-04-24Issue #3496: Enforce ReturnCount max=1 in imports, regexp, naming, design, si...Vladislav Lisetskii
2017-04-24Issue #3496: Enforce ReturnCount max=1 in com.puppycrawl.tools.checkstyle.int...Vladislav Lisetskii
2017-04-24Issue #3496: Enforce ReturnCount max=1 in com.puppycrawl.tools.checkstyle.gui...Vladislav Lisetskii
2017-04-21Issue #3496: Enforce ReturnCount max=1 in com.puppycrawl.tools.checkstyle.che...Vladislav Lisetskii
2017-04-21Issue #3496: Enforce ReturnCount max=1 in com.google.checkstyle.test.base pac...Vladislav Lisetskii
2017-04-21Issue #3496: Enforce ReturnCount max=1 and suppress violationsVladislav Lisetskii
2017-02-17Issue #3721: enforced no abbreviations in checkstylernveach
2017-01-28Issue #3041: RequireThisCheck doesn't see outer classes for anonymous classesVladislav Lisetskiy
2017-01-12config: Suppress MethodCount check in testsJochen Van de Velde
2016-11-08Issue #3515: allowed cli to override and swap checkerrnveach
2016-09-14Issue #2226: Replace line-based suppressions with inline ones (#3443)Andrei Selkin
2016-09-08Issue #2874: Fix suppression line for CyclomaticComplexityCheck (#3436)Andrei Selkin
2016-09-08Issue #2874: Use CyclomaticComplexity.switchBlockAsSingleDecisionPoint in che...Andrei Selkin
2016-09-08Issue #3233: Resolve IntelijIdea inspection violations for java8 migration (#...Mariia Mykhailova
2016-07-27Issue #3287: added exclude directory option (#3288)rnveach
2016-07-06Issue #3101: Add new 'useContainerOrderingForStatic' option for ImportOrderCh...Andrei Selkin
2016-06-10Issue #3142: Add proper support for generics in VisibilityModifierCheck (#3247)Andrei Selkin
2016-05-30Issue #3126: Fix a lot of CommentsIndentationCheck false-positives and false-...Vladislav Lisetskiy
2016-05-27Issue #3143: forbid empty return statements and fixed violationsrnveach
2016-05-27Pull #3189: aligned setters with String collection fieldsrnveach
2016-05-27Issue #3086: added debug optionrnveach
2016-05-26config: update to forbiddenapis 2.1 (#3216)Roman Ivanov
2016-05-16Issue #407: Fix cache usage in presence of modules which use external resourc...Andrei Selkin
2016-04-25minor: reorganized Checker class (#3128)Zuy Alexey
2016-04-18Issue #3105: fixed indentation test to verify more contents of inputrnveach
2016-04-10Issue #3040: New CLI option to print full tree (java+comments+javadoc). (#3078)Baratali Izmailov