You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by tv...@apache.org on 2014/02/19 17:03:21 UTC

svn commit: r1569802 - /tomee/tomee/trunk/container/openejb-core/src/main/config/pmd/openejb-optimizations.xml

Author: tveronezi
Date: Wed Feb 19 16:03:20 2014
New Revision: 1569802

URL: http://svn.apache.org/r1569802
Log:
https://issues.apache.org/jira/browse/OPENEJB-2073
no more non-final parameters and local variables

Modified:
    tomee/tomee/trunk/container/openejb-core/src/main/config/pmd/openejb-optimizations.xml

Modified: tomee/tomee/trunk/container/openejb-core/src/main/config/pmd/openejb-optimizations.xml
URL: http://svn.apache.org/viewvc/tomee/tomee/trunk/container/openejb-core/src/main/config/pmd/openejb-optimizations.xml?rev=1569802&r1=1569801&r2=1569802&view=diff
==============================================================================
--- tomee/tomee/trunk/container/openejb-core/src/main/config/pmd/openejb-optimizations.xml (original)
+++ tomee/tomee/trunk/container/openejb-core/src/main/config/pmd/openejb-optimizations.xml Wed Feb 19 16:03:20 2014
@@ -29,8 +29,6 @@ limitations under the License.
   <rule ref="rulesets/java/optimizations.xml">
     <exclude name="PrematureDeclaration"/> <!-- this rule is buggy -->
     <exclude name="AvoidInstantiatingObjectsInLoops"/>
-    <exclude name="MethodArgumentCouldBeFinal"/>
-
     <exclude name="RedundantFieldInitializer"/>
     <exclude name="SimplifyStartsWith"/>
     <exclude name="UseStringBufferForStringAppends"/>