Commit Graph

296 Commits

Author SHA1 Message Date
Roman Ivanov fee4ea9898 update for maven-eclipse-plugin to 2.10, works fine on Eclipse Kepler 2015-06-03 21:38:59 -07:00
MEZk cb8d98fb43 100% test coverage for ParameterNumberCheck, OuterTypeNumberCheck, MethodLengthCheck, LineLengthCheck, FileLengthCheck, ExecutableStatementCountCheck, AnonInnerLengthCheck, issue #1024 2015-05-31 09:19:25 -07:00
Michal Kordas 5976084c38 Update system-rules to 1.10.0. #1156 2015-05-31 17:51:51 +02:00
Roman Ivanov ca0a345925 [maven-release-plugin] prepare for next development iteration 2015-05-31 06:40:49 -07:00
Roman Ivanov fc4f5d6309 [maven-release-plugin] prepare release checkstyle-6.7 2015-05-31 06:40:48 -07:00
Michal Kordas 06638726da Enforce 100% code coverage on LocalizedMessage. #152 2015-05-27 08:37:55 -07:00
Roman Ivanov 0ba72f9767 test coverage for getDefaultTokens(), getAcceptableTokens(), issue #1022 2015-05-25 16:00:20 -07:00
vlad 917846aec6 100% test coverage for com.puppycrawl.tools.checkstyle.checks.design,
#1009
2015-05-25 15:49:08 +03:00
vlad 058eb9990a 100% test coverage for VisibilityModifierCheck, #1009 2015-05-24 15:56:23 -07:00
Michal Kordas be08323f8a Fix equals and hashCode in SuppressionFilter and remove toString. #1088 2015-05-23 12:59:25 -07:00
Michal Kordas ffd17e5ad6 Fix equals and hashCode in SuppressElement and remove toString. #1088 2015-05-23 20:58:48 +02:00
Michal Kordas 37a393ae29 Fix equals and hashCode in IntRangeFilter and remove toString. #1088 2015-05-23 10:16:15 +02:00
Michal Kordas 291cde4801 Fix equals and hashCode in LocalizedMessage. #1088 2015-05-21 16:34:06 -07:00
Michal Kordas f6dd135e13 Add tests for equals, hashCode and compareTo in LineColumn. #1088 2015-05-20 16:43:09 -07:00
vlad 66caf30d0f 100% test coverage for MutableExceptionCheck, #1009 2015-05-19 10:46:40 +03:00
Michal Kordas d8c8ab3077 Use EqualsVerifier to test FilterSet and remove obsolete code. #1088 2015-05-18 22:38:54 -07:00
vlad 947e230fbf 100% test coverage for FinalClassCheck, #1009 2015-05-19 03:29:55 +03:00
vlad 2c99b9706e 100% test coverage for ThrowsCountCheck, #1009 2015-05-19 00:00:05 +03:00
vlad 893621b965 100% test coverage for HideUtilityClassConstructor, #1009 2015-05-18 18:06:44 +03:00
Michal Kordas cf5851ed29 Use EqualsVerifier to test CSVFilter. #1088 2015-05-18 05:56:41 -07:00
vlad e67c9bf046 100% coverage for DesignForExtensionCheck, #1009 2015-05-18 11:37:47 +03:00
Michal Kordas 2f1b20f220 Use EqualsVerifier to test SuppressWithNearbyCommentFilter. #1088 2015-05-17 19:31:28 +02:00
Michal Kordas 56743942d5 Extend ReturnCount Check to treat lambdas separately. #1068 2015-05-16 22:19:07 -07:00
Roman Ivanov 6cdcfc135a Findbugs violation: defines compareTo(LineColumn) and uses Object.equals(). #911 2015-05-15 23:52:15 -07:00
Roman Ivanov 5e0b6286ac Findbugs violation: api.TokenTypes do System.exit(...). #923 2015-05-15 15:31:59 -07:00
Roman Ivanov e1a27939ae method setClassloader was renamed to setClassLoader with deprecation of old method. #922 2015-05-15 10:59:13 -07:00
Michal Kordas cda369e9cb Update commons-cli to 1.3. #1067 2015-05-11 12:56:24 -07:00
Michal Kordas 0c438f3347 Update wagon-ssh to 2.9. #1060 2015-05-07 16:13:26 +02:00
Roman Ivanov e3b3bfb999 Util classes should be moved out of api package. Issue #1057 2015-05-05 19:40:30 -04:00
Roman Ivanov e121ec185c minor: updte for general coverage numbers 2015-05-05 16:37:15 -04:00
Roman Ivanov 1a2c318e22 huge refactoring for CLI Main class. Issue #596 2015-05-05 11:12:12 -07:00
Michal Kordas d6272b70eb Update maven-assembly-plugin to 2.5.4, issue #1055 2015-05-05 17:08:49 +02:00
Michal Kordas 276799a968 Update cobertura-maven-plugin to 2.7, issue #916
In version 2.7 the new `cobertura-integration-test` report is generated by
default.
As Checkstyle doesn't have `integration-test` phase, just `cobertura`
report is enough and this needs to be set explicitly.
2015-05-04 17:33:03 +02:00
Michal Kordas 193474f518 Fix PMD violations from TooFewBranchesForASwitchStatement rule, issue #998 2015-05-01 07:29:17 -07:00
Michal Kordas c0e9bd2df7 Remove FastStack from API, issue #989 2015-04-30 17:53:29 -07:00
Roman Ivanov ffd8797221 Resolved warnings during '-all.jar' generation. Issue #756 2015-04-28 14:46:35 -07:00
Roman Ivanov 2ad2c3e9ba snapshot repository was added to ease testing, updates for taglist configs and changes for links in comments 2015-04-27 16:58:00 -07:00
Roman Ivanov 018227c1c0 [maven-release-plugin] prepare for next development iteration 2015-04-26 15:47:26 -07:00
Roman Ivanov e01a55ae8f [maven-release-plugin] prepare release checkstyle-6.6 2015-04-26 15:27:21 -07:00
Roman Ivanov a0b357c760 Michał Kordas was added to prominent contributor list 2015-04-26 09:36:19 -07:00
Michal Kordas b29ca6b5f6 Fix and suppress PMD violations from ShortClassName rule, issue #982 2015-04-24 23:09:13 +02:00
Roman Ivanov e380ac8df9 fix for build failure, casued by simple moving synchronized from method to block 2015-04-23 19:55:18 -04:00
Roman Ivanov e0cff00235 weird link was removed 2015-04-22 15:47:34 -07:00
Michał Kordas aebf3b3274 Update Maven Javadoc Plugin to 2.10.3, issue #939 2015-04-17 07:17:17 +02:00
Michal Kordas f984c15b7c Move PMD configuration to separate file, issue #744 2015-04-16 12:35:24 -07:00
liscju ffde404dba Introduce new handler SynchronizedHandler for checking identation. Fixes Issue #580 2015-04-16 11:34:11 -07:00
Michal Kordas 8dbfd35435 Fix PMD violations from 'sunsecure' ruleset, issue #874 2015-04-16 07:07:41 -07:00
Michal Kordas 1c42e3eeb9 Fix PMD violations from 'strings' ruleset, issue #873 2015-04-15 17:56:07 +02:00
Roman Ivanov a1ad6dbd26 all findbugs validations are activated. final fix for issue #912 2015-04-13 17:23:30 -07:00
Michal Kordas 63b127c70d Add tests to increase coverage after changes, issue #871 2015-04-13 14:43:00 -07:00