Commit Graph

3921 Commits

Author SHA1 Message Date
Roman Ivanov 7fe4645a79 additional fixes for release notes 6.8 2015-06-28 22:13:17 -07:00
Roman Ivanov 6e305e16fa fix for travis noexceptions build configurations 2015-06-28 21:42:18 -07:00
Roman Ivanov 43fe2a78b8 substitution of projects-to-test-on.properties to projects-for-travis.properties 2015-06-28 21:30:56 -07:00
Roman Ivanov c8bc6db7dc tester project was switched special properties file that use git protocol instead of github api (some travis servers are rejected by github api service) 2015-06-28 21:06:26 -07:00
Roman Ivanov 78a0d4f6f8 Update .travis.yml 2015-06-28 20:40:43 -07:00
Roman Ivanov 3f50f6458e [maven-release-plugin] prepare for next development iteration 2015-06-28 20:01:29 -07:00
Roman Ivanov d93fe45ba1 [maven-release-plugin] prepare release checkstyle-6.8 2015-06-28 20:01:27 -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 1d45927ca7 minor change for comment 2015-06-28 10:47:00 -07:00
Roman Ivanov be80dc07ee sevntu-checkstyle was added to travis regression testing, Check inputs are very good source of weird and rare code 2015-06-28 10:37:05 -07:00
Michal Kordas 9857426ccc Add no exception test for Checkstyle to Travis build. #1201 2015-06-28 10:30:49 -07:00
Michal Kordas 840034a6cb Fix exception in SuppressWarnings check on complex annotations. #1201 2015-06-28 10:30:49 -07:00
Michal Kordas 3dd97d4e85 Rename SuppressWarningsTest to SuppressWarningsCheckTest. #1201 2015-06-28 10:30:49 -07:00
Michal Kordas eef13e8c5e Fix value pair representation in SuppressWarnings check. #1246 2015-06-28 10:30:49 -07:00
Michal Kordas 4ea1896f46 Fix PMD violations of AvoidCatchingGenericException rule. #959 2015-06-28 10:13:43 -07:00
Michal Kordas 1b5c3936f5 Use SHA-1 instead on non-standard SHA in PropertyCacheFile. #1251 2015-06-28 10:13:43 -07:00
Bhavik Patel 90178ab2e4 Solution to NullPointerException at findClassOrMethodInWhichItIsDefined method #1257 2015-06-28 22:03:10 +05:30
Bhavik Patel ec414646ea Fix AvoidEscapedUnicodeCharacters Check in Checkstyle Code. #945 2015-06-27 23:10:49 -07:00
Roman Ivanov d1fc621971 travis_wait was moved close to long command 2015-06-27 22:24:04 -07:00
Roman Ivanov b9e7649514 travis_wait was moved close to long command 2015-06-27 21:55:24 -07:00
Roman Ivanov 6634012b7f travis_wait was added to Hbase, as it takes a bit more than 10 min 2015-06-27 21:18:29 -07: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
Roman Ivanov 4a4df13bbb Hbase was added to Travis build 2015-06-27 17:34:07 -07:00
Roman Ivanov 69bd7971b4 Spring-framework was added to Travis build 2015-06-27 17:07:31 -07:00
Roman Ivanov 44f39cafa0 RxJava,java-design-patterns,MaterialDesignLibrary,apache-ant,apache-jsecurity,android-launcher were added to Travis build 2015-06-27 14:43:22 -07:00
Roman Ivanov 80009ef65c pmd, elasticsearch, lombok-ast were added to no-exception tests to travis 2015-06-27 14:17:22 -07:00
Roman Ivanov 315fb4922a hibernate-orm and findbugs were added to no-exception tests to travis 2015-06-27 11:34:22 -07:00
Roman Ivanov a30fc1e8ad name of config in contributors repo was changed 2015-06-27 11:23:41 -07:00
Bhavik Patel 733d5d64dd Ineffective suppressions are removed 2015-06-27 21:51:22 +05:30
Bhavik Patel bc83a3a82f Fix AbbreviationAsWordInName Check in Checkstyle Code. #945 2015-06-27 21:22:53 +05:30
Roman Ivanov a360c43b35 noexception test for Guava was added 2015-06-26 20:23:18 -07:00
MEZk 18172eab38 Replace hardcoded message in WhitespaceAfterCheck with property value (i18n), issue #967 2015-06-26 07:47:13 -07:00
Roman Ivanov 05d7d8d6c9 till MECLIPSE-735 we will keep Eclipse project files in repository. #1219 2015-06-25 16:56:40 -07:00
Roman Ivanov 3ad3a49a22 version bump for commons-cli to 1.3.1 2015-06-25 16:33:26 -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
Aleksandr Ivanov a66bed035b UT coverage for UnusedImports. #1128 2015-06-24 20:59:57 +03:00
Bhavik Patel 49928eafc9 PMD violations: UncommentedEmptyMethod Fixed #995 2015-06-24 10:48:45 +05:30
Bhavik Patel 196522bba7 Fixes PMD violations: EmptyMethodInAbstractClassShouldBeAbstract #997 2015-06-23 21:21:09 -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
Vladislav Lisetskiy 18570b7a08 catch NoClassDefFoundError in ClassResolver, #1192 2015-06-23 17:06:55 -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 8a49fd50ee move non-compilable input to resources-noncompilable 2015-06-22 14:45:12 +03:00