You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by oh...@apache.org on 2007/01/03 17:48:48 UTC

svn commit: r492212 - in /jakarta/commons/proper/configuration/trunk: conf/checkstyle.xml project.properties

Author: oheger
Date: Wed Jan  3 08:48:47 2007
New Revision: 492212

URL: http://svn.apache.org/viewvc?view=rev&rev=492212
Log:
Modified checkstyle settings to reduce number of warnings

Modified:
    jakarta/commons/proper/configuration/trunk/conf/checkstyle.xml
    jakarta/commons/proper/configuration/trunk/project.properties

Modified: jakarta/commons/proper/configuration/trunk/conf/checkstyle.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/configuration/trunk/conf/checkstyle.xml?view=diff&rev=492212&r1=492211&r2=492212
==============================================================================
--- jakarta/commons/proper/configuration/trunk/conf/checkstyle.xml (original)
+++ jakarta/commons/proper/configuration/trunk/conf/checkstyle.xml Wed Jan  3 08:48:47 2007
@@ -34,6 +34,7 @@
         <module name="JavadocMethod">
             <property name="scope" value="public"/>
             <property name="allowUndeclaredRTE" value="true"/>
+	    <property name="allowMissingJavadoc" value="true"/>
         </module>
         <module name="JavadocType">
             <property name="authorFormat" value="\S"/>
@@ -118,14 +119,12 @@
         <!-- See http://checkstyle.sf.net/config_coding.html -->
         <module name="CovariantEquals"/>
         <module name="DoubleCheckedLocking"/>
-        <module name="EmptyStatement"/>
         <module name="EqualsHashCode"/>
         <module name="IllegalInstantiation"/>
         <module name="InnerAssignment"/>
         <module name="MagicNumber">
             <property name="ignoreNumbers" value="-1,0,1,2,3"/>
         </module>
-        <module name="MissingSwitchDefault"/>
         <module name="RedundantThrows">
             <property name="allowUnchecked" value="true"/>
         </module>
@@ -134,7 +133,6 @@
         <module name="StringLiteralEquality"/>
         <module name="SuperClone"/>
         <module name="SuperFinalize"/>
-        <module name="IllegalType"/>
         <module name="DeclarationOrder"/>
         <module name="ExplicitInitialization"/>
         <module name="DefaultComesLast"/>

Modified: jakarta/commons/proper/configuration/trunk/project.properties
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/configuration/trunk/project.properties?view=diff&rev=492212&r1=492211&r2=492212
==============================================================================
--- jakarta/commons/proper/configuration/trunk/project.properties (original)
+++ jakarta/commons/proper/configuration/trunk/project.properties Wed Jan  3 08:48:47 2007
@@ -24,13 +24,14 @@
 compile.deprecation = off
 
 maven.checkstyle.properties=conf/checkstyle.xml
+maven.checkstyle.check.tests=false
 maven.pmd.excludes=**/*PropertyListParser*
 
 maven.junit.fork=true
 maven.test.failure.ignore=false
 maven.test.skip=false
 
-maven.javadoc.links=http://java.sun.com/j2se/1.5/docs/api/, http://java.sun.com/j2ee/1.4/docs/api/, http://jakarta.apache.org/commons/collections/apidocs/, http://jakarta.apache.org/commons/digester/apidocs/, http://jakarta.apache.org/commons/lang/apidocs/, http://www.dom4j.org/apidocs/
+maven.javadoc.links=http://java.sun.com/j2se/1.5/docs/api/, http://java.sun.com/j2ee/1.4/docs/api/, http://jakarta.apache.org/commons/collections/apidocs/, http://jakarta.apache.org/commons/digester/apidocs/, http://jakarta.apache.org/commons/lang/apidocs/, http://jakarta.apache.org/commons/beanutils/apidocs/
 
 #cactus settings.  Make sure to point to your Tomcat!
 cactus.home.tomcat4x = c:/java/tomcat



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org