[hornetq-commits] JBoss hornetq SVN: r10697 - trunk/etc.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed May 18 11:43:59 EDT 2011


Author: borges
Date: 2011-05-18 11:43:58 -0400 (Wed, 18 May 2011)
New Revision: 10697

Modified:
   trunk/etc/checkstyle.xml
Log:
Simplify the checkstyle configuration taken from AS7

Modified: trunk/etc/checkstyle.xml
===================================================================
--- trunk/etc/checkstyle.xml	2011-05-18 10:37:54 UTC (rev 10696)
+++ trunk/etc/checkstyle.xml	2011-05-18 15:43:58 UTC (rev 10697)
@@ -16,25 +16,22 @@
 
     <module name="TreeWalker">
 
-        <property name="cacheFile" value="${checkstyle.cache.file}"/>
-
         <!-- Checks for imports                              -->
         <module name="AvoidStarImport"/>
         <module name="RedundantImport"/>
-        <!-- Disabled until checkstyle can recognize imports which are used only by javadoc -->
-        <!--<module name="UnusedImports"/>-->
+        <module name="UnusedImports"/>
 
         <!-- Modifier Checks                                    -->
         <module name="ModifierOrder"/>
         <module name="RedundantModifier"/>
 
         <!-- Checks for blocks. You know, those {}'s         -->
-        <module name="LeftCurly"/>
+        <!-- <module name="LeftCurly"/> -->
 
         <!-- Checks for common coding problems               -->
         <!-- Disabled until http://sourceforge.net/tracker/?func=detail&aid=2843447&group_id=29721&atid=397078 is fixed-->
         <!--<module name="DoubleCheckedLocking"/>-->
-        <module name="EmptyStatement"/>
+        <!-- <module name="EmptyStatement"/> -->
         <module name="EqualsHashCode"/>
         <module name="IllegalInstantiation"/>
         <module name="RedundantThrows">



More information about the hornetq-commits mailing list