aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/com/puppycrawl/tools/checkstyle/checks
AgeCommit message (Expand)Author
2017-12-27Issue #5388: added exception JavaDoc block tag to NonEmptyAtclauseDescription...Lev_Sikhovets
2017-12-26Pull #5392: fixed RequireThisCheck and for loop variable handlingrnveach
2017-12-25Pull #5364: changed RequireThis kept track of the frame being examinedrnveach
2017-12-25Issue #5141: fixed broken translation check because of orderingrnveach
2017-12-25Issue #4981: ImportOrder with order=bottom should disallow non-static import ...Julian Hyde
2017-12-24minor: fix typos in testsPavel Bludov
2017-12-22Pull #5363: added missing annotation token definitionrnveach
2017-12-22Issue #5004: pitest: increase mutation coverage for pitest-checks-imports pro...BBG
2017-12-22Issue #5306: add additional message for void returnvaano94
2017-12-16Issue #5154: Incorrect indentation check for method preceded by annotation, w...BBG
2017-12-15Pull #5361: fixed RequireThisCheck and enum constants handlingrnveach
2017-12-13Pull #5351: fixed RequireThisCheck and catch variable handlingrnveach
2017-12-12Issue #5003: increased pitest coverage for whitespace package to 100%rnveach
2017-12-09Issue #5005: increased pitest coverage for metrics package to 100%rnveach
2017-12-08Issue #5005: increased pitest coverage for metrics packagernveach
2017-12-08Issue #5008: increased pitest of coding packagernveach
2017-12-06Issue #5008: increased pitest of coding packagernveach
2017-12-06Issue #5268: False RedundantModifier violation for final method of enum insid...BBG
2017-12-01Issue #4169: Javadoc on annotation fields supportPavel Bludov
2017-11-28Issue #4701: No error for a misplaced javadoc tagPavel Bludov
2017-11-26Issue #5124: removed usages of branchContains for Variable Distancernveach
2017-11-24Issue #5278: fix NullPointerException when relative path is used to run check...Roman Ivanov
2017-11-23Issue #5176: adjacent static import groups ones became impossible in 8.3BBG
2017-11-23Issue #5127: Fixed NPE in JavadocPackageCheck when relative path is used to r...Artem Dudkin
2017-10-29minor: update javadoc links to https from http (linkcheckplugin)Roman Ivanov
2017-10-25Issue #5134: Added test case for the issueArtem Dudkin
2017-10-25Issue #5124: removed usage of branchContains for modifiersrnveach
2017-10-24Issue #5003: increase coverage of pitest-checks-whitespace to 99%vasilyeva
2017-09-24Issue #5008: kill EqualsAvoidNull mutationsvasilyeva
2017-09-24Issue #5008: increase coverage of pitest-checks-coding to 97%vasilyeva
2017-09-23Issue #3891: fixed remaining invalid input names and locationsrnveach
2017-09-22Issue #4425: fixed multidimensional array typesRuslan Iagudin
2017-09-21minor: fix conflicts between last 2 commits with translation inputsrnveach
2017-09-20Issue #5065: No violation before or after changes for static import listBBG
2017-09-20Issue #3891: removed inputs out of non-existent misc packagernveach
2017-09-20Issue #4675: increase coverage of pitest-checks-misc to 100%vasilyeva
2017-09-16Issue #4410: whitespace after @Ruslan Iagudin
2017-09-15Issue #5104: moved and renamed wrong test class namesrnveach
2017-09-13Issue #4157: added support for varargsRuslan Iagudin
2017-09-12Issue #3300: fixed ERROR whitespace after annotationRuslan Iagudin
2017-09-12Issue #3891: reorganized NewlineAtEndOfFileCheckTest inputsrnveach
2017-09-10Issue #3891: reorganized remaining inputsrnveach
2017-09-08Issue #3311: Modified javadoc grammar, JavadocDetailNodeParser, AbstractJavad...Piyush Sharma
2017-09-08Issue #4294: ParenPad: handle trailing semi-colons in try-with-resourcesLiam Miller-Cushon
2017-09-07Issue #5058: handle empty for loop conditions in NoWhitespaceBeforeLiam Miller-Cushon
2017-09-04Issue #4942: Updated javadoc grammar to make certain arguments mandatory for ...Piyush Sharma
2017-09-02Issue #3453: UnusedImportsCheck: handle qualified names in javadocLiam Miller-Cushon
2017-09-01Issue #5037: handle synchronized blocks in FallThroughCheckLiam Miller-Cushon
2017-08-31Issue #5004: increase coverage of pitest-checks-imports to 96%vasylieva
2017-08-31Issue #4557: fixed NPE in NoWhitespaceAfterCheckRuslan Iagudin