[Plexus-svn] SF.net SVN: plexus:[895] trunk/plexus-graph/src/main/config/checkstyle/ checkstyle.xml
Status: Alpha
Brought to you by:
rconner
|
From: <rc...@us...> - 2010-09-16 16:17:50
|
Revision: 895
http://plexus.svn.sourceforge.net/plexus/?rev=895&view=rev
Author: rconner
Date: 2010-09-16 16:17:44 +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/checkstyle/checkstyle.xml
Modified: trunk/plexus-graph/src/main/config/checkstyle/checkstyle.xml
===================================================================
--- trunk/plexus-graph/src/main/config/checkstyle/checkstyle.xml 2010-09-16 16:11:33 UTC (rev 894)
+++ trunk/plexus-graph/src/main/config/checkstyle/checkstyle.xml 2010-09-16 16:17:44 UTC (rev 895)
@@ -121,7 +121,7 @@
<module name="EqualsHashCode"/>
<module name="ExplicitInitialization"/>
<module name="FallThrough"/>
- <module name="FinalLocalVariable"/>
+<!-- <module name="FinalLocalVariable"/> -->
<module name="HiddenField">
<property name="ignoreSetter" value="true"/>
<property name="ignoreConstructorParameter" value="true"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|