[jboss-cvs] JBossAS SVN: r110820 - in projects/jboss-jca/trunk/tools/checkstyle: lib and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 2 14:24:55 EST 2011


Author: jesper.pedersen
Date: 2011-03-02 14:24:55 -0500 (Wed, 02 Mar 2011)
New Revision: 110820

Modified:
   projects/jboss-jca/trunk/tools/checkstyle/checkstyle.xml
   projects/jboss-jca/trunk/tools/checkstyle/lib/checkstyle.jar
Log:
[JBJCA-504] Checkstyle 5.3

Modified: projects/jboss-jca/trunk/tools/checkstyle/checkstyle.xml
===================================================================
--- projects/jboss-jca/trunk/tools/checkstyle/checkstyle.xml	2011-03-02 19:11:57 UTC (rev 110819)
+++ projects/jboss-jca/trunk/tools/checkstyle/checkstyle.xml	2011-03-02 19:24:55 UTC (rev 110820)
@@ -101,7 +101,9 @@
     </module>
 
     <!-- Simplify your code -->
-    <module name="AvoidStarImport"/>
+    <module name="AvoidStarImport">
+      <property name="allowStaticMemberImports" value="true"/>
+    </module>
     <module name="RedundantImport"/>
     <module name="UnusedImports"/>
     <module name="SimplifyBooleanExpression"/>

Modified: projects/jboss-jca/trunk/tools/checkstyle/lib/checkstyle.jar
===================================================================
(Binary files differ)



More information about the jboss-cvs-commits mailing list