Commit Graph

4656 Commits

Author SHA1 Message Date
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
Roman Ivanov 1f5237f587 Issue #3662: Duplicated Checks in google_checks.xml config should have 'id' 2016-12-16 12:56:18 -08:00
Roman Ivanov 1dea8dc3bb Issue #3657: skip unnecessary exception 'Severity not set, ignoring exception' 2016-12-16 12:02:36 -08:00
Jochen Van de Velde 52d009b3f8 minor: correct Javadoc for AbstractImportRule 2016-12-16 11:58:00 -08:00
Roman Ivanov 026c01bee4 minor: refactoring to shorten code, reodering of statements to minimize declaration-usage variable distance 2016-12-15 07:12:44 -08:00
Roman Ivanov 81889c9a97 minor: fix for linkcheck plugin violation 2016-12-15 06:33:19 -08:00
Roman Ivanov 2197a604dd minor: fix for linkcheck plugin validation (googlewebtoolkit.blogspot.com) 2016-12-13 09:46:08 -08:00
Roman Ivanov 9321a5bec6 minor: fix for linkcheck plugin validation (viold-elements) 2016-12-12 13:38:23 -08:00
Roman Ivanov 1bf40e8418 minor: fix for linkcheck plugin validation (viold-elements) 2016-12-12 13:26:09 -08:00