Commit Graph

4589 Commits

Author SHA1 Message Date
Roman Ivanov 62e1209c81 minor: fix for sonar links (linkcheck plugin) 2016-12-05 16:32:05 -08:00
rnveach 292ad0ebf2 Issue #3575: changed module setters for uri 2016-12-05 13:00:47 -08:00
rnveach 3ddf152905 Issue #3575: changed module setters for scope 2016-11-30 10:45:24 -08:00
Jochen Van de Velde a0b86b845b Issue #3584: Deprecate 'url' property of ImportControlCheck 2016-11-29 11:01:36 -08:00
Roman Ivanov 94a7d07b64 Issue #3594: resolve Unexpected loss of coverage for PropertyCacheFile 2016-11-28 21:20:20 -08:00
linelect 1b91687d6a Issue #2143: add check extra separation in group 2016-11-28 15:55:49 -08:00
linelect 2c6fd416b7 Issue #2143: Fix extra separation in group error 2016-11-28 15:55:49 -08:00
kazachka 3a8f8d6f39 Issue #3498: ImportCheckControl refactored 2016-11-28 17:31:57 -05:00
rnveach ff83a8faec Issue #3575: changed module setters for severity level 2016-11-28 14:23:09 -08:00
Jochen Van de Velde 0cdbac0761 Issue #3450: Support loading import control configuration from URLs and classpath 2016-11-28 14:19:30 -08:00
Vladislav Lisetskii bfed57cdc8 Issue #2992: ThreadLocal usage in single-threaded checkstyle 2016-11-28 14:16:59 -08:00
rnveach 825e6a8fcd Issue #2068: updated RedundantModifier documentation for final in enums 2016-11-25 21:56:05 -08:00
Roman Ivanov cda594d226 doc: releasenotes 7.3 2016-11-25 06:00:45 -08:00
Roman Ivanov 34c46f7808 minor: change git-scm url in documentation to avoid linkcheck violation - 'javax.net.ssl.SSLException : Received fatal alert: internal_error' 2016-11-25 05:50:29 -08:00
Roman Ivanov 63125517be minor: change url in documentation to avoid unstable linkcheck violation and to have better article 2016-11-25 05:47:30 -08:00
linelect d61783cb9c Issue #3577: ImportOrder checkstyle_checks.xml does not have separate "java" group 2016-11-24 21:06:34 -08:00
Ken Geis 56a33b5ee2 doc: fix broken link to file filters page 2016-11-23 13:43:05 -08:00
rnveach f84e26aa91 Issue #3567: clarified tests with expected exceptions 2016-11-21 20:59:39 -08:00
rnveach 6f82844f83 Issue #3487: turned on checkstyle cache for developers 2016-11-20 05:16:03 -08:00
Roman Ivanov 82bf6a6410 Issue #3561: document isCommentNodesRequired method in xdoc 2016-11-19 14:05:55 -08:00
rnveach 0e8c819d0e Issue #3536: changed assume into if because of powermock interference 2016-11-18 16:31:20 -08:00
rnveach 19ffe1bb1b Issue #3170: delete children from javadoc TEXT 2016-11-18 16:15:45 -08:00
Michael Vorburger 84015bb21c minor: dos2unix to convert 1 file found 'with CRLF line terminators' 2016-11-18 09:32:45 -08:00
kazachka 62d4bfe0dd Issue #3432: Added DetailNode support for CodeSelector, gui code selection and tests 2016-11-16 18:29:36 -05:00
alberto.cuda 548ecd7022 Issue #3381: Update coverage report for Google style 12 July 2016 2016-11-11 16:14:18 -08:00
alberto.cuda a1e1403df4 Issue #3381: Update Google style coverage to state of 12 July 2016 2016-11-11 16:14:18 -08:00
kazachka 4e684926cf Issue #3445: GUI modified to show javadoc tree as subtree of COMMENT_CONTENT token 2016-11-11 13:04:52 -08:00
rnveach 0fb94f14ef Issue #3536: added import control dtd 1.2 to loader 2016-11-10 13:07:07 -08:00
Roman Ivanov 441d2d3700 doc: note was placed to TranslationCheck that it has problems with Checker cache 2016-11-10 12:43:49 -08:00
rnveach 56cc11416e Issue #3488: save files into cache with no un-suppressed violations 2016-11-10 11:59:54 -08:00
rnveach a963f8a21b Issue #3255: removed unnecessary string fields for patterns 2016-11-10 10:34:22 -08:00
Roman Ivanov ad5edc7935 minor: place link of how to report bug on contributing page to be easily accessible 2016-11-10 09:53:37 -08:00
rnveach 8888fa5919 Issue #3255: changed module setters for pattern 2016-11-09 04:34:23 -08:00
rnveach f6261dcaa3 minor: added vm files to be checked by checkstyle 2016-11-08 21:31:31 -08:00
rnveach 8c8fee7432 Issue #3515: allowed cli to override and swap checker 2016-11-08 21:30:14 -08:00
alberto.cuda b99c7d976c Issue #3473: ParameterNameCheck: new scope and excludeScope properties 2016-11-05 16:32:06 -07:00
Andrei Selkin 81ad4595fe Issue #941: Update import ordering in google_checks.xml according to changes in Google Style guide 2016-11-05 16:25:18 -07:00
Andrei Selkin e4996697e8 Issue #1254: Fix JavadocVariableCheck when assigning a lambda as a field 2016-11-05 16:19:07 -07:00
Roman Ivanov a0a63e313f minor: fix for linkcheck issue with old link at SuperFinalizeCheck 2016-11-02 15:40:07 -07:00
rnveach 62926b6106 Issue #2427: added customizable javadoc tokens 2016-11-01 13:07:04 -07:00
Roman Ivanov c8d61e5d32 doc: release notes 7.2 2016-10-30 05:21:59 -07:00
kazachka 263b1502d8 Issue #3431: Documentation updated, baseIdentation variable renamed to baseIndentation 2016-10-29 13:47:06 -07:00
Jochen Van de Velde 5530d4c27d Issue #3514: Rename PkgControl to ImportControl 2016-10-25 21:46:33 -07:00
Jochen Van de Velde e9b3b9cded Issue #3497: Split Guard class in two 2016-10-23 12:12:17 -07:00
kazachka 0e7beca9fc Issue #3431: AST printer modified to print javadoc in comment block, tests added 2016-10-22 15:59:44 -07:00
rnveach fbaabe83cf Issue #2866: added before execution and exclusion file filters 2016-10-22 15:53:10 -07:00
Andrei Selkin e163d24909 Issue #3102: Fix DesignForExtension violations on Checkstyle's source code 2016-10-22 15:36:19 -07:00
Andrei Selkin a9793a93ba Issue #3102: Change violation message for DesignForExtension 2016-10-22 15:36:19 -07:00
Andrei Selkin 06716249cf Issue #3102: DesignForExtension: consider overridable methods and javadoc 2016-10-22 15:36:19 -07:00
Baratali Izmailov 6da10046f9 minor: Link to issue which can change DetailNode tree 2016-10-20 15:34:55 -07:00