[FOray-commit] SF.net SVN: foray: [7832] trunk/foray/scripts/checkstyle-config.xml
Modular XSL-FO Implementation for Java.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2006-07-23 23:52:26
|
Revision: 7832 Author: victormote Date: 2006-07-23 16:52:22 -0700 (Sun, 23 Jul 2006) ViewCVS: http://svn.sourceforge.net/foray/?rev=7832&view=rev Log Message: ----------- Implement standard use of final modifier on local variable and method parameters. Modified Paths: -------------- trunk/foray/scripts/checkstyle-config.xml Modified: trunk/foray/scripts/checkstyle-config.xml =================================================================== --- trunk/foray/scripts/checkstyle-config.xml 2006-07-23 23:50:24 UTC (rev 7831) +++ trunk/foray/scripts/checkstyle-config.xml 2006-07-23 23:52:22 UTC (rev 7832) @@ -41,5 +41,8 @@ <module name="TabCharacter"> <property name="severity" value="error"/> </module> + <module name="FinalLocalVariable"> + <property name="tokens" value="VARIABLE_DEF,PARAMETER_DEF"/> + </module> </module> </module> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |