You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2012/10/23 13:14:46 UTC

svn commit: r1401246 - /incubator/syncope/trunk/build-tools/src/main/resources/org/apache/syncope/pmd.xml

Author: ilgrosso
Date: Tue Oct 23 11:14:46 2012
New Revision: 1401246

URL: http://svn.apache.org/viewvc?rev=1401246&view=rev
Log:
Refining some PMD rules

Modified:
    incubator/syncope/trunk/build-tools/src/main/resources/org/apache/syncope/pmd.xml

Modified: incubator/syncope/trunk/build-tools/src/main/resources/org/apache/syncope/pmd.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/build-tools/src/main/resources/org/apache/syncope/pmd.xml?rev=1401246&r1=1401245&r2=1401246&view=diff
==============================================================================
--- incubator/syncope/trunk/build-tools/src/main/resources/org/apache/syncope/pmd.xml (original)
+++ incubator/syncope/trunk/build-tools/src/main/resources/org/apache/syncope/pmd.xml Tue Oct 23 11:14:46 2012
@@ -26,13 +26,16 @@ under the License.
         
   <rule ref="rulesets/basic.xml"/>
   <rule ref="rulesets/naming.xml"/>
+    <exclude name="LongVariable"/>
+  </rule>
   <rule ref="rulesets/unusedcode.xml"/>
   <rule ref="rulesets/design.xml"/>
   <rule ref="rulesets/imports.xml"/>
   <rule ref="rulesets/strings.xml"/>
-  <rule ref="rulesets/braces.xml"/>
   <rule ref="rulesets/codesize.xml"/>
-  <rule ref="rulesets/javabeans.xml"/>
+  <rule ref="rulesets/javabeans.xml">
+    <exclude name="BeanMembersShouldSerialize"/>
+  </rule>
   <rule ref="rulesets/coupling.xml"/>
   <rule ref="rulesets/controversial.xml"/>
   <rule ref="rulesets/strictexception.xml"/>