Commit Graph

324 Commits

Author SHA1 Message Date
Bhavik Patel eb5896a4a1 Fix PMD violations for AbstractNaming rule #983 2015-06-18 23:22:00 +05:30
Aleksandr Ivanov 10e6bfe448 UT coverage for RedundantImport check. #1128 2015-06-16 12:48:42 -07:00
Aleksandr Ivanov d938bf243b UT coverage for AvoidStarImportCheck. #1128 2015-06-16 12:47:07 -07:00
Roman Ivanov 3ba66c7d22 ImportOrderCheck updated to follow Cyclomatic Complexity rule. #954 2015-06-15 20:51:33 -07:00
Roman Ivanov 43e856a0df WhitespaceAfterCheck updated to follow Cyclomatic Complexity rule. #954 2015-06-15 20:23:02 -07:00
Roman Ivanov 6475d9dc1b system-rules updated to 1.11.0 2015-06-15 19:35:04 -04:00
Michal Kordas f45a487df9 Update Maven Shade Plugin to 2.4. #1204 2015-06-15 14:30:06 -07:00
Roman Ivanov d734bff020 ClassResolver updated to follow Cyclomatic Complexity rule. #954 2015-06-13 23:01:30 -07:00
Roman Ivanov 1181c2e172 checkstyle validation was removed from 'mvn package -Passembly' 2015-06-13 07:05:20 -07:00
Thomas Jensen 3090cf0dab FileContents.getFileName() - resolve issue #1205 2015-06-13 00:27:13 +02:00
Roman Ivanov cafeefe32e fix for build warning 'output files should be provided by the POM property ${project.reporting.outputEncoding}.' 2015-06-09 22:44:10 -07:00
Aleksandr Ivanov ae19543f80 Added UTs for getAcceptableTokens() and getRequiredTokens() on all objects in Imports. #1128 2015-06-09 11:10:03 +03:00
Michal Kordas bf40ff7d70 Update maven-failsafe-plugin to 2.18.1. #1193 2015-06-08 11:44:28 -07:00
Roman Ivanov 1eb344dc82 Update ant to 1.9.5 2015-06-08 07:59:49 -07:00
Roman Ivanov f2e55bd70d Udate for system-rules 2015-06-08 06:59:23 -07:00
Roman Ivanov 4379865107 Integrate google-style-config-test as Integration Test. #863 2015-06-07 19:37:18 -07:00
Michal Kordas 7b74f65b10 Do not generate violation for empty SuppressWarnings. #1187 2015-06-07 13:00:26 -07:00
Michal Kordas 500bf308fa Rename CheckStyleTask to CheckstyleAntTask. #1108 2015-06-07 10:38:58 -07:00
Bhavik Patel 8a3ccee491 solution to CLI fails when it could not find output file. solves #1181 2015-06-07 21:12:09 +05:30
Roman Ivanov de7ba5593d coverage totals were increased to actual values 2015-06-07 08:29:56 -07:00
Michal Kordas 00ac4dfc36 Add tests for equals and toString in SuppressionCommentFilter. #1088 2015-06-07 08:13:28 -07:00
Michal Kordas 4f910b8be9 Move Regexp check from miscellaneous to regexp category. #1170 2015-06-06 18:59:32 -07:00
Michal Kordas 851cef9445 Verify that classes with constants have private constructors. #840 2015-06-05 19:40:47 +02:00
Michal Kordas aa20a61de2 Remove AnnotationUtility and ScopeUtils from API package. #1057 2015-06-05 10:11:13 -07:00
Michal Kordas d8cd0ea0a1 Update maven-assembly-plugin to 2.5.5. #1175 2015-06-05 18:33:59 +02:00
MEZk c2ca14da23 100% test coverage for com.puppycrawl.tools.checkstyle.checks.sizes, issue #1024 2015-06-05 02:40:24 +03:00
Michal Kordas 8ef4a669c0 Provide workaround for incorrect coverage shown by Cobertura. #1167 2015-06-04 23:10:13 +02:00
Michal Kordas cf0644576f Generate HTML report on Maven cobertura:cobertura goal. #1169 2015-06-04 13:01:32 -07:00
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