Commit Graph

2876 Commits

Author SHA1 Message Date
Roman Ivanov b42e23ea1c bump of org.sonatype.oss parent to version 7 2014-10-07 20:50:42 -07:00
Roman Ivanov e806d3abd3 changes for correct deploy to sourceforge 2014-10-07 20:48:41 -07:00
Roman Ivanov 06874619ba [maven-release-plugin] prepare for next development iteration 2014-10-04 21:18:15 -07:00
Roman Ivanov 8e4c7f743e [maven-release-plugin] prepare release checkstyle-5.8 2014-10-04 21:18:13 -07:00
Roman Ivanov f7723d93e0 Revert "changes for connection to git"
This reverts commit efb188d491.
2014-10-04 21:11:08 -07:00
Roman Ivanov c23d877af8 This reverts commit 282bbfa6d5. 2014-10-04 21:03:29 -07:00
Roman Ivanov efb188d491 changes for connection to git 2014-10-04 21:01:58 -07:00
Roman Ivanov 282bbfa6d5 [maven-release-plugin] prepare release checkstyle-5.8 2014-10-04 20:44:34 -07:00
Roman Ivanov df7faa46b1 release notes for 5.8 2014-10-04 20:33:53 -07:00
Roman Ivanov dc388b15e7 non existing option was removed 2014-10-01 09:26:48 -07:00
Roman Ivanov f3fd413903 dsm plugin links problems was resolved 2014-09-30 18:17:22 -07:00
Jan Schäfer 482a106999 Fix typo in checks/coding/message_de.properties 2014-09-28 11:37:41 +02:00
Roman Ivanov 58e1308caa Update README.md 2014-09-26 16:03:36 -07:00
Roman Ivanov 069f55d9c0 Update README.md 2014-09-26 16:03:10 -07:00
Roman Ivanov fc49976964 update for web site generation, link plugin was added, sources added to JavaDoc generation 2014-09-25 16:11:14 -07:00
ychulovskyy 4a5a26b5ae Added documentation to #98 Add ignore option to the JavadocVariable check 2014-09-18 20:47:23 +02:00
ychulovskyy 7ed4071252 Implemented #98 Add ignore option to the JavadocVariable check 2014-09-17 19:40:42 +02:00
Ryszard Wiśniewski a4e79cf45c Added test and fix for the case if there is a semicolon between import statements. 2014-09-16 08:43:23 -07:00
ychulovskyy 615c6f26cd Fixed javadoc issues (strange that project checker didn't catch it during verify phase) 2014-09-14 18:11:49 +02:00
ychulovskyy f43e7ca4ca Fixed issue #105 WhitespaceAroundCheck: fix for anonymous inner class 2014-09-13 16:56:57 +02:00
Roman Ivanov 288eeab70c fix for '7.3.2 Exception overrides' item in coveragte report 2014-09-12 16:55:06 -07:00
Roman Ivanov 78bc179cda images for coverage plage were moved to checkstyle website, shortening of URLs 2014-09-12 16:49:10 -07:00
Sergiu Dumitriu ca9644638d MemberNameCheck should not validate interface constants, that's ConstantNameCheck's role 2014-09-12 16:36:13 -07:00
Sergiu Dumitriu 781f8b9a0f Issue #155: RequireThis triggers for static interface fields
Fixed.
2014-09-12 16:05:43 -07:00
Roman Ivanov e0ea382c5e documentation update for #29 2014-09-12 15:21:34 -07:00
ychulovskyy cf3879aa53 Fixed issue #29 Abstract Interface Should not be Allowed in RedundantModifier 2014-09-12 15:12:56 -07:00
ychulovskyy 08ea556aed Issue 134: Exception thrown when parsing numeric constant "3.14_15F" 2014-09-08 15:21:22 -07:00
Roman Ivanov f768a8f8cc fix for Checkstyle's violations 2014-09-07 21:41:21 -07:00
Roman Ivanov 638dfe14bc fixes for javadoc problems that are found by java8 2014-09-07 21:35:24 -07:00
Roman Ivanov 0b513af497 site was added to validate javadoc 2014-09-07 21:17:53 -07:00
Roman Ivanov c9fb39f8e0 Update README.md 2014-09-07 18:56:26 -07:00
Roman Ivanov 8e91e39beb fix for Checkstyle violations 2014-09-07 18:39:37 -07:00
Roman Ivanov 0c417b3c90 update findbug to latest version to support java8 compilation 2014-09-07 18:39:37 -07:00
Roman Ivanov 465efcd6e0 fix for javadoc problems acording to java8 2014-09-07 18:39:23 -07:00
maxvetrenko bb43ff2afd point 6.2 in wiki page was updated. #271 2014-09-05 22:36:22 +04:00
Roman Ivanov 8a918c5831 fix for brocken HTML after previous commit 2014-09-03 10:53:34 -07:00
maxvetrenko 9e14ce3c30 point 2.2 in Wiki page was updated 2014-09-03 21:05:39 +04:00
Roman Ivanov 68e25e0ef9 fix for build failure 2014-08-28 21:06:27 -07:00
Roman Ivanov b16b7d89d6 minor wording changes 2014-08-28 21:03:57 -07:00
Roman Ivanov aaab8acb33 additional fixed for HTML pages for Google and Sun configuration coverage 2014-08-28 20:24:39 -07:00
maxvetrenko da68d28cf6 Wiki Page was added 2014-08-28 19:59:47 -07:00
maxvetrenko 8cdd2cc88a Google Java Style xml configuration was added. 2014-08-28 09:47:01 -07:00
maxvetrenko f632a5e318 Javadoc in GenericWhitespaceCheck was updated #254 2014-08-28 00:16:22 +04:00
Thomas Jensen fc3c0b6df3 minor documentation fixes (broken link, package names) 2014-08-22 19:09:53 +02:00
Thomas Jensen 4e213f5a0d Updated documentation of LeftCurly check to show all allowed tokens 2014-08-14 11:43:15 -07:00
Max 12a1aec080 RightCurly. Force line break before '}' in case SAME option. #250 2014-08-14 21:11:42 +04:00
Max a123763c92 Left curly update. Force line break #247 2014-08-13 14:15:36 -07:00
Max 6f6179fb52 OuterTypeFilenameCheck. Update Check logic #248 2014-08-13 15:15:13 +04:00
Max 2628fc197d Update for MemberNameCheck #244 2014-08-12 11:27:53 -07:00
Baratali Izmailov 78ccdd54ce Fixed mistakes in Javadoc comments 2014-08-12 11:40:44 +04:00