Issue #2874: Fix suppression line for CyclomaticComplexityCheck (#3436)

This commit is contained in:
Andrei Selkin 2016-09-09 01:49:15 +04:00 committed by Roman Ivanov
parent 963f94927d
commit 230919ee09
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@
<suppress checks="CyclomaticComplexity" files="RequireThisCheck\.java" lines="416"/>
<!--The only optimization which can be there is to move CASE-block expressions to separate method,
but that will not increase readability.-->
<suppress checks="CyclomaticComplexity" files="FinalLocalVariableCheck\.java" lines="176, 328"/>
<suppress checks="CyclomaticComplexity" files="FinalLocalVariableCheck\.java" lines="176, 326"/>
<!-- Suppressions from PMD configuration-->
<!-- validateCli is not reasonable to split as encapsulation of logic will be damaged -->