aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/puppycrawl/tools
AgeCommit message (Expand)Author
2017-12-31Issue #3455: removed guava from api codernveach
2017-12-30Issue #5405: SuppressWithPlainTextComment should ignore directoriesrnveach
2017-12-30Issue #5057: fixed xml violations/exceptions with file started/finishedrnveach
2017-12-29Issue #4841: Add SuppressWithPlainTextCommentFilterAndrei Selkin
2017-12-27Issue #4675: fix last mutationvasilyeva
2017-12-27Issue #5388: added exception JavaDoc block tag to NonEmptyAtclauseDescription...Lev_Sikhovets
2017-12-27Issue #4421: Support suppression-xpath element in SuppressionLoaderTimur Tibeyev
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 #4981: ImportOrder with order=bottom should disallow non-static import ...Julian Hyde
2017-12-23minor: fix typosPavel 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 #5338: moved, renamed and removed abstact declaration from AbstractLoad...Roman_Zhigunov
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 #4716: enabled intellij AbstractClassExtendsConcreteClassrnveach
2017-12-12Issue #5003: increased pitest coverage for whitespace package to 100%rnveach
2017-12-10Issue #2804: allow suppression by messagernveach
2017-12-10minor: renamed different class fields to have unique namesrnveach
2017-12-08Issue #5005: increased pitest coverage for metrics packagernveach
2017-12-08Issue #4876: specified what checks is in ModuleReflectionUtilsrnveach
2017-12-08Issue #5008: increased pitest of coding packagernveach
2017-12-08Issue #5327: fixed finding annotation name with comment embeddedrnveach
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-05Pull #5321: fixed bug on matching xpath when no xpath givenrnveach
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-25Issue #4916: Adding ability to force loadkazachka
2017-11-24Issue #5278: fix NullPointerException when relative path is used to run check...Roman Ivanov
2017-11-23Issue #5176: increase pitest coverage of import order to 100%BBG
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-11-23Issue #5283: resolve problem with pitest caused by previous commitRoman Ivanov
2017-11-22Issue #5283: resolve problem with covbertura on appveyorRoman Ivanov
2017-11-18Issue #5124: removed usages of branchContainsrnveach
2017-11-17Issue #5264: clear filesets on checker destroyrnveach
2017-11-17Issue #5263: clear fileset messages after process for multi-file runrnveach
2017-11-14Issue #4581: Reorganize token methods in coding, imports, indentation foldersSubbu Dantu
2017-11-14Issue #4581: Reorganize token methods in javadoc and modifier folders and mis...Subbu Dantu
2017-11-13Issue #4581: Reorganize token methods in blocks, design, metrics foldersSubbu Dantu
2017-11-09Issue #5124: removed usage of branchContains for simple casesrnveach
2017-11-07doc: Removed maxLineLength property from javadoc, the property itself had bee...Balazs Nemeth
2017-11-07Issue #5249: Fix plural agreement in docsJake Gage
2017-11-03Issue #4581: Reorganize token methods in whitespace, sizes, naming foldersSubbu Dantu
2017-10-30Issue #4870: Mark checks with MT interfaces (part 1)Andrew Kuchev