Commit Graph

626 Commits

Author SHA1 Message Date
ychulovskyy 5f2116bd26 Updated release notes 2015-03-11 21:29:38 +01:00
alexkravin 2a587d5274 Extended guide for newbies, issue #606 2015-03-10 08:33:59 -07:00
Michal Kordas fde9678a2f Fix invalid link in release notes for Checkstyle 6.3, issue #730 2015-03-09 23:31:37 -07:00
Michal Kordas 5746547b11 Fix reference to JLS in PackageAnnotation docs, issue #674 2015-03-09 23:27:47 -07:00
Michal Kordas 49a23751eb Remove obsolete double spaces 2015-03-09 23:26:22 -07:00
Michal Kordas ba5555995f Fix code example in HiddenField docs, issue #729 2015-03-09 23:19:15 -07:00
alexkravin b436b3cd98 Need Braces Check, one-line statements option, issue #300 2015-03-07 17:23:26 -08:00
alexkravin 5f68bb50fd Visibility Modifier Check, ignore annotated fields 2015-03-07 17:14:51 -08:00
Bhavik Patel 93a33df5bd fix for FinalLocalVariableCheck - FOR_EACH_CLAUSE variable is not reported. issue #20 2015-03-06 11:09:58 +05:30
Roman Ivanov 571f0f33d5 update for documentation for path.separator , #712 2015-03-04 14:54:26 -08:00
Roman Ivanov 17aef6d4c7 old parameter was removed , #712 2015-03-04 14:31:05 -08:00
alexkravin 0e36aba902 Empty Catch Block Check, updated docs 2015-03-04 13:52:58 -08:00
Michal Kordas 2c145eda7d Fix typos in release notes for Release 6.4.1 2015-03-04 17:39:50 +01:00
Roman Ivanov 7dec06a4bf fix for typo in issue number 2015-03-03 22:47:59 -08:00
Roman Ivanov 712cb6f456 release notes for 6.4.1 version 2015-03-03 17:27:39 -08:00
alexkravin a2f74423b6 Generic Whitespace Check, updated method references processing, issue #677 2015-03-03 13:11:56 -08:00
alexkravin 2271d712c9 Hidden Field Check, updated docs for 'ignoreFormat' option, issue #607 2015-03-03 15:25:56 +04:00
Roman Ivanov 62a9d14870 Link to Java Coding Convention in DeclarationOrder check docs does not work correctly, #707 2015-03-02 15:47:06 -08:00
Roman Ivanov 64711ea328 update for Check summary, #571 2015-03-01 15:39:08 -08:00
Michal Kordas 187388ac1d Fix incorrect author in release notes for issue #606 2015-03-01 15:50:10 +01:00
Michal Kordas 00b4b409a1 Fix typos in release notes 2015-03-01 15:48:08 +01:00
Roman Ivanov 491094ec60 typo was fixed 2015-02-28 13:01:15 -08:00
Roman Ivanov 2073e48b95 updte for release notes 6.4 2015-02-27 13:58:43 -08:00
Glenn Hollingsworth 63a6469c29 Update config links in Google Style, Issue #686
Fixed links for config, checked links for tests.
Removed extra tabgle cell.
Removed [] in config/test column.
Fixed small spelling mistake.
2015-02-27 01:53:52 -05:00
Roman Ivanov cc259e1714 command to build the site 2015-02-26 21:17:30 -08:00
Roman Ivanov a88bf08cfb fix for build 2015-02-26 15:25:02 -08:00
Roman Ivanov fe1fb7f6b2 update for release notes 6.4 2015-02-26 14:55:21 -08:00
Roman Ivanov d2176afac8 update for release notes 6.4 2015-02-26 12:39:27 -08:00
alexkravin f9f60d3142 Visibility Modifier Check, added option allows public immutable fields, issue #61 2015-02-26 12:35:30 -08:00
Roman Ivanov 343b75b252 information about releases plan was added 2015-02-26 11:25:33 -08:00
Roman Ivanov a802318d6b fix validation errors on consulting page 2015-02-26 06:11:17 -08:00
Roman Ivanov 91a144353a consulting page was added 2015-02-25 23:40:54 -08:00
Roman Ivanov f5f6b50a56 EmptyCatchBlock was added to list of all Checks 2015-02-25 22:25:38 -08:00
Roman Ivanov 3d2307869c udpate for 6.4 release notes 2015-02-25 16:42:02 -08:00
Roman Ivanov d41cec5a5d ref to new admins is removed 2015-02-25 15:51:55 -08:00
Glenn Hollingsworth 9bee8a0a22 Fix comma replaced with period in docs
In config_whitespace, a comma was incorrectly replaced with a period.
2015-02-25 15:33:47 -08:00
ychulovskyy 03914ce3a0 Issue #572 BooleanExpressionComplexity misidentifies integer expression as boolean expression 2015-02-25 15:19:07 -08:00
Michał Kordas 825d99da0b Remove duplication and spaces before dots in release notes 2015-02-25 11:12:45 -08:00
Roman Ivanov bf93b318a6 6.4 release notes 2015-02-24 20:07:22 -08:00
alexkravin e508f61a11 Illegal Type Check, updated memberModifiers option setting, issue #663 2015-02-23 22:40:52 -08:00
Michał Kordas 1e93e40864 Repair typos in UniqueProperties description 2015-02-23 22:34:56 -08:00
Michal Kordas 8462f4fabd Reformat and fix example for AnnotationUseStyle, issue #672 2015-02-23 18:13:06 +01:00
Roman Ivanov 86d5bcbc4f single-line is mentioned at desired message description 2015-02-22 22:26:31 -08:00
Roman Ivanov 2935730a7a xdoc: Build all jars, and launch CLI from new build 2015-02-19 15:50:41 -08:00
alexkravin d4d2b130d2 Suppression Comment Filter, extended docs for messageFormat option, issue #123 2015-02-13 23:27:44 +04:00
alexkravin 3bcfcac9ee Abstract Class Name Check, updated default regex, issue #595 2015-02-10 07:06:49 -08:00
alexkravin 351d79582d Fixed typo in 'ignoreOverriden' property of IllegalThrowsCheck, issue #623 2015-02-09 22:20:52 +04:00
Michal Kordas e9f49b799b Fix for typos in documentation 2015-02-08 15:18:44 -08:00
Glenn Hollingsworth c9e799a266 Fix table display 2015-02-08 15:10:57 -08:00
Roman Ivanov 39e9c990f3 fix for reference to configuration line 2015-02-08 13:12:04 -08:00
alexkravin 516b0df8c4 New Check: Empty Catch Block Check, issue #571 2015-02-08 23:43:41 +04:00
alexkravin 88696d3922 Linkcheck report, fixed errors, issue #549 2015-02-06 01:12:44 +04:00
Roman Ivanov 524dd2e149 xdoc files was clened up from contrib reference 2015-02-03 07:43:08 -08:00
Roman Ivanov 79e0db505b Revert "issue 530, was removed from release notes, as it was reverted"
This reverts commit 5fe5bcee40.
2015-02-01 11:02:13 -08:00
Roman Ivanov 5fe5bcee40 issue 530, was removed from release notes, as it was reverted 2015-01-31 19:59:12 -08:00
Roman Ivanov 209b22885a Revert "Empty Line Separator Check, added option for managing empty lines between class members, issue #530"
This reverts commit 3f853ae96a.
2015-01-31 19:48:38 -08:00
Roman Ivanov 6b0664504f additonal changes for release notes 2015-01-30 22:44:59 -08:00
Roman Ivanov 41f40709bf release 6.3 notes 2015-01-30 15:20:10 -08:00
alexkravin 677acc1e84 Illegal Type Check, updated default illegal types, added memberModifiers option, issue #567 2015-01-31 00:45:42 +04:00
alexkravin ba4d62dc78 Custom Import Order Check, third-party package meaning is adjusted, issue #515 2015-01-30 17:41:47 +04:00
alexkravin 3f853ae96a Empty Line Separator Check, added option for managing empty lines between class members, issue #530 2015-01-28 22:14:49 -08:00
Roman Ivanov f46ec1b073 example for goos issue was added 2015-01-27 22:03:51 -08:00
Dmitri Priimak 6784e5bcd5 HiddenField module can now accept setterCanReturnItsClass attribute. #598 2015-01-26 17:04:27 -08:00
alexkravin 204c073294 Added file extensions property to Checker & TreeWalker, issue #25 2015-01-25 13:30:21 +04:00
alexkravin 422ab30197 Annotation Location Check, fixed typo in property name, issue #585 2015-01-21 15:29:28 +04:00
Roman Ivanov 3115914f17 fix for build problem 2015-01-13 13:08:33 -08:00
Roman Ivanov ab17ffc56c extension for how to make PR and commit format 2015-01-13 11:35:31 -08:00
Michał Kordas 34b0f4008f Fixes for suppression examples - issue #289
Fixed incorrect description for integration tests suppression. Added missing suppression for generated sources. Added space between  '"' and 'files'. Not all file extensions given were text files - so removed word 'text'.
2015-01-13 11:21:25 -08:00
Roman Ivanov a35f1ba735 additional fixes for #289 2015-01-09 08:53:43 -08:00
alexkravin b7322b7454 Code examples of filters' usage, issue #289 2015-01-09 08:48:32 -08:00
alexkravin dcb3029c00 Switched Checkstyle and all resources to UTF-8 encoding, issue #489 2015-01-09 08:44:41 -08:00
Roman Ivanov 6007ac9d9e minor chage for wording 2015-01-05 14:11:13 -08:00
maxvetrenko 6a9e1b3f93 Added option to avoid C style. #354 2015-01-05 14:08:21 -08:00
alexkravin e6638c3344 No Whitespace After Check, fixed NPE, fixed false-positives at multidimensional arrays, issue #542 2014-12-30 09:08:39 -08:00
alexkravin 943e07af07 Added option to Illegal Throws Check due to twitter custom checks, issue #430 2014-12-29 14:43:54 -08:00
ychulovskyy d91236c5ca Issue #3 Turn on -r recursive by default 2014-12-29 14:41:53 -08:00
alexkravin c29a5466d1 Added option to Javadoc Method Name Check - ignore method name regex, issue #430 2014-12-29 07:49:13 -08:00
Roman Ivanov 61153c15d7 fixes for links from linkcheck 2014-12-27 10:17:31 -08:00
Roman Ivanov 30632b7dd7 release notes for 6.2 2014-12-26 21:26:05 -08:00
Roman Ivanov 1d41878f29 Revert "No Whitespace After Check - added support of array declarations, issue #68"
This reverts commit 095fa6743c.
2014-12-26 20:23:03 -08:00
ychulovskyy 0343b58a76 Issue #540 Unable to instantiate RedundantThrows when run checkstyle with "-c sun_checks.xml" parameter 2014-12-25 21:17:53 -08:00
Roman Ivanov 859ab6ba4b minor extending of description for configs 2014-12-25 21:14:34 -08:00
alexkravin c17bf06af9 Added google and sun configs to jar, issue #305 2014-12-25 21:03:24 -08:00
ychulovskyy c731689244 Issue #66 ParameterNumber check option to ignore methods with an @Override 2014-12-24 11:36:29 -08:00
alexkravin 49ae6cf81b Final Parameters Check, added option allows ignoring primitive types as params, issue #446 2014-12-22 08:09:13 -08:00
Michal Kordas b6daa88c28 Fix typos in documentation 2014-12-20 10:14:24 -08:00
Michal Kordas 4297ca50a9 MutableException check requires class to explicitly extend some other class (for issue #60) 2014-12-20 10:12:45 -08:00
Michal Kordas 86e743f605 Remove StrictDuplicateCodeCheck and whole package #523 2014-12-20 02:49:25 +01:00
alexkravin f6b38038d1 Summary Javadoc Check, added 'specify period' option, issue #472 2014-12-20 16:53:48 +04:00
alexkravin 095fa6743c No Whitespace After Check - added support of array declarations, issue #68 2014-12-18 11:51:48 -08:00
alexkravin 688dc9c547 Need Braces, added option which allows one line if-statements without braces, issue #300 2014-12-18 11:40:18 -08:00
alexkravin 7e36b3cbd1 Translation Check - update changes due to new option, issue #149 2014-12-18 11:37:40 -08:00
Roman Ivanov 95fd156d31 google-style-config-test was referenced 2014-12-16 22:15:16 -08:00
maxvetrenko afb775876c google_style wiki was updated. 2014-12-16 01:14:37 +03:00
Michal Kordas 94c3d64a6e Fix for typos in documentation 2014-12-15 18:40:05 +01:00
Roman Ivanov 608e5838ea additional limitation was added 2014-12-07 21:56:13 -08:00
ychulovskyy 9b45e78bb5 Issue #457 remove JUnitTestCase from Checkstyle 2014-12-07 09:44:18 -08:00
Roman Ivanov 41d0a5b792 minor links fixes 2014-11-30 10:10:28 -08:00
Ivan Sopov 7b3a329cf8 removing ignoreDirectoryName option from PackageDeclarationCheck
This option duplicates compilation error and has no sense to be run
on successfully compiled java sources.
2014-11-30 08:53:08 -08:00
Roman Ivanov 1cb06f5b37 Update contributing.xml 2014-11-28 12:56:27 -08:00