Commit Graph

4633 Commits

Author SHA1 Message Date
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
rnveach 2b59f39b16 Issue #3622: expanded and fixed documentation for checker and treewalker 2016-12-12 12:49:20 -08:00
rnveach 5b73516ca1 Issue #2803: added synchronized to NoWhitespaceAfterCheck 2016-12-12 09:16:47 -08:00
kazachka 65fe91df6a Issue #3426: remove warning on PACKAGE_DEF preceded by javadoc not separated by line 2016-12-12 06:04:12 -08:00
Roman Ivanov 90dc0666ba Issue #3590: CustomImportControl bad document examples that could lead to false positive on 'special group' 2016-12-11 15:45:13 -08:00
rnveach 01e039a0fb Issue #2809: added new checks for google style 4.6.2 2016-12-11 10:23:36 -08:00
Roman Ivanov 4f64bd427a minor: resolve Intellij inspection 'Variable result initializer false is redundant' 2016-12-11 05:40:01 -08:00
rnveach e60d4545a7 minor: all style checks should be referenced in style xdoc 2016-12-10 17:30:10 -08:00
rnveach 032742cf6c minor: checks should have all their styles listed 2016-12-10 17:30:10 -08:00
Roman Ivanov 32a7a33360 Issue #3628: ReturnCountExtendedCheck from sevntu is enabled, all violations are resolved 2016-12-10 15:25:13 -08:00
MaksimP 4c2649f572 Issue #3600: fix chmod 2016-12-09 16:14:39 -08:00
Roman Ivanov ec2834e43a minor: fix for Intelij inspections (Prohibited exception 'Exception' thrown; Declaration has problems in Javadoc references ; 'assertEquals()' may be 'assertSame()' ;'assertEquals()' can be simplified to 'assertNull()') 2016-12-09 14:01:23 -08:00
Roman Ivanov 3f3dedeacc Issue #3606: additioanl UTs for coverage 100% 2016-12-09 11:42:20 -08:00
MaksimP 9ebd617439 Issue #3333: add new tokens in WhitespaceAfterCheck 2016-12-09 11:21:24 -08:00
Saideep 4ffcaad67d Issue #3606: Test coverage boost for ParseTreeTablePModel.java 2016-12-09 08:46:46 -08:00
rnveach b61daf7f44 Issue #3611: added haltOnException to Checker 2016-12-07 15:21:03 -08:00
liscju 4d214096fc Issue #3617: make FinalLocalVariable not check multi-catch vars 2016-12-07 13:22:51 -08:00
Aurimas Liutikas 636ae05d05 Issue #3605: enable certain SAXParserFactory features 2016-12-06 14:57:49 -08:00
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