Commit Graph

4664 Commits

Author SHA1 Message Date
Andrei Selkin 3e541237a1 Issue #3702: Allow single character names in local variables, method and catch-blocks parameters names in accordance with Google Style Guide 2017-02-09 17:03:19 -05:00
kazachka 614b7647d8 Issue #3797: fix default and acceptable tokens for NPathComplexityCheck 2017-02-09 12:57:03 -08:00
Roman Ivanov fef078d8cd Issue #3800: Typo in website documentation for JavadocMethod 2017-02-09 12:44:26 -08:00
Roman Ivanov 837ae3bbb0 doc: Known API issues was added to reference #3810 2017-02-09 06:51:36 -08:00
rnveach 8c0e0d0035 Issue #3803: fixed catch indentation wrapping 2017-02-08 14:37:50 -08:00
Roman Ivanov 112e5bc663 doc: release notes 7.5.1 2017-02-04 06:55:47 -08:00
rnveach fcfacfc6ec Issue #3778: show exception when failed to instantiate class 2017-02-01 13:18:16 -08:00
rnveach 11e1eb3ddd Issue #3776: fixed try-resource in RightCurlyCheck 2017-02-01 13:16:53 -08:00
Roman Ivanov 6cf06edddc doc: release notes for 7.5 2017-01-28 15:43:22 -08:00
rnveach 785ed054a6 Issue #3530: allowed ant to override and swap checker 2017-01-28 14:54:14 -08:00
Roman Ivanov 2551676ccf Revert "Issue #3546: add lambda in a rightcurlycheck"
This reverts commit b0d5b01b3c.
2017-01-28 14:14:59 -08:00
MaksimP b0d5b01b3c Issue #3546: add lambda in a rightcurlycheck 2017-01-28 14:14:34 -08:00
rnveach 4cff2eb714 Issue #3771: fixed in NPE in cache for HeaderCheck 2017-01-28 11:59:25 -08:00
Vladislav Lisetskii b280c4c5c2 minor: rename contributor in releasenotes 2017-01-28 05:11:41 -08:00
Vladislav Lisetskiy 619e3b3dce Issue #3041: RequireThisCheck doesn't see outer classes for anonymous classes 2017-01-28 05:02:27 -08:00
rnveach 4aacddab59 Issue #3753: updated reason for no NeedBracesCheck on lambda 2017-01-27 19:33:48 -08:00
rnveach 4cda256567 Issue #3764: removed garbage placed in RightCurlyCheck's rcurly 2017-01-27 12:11:37 -08:00
Roman Ivanov b4a337a599 minor: bump year in header of all java files 2017-01-27 06:31:54 -08:00
Markus Rathgeb 8e52504297 Issue #3732: fix NPE for Java 8's 'receiver parameter' 2017-01-27 06:05:56 -08:00
Andrei Selkin f91b1af3d7 Issue #3675: Replace Scope with AccessModifier in ParameterNameCheck to avoid wrong scopes comparison 2017-01-26 08:47:44 -08:00
Roman Ivanov 8df31cac3b minor: change for google cache date 2017-01-24 15:26:23 -08:00
rnveach 4b52e5dcf9 Issue #3740: verify all tokens are used in google config 2017-01-24 08:15:01 -08:00
Andrei Selkin e3686ca404 Issue #3741: Fix false negative when import is from java.lang package 2017-01-22 18:23:20 -05:00
Jochen Van de Velde b57e4d3df6 Issue #3462: Implement 'path' property for ImportControlCheck 2017-01-22 05:01:13 -08:00
kazachka 0cee0939c9 Issue #3507: xdocs fix 2017-01-20 07:01:31 -08:00
rnveach 258c440a01 Issue #3720: added missing tokens to checkstyle config 2017-01-18 10:27:09 -08:00
rnveach a73d0eb6f4 Issue #3720: verify all tokens are used in checkstyle config 2017-01-18 10:27:09 -08:00
kazachka 2852e45bf6 Issue #3507: column number in first javadoc line fixed 2017-01-17 11:24:57 -05:00
Jochen Van de Velde 4583fcbe0e doc: Fix typo in config_imports.xml 2017-01-11 12:33:42 -08:00
Michael Diamond e40971942a doc: fix the escaping of AvoidEscapedUnicodeCharactersCheck's javadocs 2017-01-08 15:24:45 -08:00
rnveach 32285aadd7 Issue #3509: fixed try with resource on FallThroughCheck 2017-01-05 15:32:14 -08:00
rnveach 39cafcc5bb Issue #3582: marked enum field's final method as redundant 2017-01-05 13:34:03 -08:00
rnveach 9b05fefd03 Issue #3664: verified all types of checks are on checks.xml 2017-01-05 09:01:27 -08:00
Charlie Pai db47f55962 doc: Fix incorrect documentation for SuppressWithNearbyCommentFilter 2017-01-05 05:57:21 -08:00
rnveach 2c81de1bb0 Issue #3681: fixed NPE in RightCurly when do has no curlies 2017-01-05 05:47:34 -08:00
Roman Ivanov 16aadebeee doc: how to generate sources after import project to IntelijIdea 2017-01-03 17:24:51 -08:00
Roman Ivanov ee0fbe9065 doc: release notes for 7.4 2016-12-30 21:33:44 -08:00
liscju 0fdbbda102 Issue #3655: Fix NPE in NeedBraces on single line default stmt 2016-12-30 17:34:34 -08:00
kazachka 914dd9994c Issue #3551: CustomImportOrder shows violation on multiple line separation 2016-12-30 10:14:19 -08:00
Roman Ivanov c25004bd03 Issue #3678: createCheckConfig become private, all ITs a loading config from file 2016-12-30 08:05:03 -08:00
Roman Ivanov 96393a3dd9 Issue #3678: update ITs to load certain config by id if there few of them in file 2016-12-30 08:00:34 -08:00
Roman Ivanov 3f3a80714e Issue #3678: RightCurly with DO-WHILE demands WHILE to be on new line (configuration problem with RightCurly check in google_checks.xml). Update for ITs. 2016-12-30 07:59:09 -08:00
Roman Ivanov 92aea351ad Issue #3672: update documentation about getAcceptableTokens for javadoc Checks 2016-12-29 11:58:23 -08:00
Roman Ivanov 0248bb4d2e Issue #3665: update documentation for VariableDeclarationUsageDistance with allowedDistance = 0 2016-12-24 07:19:20 -08:00
Roman Ivanov e3baa51b00 minor: fix for linkcheck plugin violation for sonarqube site 2016-12-22 12:54:29 -08:00
Roman Ivanov d9c1b95d72 minor: fix for linkcheck plugin violation for sonarqube site 2016-12-22 10:50:28 -08:00
Roman Ivanov 8cc03cbf11 minor: fix for typo in WriteTag documentation 2016-12-22 06:00:48 -08:00
Roman Ivanov b0972bab3f minor: update to mre clear documentation for WriteTag 2016-12-20 16:27:02 -08:00
Vladislav Lisetskii d24405c088 Issue #3184: Make hardcoded map with all module names that in checkstyle 2016-12-20 13:44:45 -08:00
rnveach ce54507376 Issue #3667: fixed documentation and tests for checkstyle modules 2016-12-19 16:43:51 -08:00