Commit Graph

98 Commits

Author SHA1 Message Date
Roman Ivanov bcc95b0368 config: fix WARNING during PMD execution due to wrong xml structure 2016-09-11 14:21:25 -07:00
Andrei Selkin 9eafaedfc0 Pull #3406: Replace Guava's Joiner with Java 8 native approach 2016-09-06 17:14:17 -07:00
Andrei Selkin ecbeaa6e1d Issue #407: Fix cache usage in presence of modules which use external resources for configuration (#3092) 2016-05-16 13:53:12 -07:00
Andrei Selkin d274db7b32 Issue #2362: Add 'validateOnlyOverlapping' option for RequireThisCheck 2016-03-04 06:34:34 -08:00
Roman Ivanov f79ab476b0 Issue #957: aditional fix 2016-02-21 06:09:46 -08:00
Vladislav Lisetskiy 70f209a220 Issue #957: Remove PMD DefaultPackage rule from excludes 2016-02-21 05:57:55 -08:00
Andrei Selkin 77acd41cf1 Issue #2285: Add possibility to track down the name of source file which caused the internal Exception or Error 2016-02-16 22:22:01 +03:00
Vladislav Lisetskiy 6b82f01378 Issue #1159: Resolve PMD ExceptionAsFlowControl in PackageObjectFactory 2016-02-16 06:32:14 -08:00
Andrei Selkin a40ba56ff3 Issue #924: Fix enforcement of declaration order which leads to illegal forward reference 2016-02-07 02:49:15 +03:00
rnveach ba6781e109 Issue #2551: added deprecated Check for backwards compatibility 2016-02-05 06:01:03 -08:00
rnveach cf96dd9adc Issue #2551: renamed Check to AbstractCheck 2016-02-05 06:01:03 -08:00
Vladislav Lisetskiy 6c04cd63af Issue #2239: Extend RequireThis check message 2015-12-24 13:56:45 -08:00
Andrei Selkin f9ff86c701 Issue #2523: Make DetectorOptions as final and immutable 2015-12-15 06:46:06 -08:00
Roman Ivanov f020066f8b Issue #2109: CLI should print a file name where exception is happen 2015-11-01 05:52:32 -08:00
Roman Ivanov 947b30dd6e Issue #985: Fix PMD violations for ShortVariable rule (final) 2015-10-08 17:14:01 -07:00
Roman Ivanov b4bbea4c05 Issue #996: PMD violations PreserveStackTrace 2015-10-07 18:05:26 -07:00
Roman Ivanov 9c0ce8e0ec Issue #997: PMD violations EmptyMethodInAbstractClassShouldBeAbstract 2015-10-07 17:57:54 -07:00
Roman Ivanov 9ff4d78be8 Issue #974: PMD violation ConfusingTernary (final fix) 2015-10-07 17:56:17 -07:00
Roman Ivanov 7c5092271d minor: old PMD suppressions were removed 2015-10-07 12:54:29 -07:00
Roman Ivanov aa14caf4c6 minor: changes in pmd suppress format 2015-10-07 08:37:26 -07:00
Michal Kordas d282053d9c Issue #2080: Fix typos in code 2015-09-25 00:10:27 +02:00
Ilja Dubinin e29dc4d398 Issue #46: public empty array has been moved to another class and become private 2015-09-15 17:24:17 -07:00
Michal Kordas 6c07f80863 Issue #961: Remove already fixed exclusion from PMD configuration 2015-09-14 23:10:03 +02:00
Andrei Selkin 841746e9c3 Removed suppression for SwitchDensity rule from PMD, issue #973 2015-08-25 04:59:50 -07:00
Michal Kordas e15a64e6c7 Remove obsolete entry from PMD configuration. #877 2015-08-25 04:52:50 -07:00
Michal Kordas 8f86620e72 Fix typos in quality profile files. #1555
Fixes some `SpellCheckingInspection` inspection violations.

Description:
>Spellchecker inspection helps locate typos and misspelling in your code, comments and literals, and fix them in one click.
2015-08-25 04:38:37 -07:00
Andrei Selkin 289ef67e9e Marked 'maxLineLength' as '@Deprecated' at LeftCurlyCheck, issue #965 2015-08-12 08:20:12 +03:00
Michal Kordas 4ea1896f46 Fix PMD violations of AvoidCatchingGenericException rule. #959 2015-06-28 10:13:43 -07: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
Bhavik Patel eb5896a4a1 Fix PMD violations for AbstractNaming rule #983 2015-06-18 23:22:00 +05:30
Roman Ivanov 0382b7907b comment was added to expain suppress. #953 2015-06-17 23:20:20 -07:00
Roman Ivanov 1634289dd3 suppression rules for NPathComplexity. #953 2015-06-15 23:33:51 -07:00
Roman Ivanov d0d9220e28 added explanation of exclusion for XXXXXCyclomaticComplexity. #954 2015-06-15 23:22:02 -07:00
Roman Ivanov a5dcfb66cb Cyclomatic complexity become 11. #954 2015-06-15 22:45:32 -07:00
Roman Ivanov fbbbc950e7 CustomImportOrderCheck was temporary adde to suppression as it is hard to resolve Cyclomatic complexity violation. #954 2015-06-14 21:56:05 -07:00
Roman Ivanov a5349f581e failed attempt to reduce complexity in VariableDeclarationUsageDistanceCheck. #954 2015-06-14 21:56:05 -07:00
Roman Ivanov 096100222d activation of Cyclomatic complexity with level 12. #954 2015-06-14 21:56:04 -07:00
Roman Ivanov 857b6c75f5 Cyclomatic complexity was commented out again as code update is not finished. #954 2015-06-13 23:09:33 -07:00
Roman Ivanov 3c99349a84 FinalLocalVariableCheck updated to follow Cyclomatic Complexity rule. #954 2015-06-13 23:01:30 -07:00
Roman Ivanov cefc92307e added deprecated classes and methods to pmd config for Cyclomatic complexity. #954 2015-06-13 23:01:30 -07:00
Roman Ivanov c99f34002b RightCurlyCheck updated to follow Cyclomatic Complexity rule. #954 2015-06-13 23:01:30 -07:00
Roman Ivanov ca2572e99a suppression for method in Main clas 2015-06-13 23:01:29 -07:00
Roman Ivanov 109c032721 testing 2015-06-13 23:01:29 -07:00
Michal Kordas 500bf308fa Rename CheckStyleTask to CheckstyleAntTask. #1108 2015-06-07 10:38:58 -07:00
Michal Kordas fca6580f48 Fix PMD violations of ExceptionAsFlowControl rule. #962 2015-06-03 21:25:25 -04:00
Michal Kordas dba746ba93 Fix PMD violations from PrematureDeclaration rule. #948 2015-05-13 09:58:12 -07:00
Michal Kordas 5ff1834a22 Fix PMD violations from AvoidFieldNameMatchingMethodName rule. #984 2015-05-13 09:54:48 -07:00
Michal Kordas 3c7c3cbe88 Remove obsolete exclusion from PMD configuration. #960 2015-05-13 09:49:07 -07:00
Roman Ivanov 93e0187129 removal of validation suppressions, and resoling of them. Issue #596 2015-05-05 17:40:26 -04:00