[Plexus-svn] SF.net SVN: plexus:[894] trunk/plexus-graph/src/main/config/pmd/ruleset.xml
Status: Alpha
Brought to you by:
rconner
From: <rc...@us...> - 2010-09-16 16:11:39
|
Revision: 894 http://plexus.svn.sourceforge.net/plexus/?rev=894&view=rev Author: rconner Date: 2010-09-16 16:11:33 +0000 (Thu, 16 Sep 2010) Log Message: ----------- Going back to excluding the local variable could be final rule. Modified Paths: -------------- trunk/plexus-graph/src/main/config/pmd/ruleset.xml Modified: trunk/plexus-graph/src/main/config/pmd/ruleset.xml =================================================================== --- trunk/plexus-graph/src/main/config/pmd/ruleset.xml 2010-09-16 16:05:12 UTC (rev 893) +++ trunk/plexus-graph/src/main/config/pmd/ruleset.xml 2010-09-16 16:11:33 UTC (rev 894) @@ -146,6 +146,12 @@ <rule ref="rulesets/optimizations.xml"> <!-- + Excluding. This rule says that local variables should be final + if they're only assigned once. + --> + <exclude name="LocalVariableCouldBeFinal" /> + + <!-- Excluding. This hasn't been a problem in Java for a long time. --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |