From fbbbc950e751fa629d57a5cbe08762999cfc8218 Mon Sep 17 00:00:00 2001 From: Roman Ivanov Date: Sun, 14 Jun 2015 11:47:28 -0700 Subject: [PATCH] CustomImportOrderCheck was temporary adde to suppression as it is hard to resolve Cyclomatic complexity violation. #954 --- config/pmd.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/pmd.xml b/config/pmd.xml index 551d6b64e..951579559 100644 --- a/config/pmd.xml +++ b/config/pmd.xml @@ -27,9 +27,9 @@ getDetails - huge Switch, it has to be monolitic JavadocMethodCheck, JavadocStyleCheck, JavadocUtils.getJavadocTags() - deprecated FinalLocalVariableCheck.visitToken() - it is just big switch , not could be done - VariableDeclarationUsageDistanceCheck - it is not OK to have such a complicated logic need to be refactored. + VariableDeclarationUsageDistanceCheck, CustomImportOrderCheck - it is not OK to have such a complicated logic need to be refactored. --> - +