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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 25 14:07:02 EDT 2011


Author: jesper.pedersen
Date: 2011-05-25 14:07:01 -0400 (Wed, 25 May 2011)
New Revision: 111448

Added:
   projects/jboss-jca/branches/performance/tools/checkstyle/lib/google-collections.jar
Removed:
   projects/jboss-jca/branches/performance/tools/checkstyle/lib/google-collect-snapshot.jar
Modified:
   projects/jboss-jca/branches/performance/tools/checkstyle/checkstyle.xml
   projects/jboss-jca/branches/performance/tools/checkstyle/lib/antlr.jar
   projects/jboss-jca/branches/performance/tools/checkstyle/lib/checkstyle.jar
   projects/jboss-jca/branches/performance/tools/checkstyle/lib/commons-beanutils-core.jar
   projects/jboss-jca/branches/performance/tools/checkstyle/lib/commons-cli.jar
   projects/jboss-jca/branches/performance/tools/checkstyle/lib/commons-logging.jar
Log:
Checkstyle 5.3

Modified: projects/jboss-jca/branches/performance/tools/checkstyle/checkstyle.xml
===================================================================
--- projects/jboss-jca/branches/performance/tools/checkstyle/checkstyle.xml	2011-05-25 16:43:51 UTC (rev 111447)
+++ projects/jboss-jca/branches/performance/tools/checkstyle/checkstyle.xml	2011-05-25 18:07:01 UTC (rev 111448)
@@ -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"/>
@@ -129,7 +131,7 @@
       <property name="max" value="150"/>
     </module>
     <module name="ParameterNumber">
-      <property name="max" value="20"/>
+      <property name="max" value="30"/>
     </module>
 
     <!-- Indentation -->

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

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

Modified: projects/jboss-jca/branches/performance/tools/checkstyle/lib/commons-beanutils-core.jar
===================================================================
(Binary files differ)

Modified: projects/jboss-jca/branches/performance/tools/checkstyle/lib/commons-cli.jar
===================================================================
(Binary files differ)

Modified: projects/jboss-jca/branches/performance/tools/checkstyle/lib/commons-logging.jar
===================================================================
(Binary files differ)

Deleted: projects/jboss-jca/branches/performance/tools/checkstyle/lib/google-collect-snapshot.jar
===================================================================
(Binary files differ)

Added: projects/jboss-jca/branches/performance/tools/checkstyle/lib/google-collections.jar
===================================================================
(Binary files differ)


Property changes on: projects/jboss-jca/branches/performance/tools/checkstyle/lib/google-collections.jar
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream



More information about the jboss-cvs-commits mailing list