[FOray-commit] SF.net SVN: foray: [7912] trunk/foray/scripts/checkstyle-config.xml
Modular XSL-FO Implementation for Java.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2006-09-05 03:08:04
|
Revision: 7912
http://svn.sourceforge.net/foray/?rev=7912&view=rev
Author: victormote
Date: 2006-09-04 20:08:00 -0700 (Mon, 04 Sep 2006)
Log Message:
-----------
Add more checkstyle wish-list items.
Modified Paths:
--------------
trunk/foray/scripts/checkstyle-config.xml
Modified: trunk/foray/scripts/checkstyle-config.xml
===================================================================
--- trunk/foray/scripts/checkstyle-config.xml 2006-09-05 03:07:09 UTC (rev 7911)
+++ trunk/foray/scripts/checkstyle-config.xml 2006-09-05 03:08:00 UTC (rev 7912)
@@ -91,6 +91,17 @@
<module name="ModifierOrder"/>
<module name="RedundantModifier"/>
+ <!--Check for standard ordering of type declarations.-->
+ <module name="DeclarationOrder">
+ <property name="severity" value="ignore"/>
+ </module>
+
+ <!--Require "this" identifier for all instance variables.-->
+ <module name="RequireThis">
+ <property name="checkMethods" value="false"/>
+ <property name="severity" value="ignore"/>
+ </module>
+
</module>
<!-- Make sure each package has javadoc package.html -->
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|