Commit Graph

661 Commits

Author SHA1 Message Date
Vladislav Lisetskiy 1ef7197d95 add example for ConstantName in xdoc, #1106 2015-07-13 06:52:37 -07:00
Thomas Jensen e9b890956d Add Gradle to list of related tools
Correct SonarQube name and links in same list
2015-07-12 14:59:01 -07:00
Vladislav Lisetskiy b22cfc4b65 Fix xml structure at google_checks.xml, #1275 2015-07-11 06:33:48 -07:00
Andrei Selkin b405880b6e Fix OneStatementPerLine on multiple field initialization bug, issue #1237. 2015-07-09 17:33:43 -07:00
Roman Ivanov e103c07c91 release notes 6.8.1 2015-06-30 22:48:53 -07:00
Roman Ivanov 82561146fa link to cached Google Java Style page was added 2015-06-29 23:43:59 -07:00
Andrei Selkin 9e09c2191b Change contributor name in release notes. 2015-06-29 10:18:57 +03:00
Roman Ivanov 7fe4645a79 additional fixes for release notes 6.8 2015-06-28 22:13:17 -07:00
Roman Ivanov ac3da6ad06 additional update for Release notes 6.8 2015-06-28 19:39:04 -07:00
Roman Ivanov ae33b6f147 Release notes 6.8 2015-06-28 14:17:43 -07:00
Michal Kordas 609e3656c8 Add known limitations to SuppressWarnings check documentation. #1252 2015-06-28 20:03:18 +02:00
Roman Ivanov d8bba8bbab minor update for html page 2015-06-27 21:02:25 -07:00
Roman Ivanov efb8158021 checkstyle_checks.xml was extended to catch TODO and FIXME, javadoc/xdoc also updated to have more useful example 2015-06-27 20:47:40 -07:00
Vladislav Lisetskiy 7f452f66c8 Add possibility to configure targets for ParenPad check, #1189 2015-06-25 10:16:09 -07:00
Roman Ivanov 3e25a4911d Ordering issue with nested classes in static imports - xdoc was extended. #1239 2015-06-24 21:09:17 -07:00
Roman Ivanov 07d4e01671 Content section was added to ease navigation in Checks descriptions pages 2015-06-24 18:42:58 -07:00
Roman Ivanov 961b8d0612 fix for build failure 2015-06-24 18:12:15 -07:00
Roman Ivanov da1921b4d0 NPathComplexity: extend documentation to make clear how it works. #1218 2015-06-24 18:03:29 -07:00
MEZk fab2296f62 Set default value of max property to 4 for ThrowsCountCheck and update javadoc/xdoc, issue #1143 2015-06-23 17:12:34 -07:00
Bhavik Patel d80e678fa0 skipEnhancedForLoopVariable property is added in ModifiedControlVariableCheck. solves #1015 2015-06-23 07:22:26 -07:00
Vladislav Lisetskiy 52a0d10360 Fix empty html pages for extending Checkstyle and style configurations,
#1231
2015-06-22 17:15:51 -07:00
Vladislav Lisetskiy 697c5ff378 Minor update in FallThroughCheck xdoc and javadoc 2015-06-18 16:29:07 -07:00
ivanov-alex 44b3fe0b14 Updated description for RedundantImport
Mentioning that static imports are allowed from java.lang and same package.
2015-06-16 12:08:48 +03:00
Roman Ivanov b6d76744f3 example was added , description was extended to understand Cyclomatic Complexity clearly. #637 2015-06-13 16:09:06 -07:00
Roman Ivanov e6ee384c5a favicon images (png,ico) were introduced . #1208 2015-06-13 15:33:13 -07:00
Vladislav Lisetskiy 86c1e2d4b7 extention for SingleJavadocLine, #1063 2015-06-13 09:33:50 -07:00
ivanov-alex e2af8c9d60 Change "Beginning Development" page to reference JDK1.8 2015-06-10 10:31:31 +03:00
Roman Ivanov 9afd3398c6 fix for links from google_style.html to github. #863 2015-06-07 20:09:30 -07:00
Roman Ivanov 33f7e2683f update for web site to point to new location of ITs. #863 2015-06-07 19:47:18 -07:00
Michal Kordas 4f44299d43 Rename and move checkstyletask.properties. #1108
File `checkstyletask.properties` is renamed and moved to
`com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties`.
2015-06-07 10:57:41 -07:00
Roman Ivanov c6b6c86cce Revert "Rename and move checkstyletask.properties. #1108"
This reverts commit e5eb54210a.
2015-06-07 10:54:07 -07:00
Michal Kordas e5eb54210a Rename and move checkstyletask.properties. #1108
File `checkstyletask.properties` is renamed and moved to
`com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties`.
2015-06-07 10:38:58 -07:00
Michal Kordas 500bf308fa Rename CheckStyleTask to CheckstyleAntTask. #1108 2015-06-07 10:38:58 -07:00
Michal Kordas 4f910b8be9 Move Regexp check from miscellaneous to regexp category. #1170 2015-06-06 18:59:32 -07:00
Michal Kordas dd47d21b9e Detect only label as illegal token in IllegalToken check. #1162
Switch and postfix increment/decrement are no longer considered as illegal by default.
2015-06-04 12:40:50 -04:00
Vladislav Lisetskiy 8397781224 rename contributor in releasenotes 2015-06-02 01:13:55 +03:00
Michal Kordas 4083b95734 Add missing links to checks in Checkstyle 6.7 release notes. #1151 2015-05-30 23:42:54 +02:00
Michal Kordas dffeec17f9 Extend descriptions in Checkstyle 6.7 release notes. #1154 2015-05-30 23:42:36 +02:00
Michal Kordas fbb983915c Add links to checks in Checkstyle 6.7 release notes. #1151 2015-05-30 23:42:17 +02:00
Michal Kordas 26d5f431e6 Put space after check name in Checkstyle 6.7 release notes. #1151 2015-05-30 23:42:03 +02:00
Michal Kordas 25ab4776c7 Fix typo in ThrowsCount name in Checkstyle 6.7 release notes. #1151 2015-05-30 23:41:24 +02:00
Michal Kordas b6b1db53db Remove spaces before dots in Checkstyle 6.7 release notes. #1151 2015-05-30 23:40:59 +02:00
Michal Kordas 825fd43d4a Fix not working links in Checkstyle 6.7 release notes. #1151 2015-05-30 23:40:38 +02:00
Roman Ivanov 9441a56b9c fix for build failure 2015-05-28 19:04:10 -04:00
Roman Ivanov 034c2fa27f release notes 6.7 2015-05-28 18:54:50 -04:00
vlad 5f047efa20 ThrowCountCheck should have option to skip private methods, #1136 2015-05-27 17:17:14 +03:00
vlad e6f4dad587 Do not verify overriding methods in ThrowsCount check, #1085 2015-05-26 15:01:18 -07:00
Roman Ivanov bce57572e4 Option allowPublicFinalFields does not exist in VisibilityModifier check. #1126 2015-05-24 19:11:12 -07:00
Michal Kordas 9dc87c52e5 Add docs for list of allowed tokens in MagicNumber check. #1113 2015-05-21 16:44:09 -07:00
Martin Steiger 384ecfc7d5 Add LineSeparatorOption.LF_CR_CRLF. Issue #1045 2015-05-21 11:48:15 -07:00