Commit Graph

5256 Commits

Author SHA1 Message Date
Roman Ivanov 753bc06c7a [maven-release-plugin] prepare release checkstyle-6.12.1 2015-11-05 09:36:46 -08:00
Roman Ivanov 6a3fad637a update to 6.12.1-SNAPSHOT 2015-11-05 09:32:56 -08:00
Roman Ivanov 4862400a1b config: revert version to 6.13-SNAPSHOT as build is invalid 2015-11-05 09:31:55 -08:00
Roman Ivanov d43c7a36bb [maven-release-plugin] prepare release checkstyle-6.13 2015-11-05 09:29:48 -08:00
rnveach 073b4529eb Issue #2526: reorganized checkstyle_checks.xml 2015-11-05 08:25:05 -08:00
Roman Ivanov 81c123379d config: exclude for lonks that will not work during validation 2015-11-05 08:19:44 -08:00
Roman Ivanov 923791dda6 doc: release notes 6.12.1 2015-11-05 07:50:29 -08:00
rnveach e46c443af0 Issue #2451: removed excess hierarchy from AbstractClassNameCheck 2015-11-04 20:54:04 -05:00
Andrei Selkin c9b625bcf0 Issue #2290: Add 'ignoreOverridden' option to skip methods with @Override annotation 2015-11-04 13:44:55 -08:00
rnveach a619bc1391 Issue #2451: removed excess hierarchy from IllegalTokenTextCheck 2015-11-04 13:42:15 -08:00
rnveach b7f5b3fbed Issue #2519: removed xdoc google style links to master 2015-11-04 12:59:57 -05:00
rnveach 16969772f8 Issue #2451: allow unknown tags for javadoc type 2015-11-04 08:42:59 -08:00
rnveach f86835edb3 Issue #2451: ignore deprecated classes from code coverage 2015-11-04 08:42:59 -08:00
rnveach e2fa645e54 Issue #2451: deprecated AbstractIllegalCheck 2015-11-04 08:42:59 -08:00
rnveach f4d416e749 Issue #2451: removed excess hierarchy from IllegalThrowsCheck 2015-11-04 08:42:59 -08:00
Nobuyuki-Inaba 181c2b0600 spelling: fix strange japanese. 2015-11-04 23:40:19 +09:00
Andrei Selkin a66d414ae6 Issue #2480: Fix skipping validation for non empty classes when allowEmptyTypes is true 2015-11-04 06:00:32 -08:00
Andrei Selkin 880ae00b7b Issue #2436: NeedBraces: allow no body loops 2015-11-04 05:52:58 -08:00
Fabian Loewner 8f3da64f6d Pull #2495: Performance-Optimization: Do not recompile Pattern for each file/line 2015-11-04 05:42:04 -08:00
rnveach 6354f009e8 Issue #2519: removed xdoc links to master 2015-11-03 22:30:12 -05:00
rnveach f5b4b3d452 Issue #2517: added xdoc example url validation 2015-11-03 22:20:19 -05:00
Vladislav Lisetskiy 79e2149b37 Issue #2346: Describe token sets in 'writing checks' section in xdoc 2015-11-03 14:18:26 -08:00
Vladislav Lisetskiy 986b2c664b Issue #1627: Update 'Example of Usage' sections in xdocs 2015-11-03 18:28:14 +03:00
Vladislav Lisetskiy afbb944fe2 Issue #1627: Make 'processJavadoc' property 'true' by default 2015-11-03 18:28:14 +03:00
Michal Kordas 8f5317d134 Pull #2513: Update System Rules to 1.13.0 2015-11-03 06:26:17 -08:00
rnveach 879738dc84 Issue #2292: fixed xdoc check order errors 2015-11-03 06:17:00 -08:00
rnveach e5d5133195 Issue #2292: added xdoc check order validation 2015-11-03 06:17:00 -08:00
rnveach 1c5d01c3b4 Issue #1267: validate existence of config file sooner 2015-11-03 06:04:50 -08:00
rnveach c966129879 Issue #2122: Fix RedundantModifier at final methods in anonymous class 2015-11-03 05:49:51 -08:00
Roman Ivanov 8872c5d5d1 doc: explanation comment was added to fast-forward-merge.sh 2015-11-02 11:50:42 -08:00
Roman Ivanov ff7e2993d1 version bump 2015-11-01 08:26:46 -08:00
Roman Ivanov 430b4453ae [maven-release-plugin] prepare for next development iteration 2015-11-01 08:06:24 -08:00
Roman Ivanov c10d886b13 [maven-release-plugin] prepare release checkstyle-6.12 2015-11-01 08:06:22 -08:00
Roman Ivanov ed486ddb13 doc: release notes for 6.12 2015-11-01 08:00:33 -08:00
Roman Ivanov 8bf6df6e7a Issue #2415: IllegalTypeCheck , requiredTokens is set to IMPORT only 2015-11-01 05:57:26 -08:00
Roman Ivanov f020066f8b Issue #2109: CLI should print a file name where exception is happen 2015-11-01 05:52:32 -08:00
Vladislav Lisetskiy 346387c717 Issue #1551: Fix FinalLocalVariable violations in checkstyle 2015-11-01 05:41:29 -08:00
Vladislav Lisetskiy 36b91a59d6 Issue #1551: Fix FinalLocalVariable false-negative 2015-11-01 05:41:29 -08:00
rnveach da2d75a178 minor: methods made static 2015-10-31 21:51:43 -07:00
rnveach 094934929f Issue #2451: isolated check methods 2015-10-31 21:50:14 -07:00
rnveach 53ad5f4a6b Issue #2451: removed excess hierarchy from IllegalCatchCheck 2015-10-31 21:49:23 -07:00
rnveach 3514294e65 Issue #2451: removed excess hierarchy from MutableExceptionCheck 2015-10-31 21:48:04 -07:00
Andrei Selkin d34fe20b92 Issue #2078: Update xdoc for CommentsIndentationCheck 2015-10-31 15:48:32 -07:00
Andrei Selkin 0f9490c4ab Issue #2078: Fix FP violations at the end of the block and in the middle of the method 2015-10-31 15:48:32 -07:00
Andrei Selkin e21676f52f Issue #2078: Update ITs for CommentsIndentationCheck 2015-10-31 15:48:32 -07:00
Andrei Selkin 866daeeb2a Issue #2078: Update UTs for CommentsIndentationCheck 2015-10-31 15:48:32 -07:00
attatrol c56dce9222 Issue #1013: Fix NoWhitespaceAfterCheck 2015-10-31 15:16:15 -07:00
Michal Kordas 9aa49c8f6d Issue #2202: Make SuppressWarningsFilter case-insensitive 2015-10-31 15:15:08 -07:00
Michal Kordas 536bc20b48 Issue #2327: Fix NPE in ModifiedControlVariable on SuppressWarnings 2015-10-31 15:13:45 -07:00
Michal Kordas 16493bfb50 Issue #2387: Do not recognize '/**/' as valid Javadoc 2015-10-31 15:12:07 -07:00