Removed suppression for SwitchDensity rule from PMD, issue #973

This commit is contained in:
Andrei Selkin 2015-08-24 23:32:42 +03:00 committed by Roman Ivanov
parent beae0df0a4
commit 841746e9c3
1 changed files with 0 additions and 6 deletions

View File

@ -160,12 +160,6 @@
<property name="problemDepth" value="4"/>
</properties>
</rule>
<rule ref="rulesets/java/design.xml/SwitchDensity">
<properties>
<!-- till #973 -->
<property name="violationSuppressXPath" value="//ClassOrInterfaceDeclaration[@Image='DeclarationOrderCheck']"/>
</properties>
</rule>
<rule ref="rulesets/java/design.xml/SingularField">
<properties>