Author: dkulp
Date: Wed Mar 25 18:50:58 2009
New Revision: 758404

URL: http://svn.apache.org/viewvc?rev=758404&view=rev
Log:
Bring cs rules in line with trunk

Modified:
    cxf/branches/2.1.x-fixes/   (props changed)
    
cxf/branches/2.1.x-fixes/buildtools/src/main/resources/cxf-checkstyle-corba.xml
    cxf/branches/2.1.x-fixes/buildtools/src/main/resources/cxf-checkstyle.xml

Propchange: cxf/branches/2.1.x-fixes/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Mar 25 18:50:58 2009
@@ -1 +1 @@
-/cxf/trunk:753380,753397,753421,754585,755365,757499,757859,757899,757935,757951,758195,758303,758308,758378
+/cxf/trunk:743446,753380,753397,753421,754585,755365,757499,757859,757899,757935,757951,758195,758303,758308,758378

Propchange: cxf/branches/2.1.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-blocked' - no diff available.

Propchange: cxf/branches/2.1.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: 
cxf/branches/2.1.x-fixes/buildtools/src/main/resources/cxf-checkstyle-corba.xml
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.1.x-fixes/buildtools/src/main/resources/cxf-checkstyle-corba.xml?rev=758404&r1=758403&r2=758404&view=diff
==============================================================================
--- 
cxf/branches/2.1.x-fixes/buildtools/src/main/resources/cxf-checkstyle-corba.xml 
(original)
+++ 
cxf/branches/2.1.x-fixes/buildtools/src/main/resources/cxf-checkstyle-corba.xml 
Wed Mar 25 18:50:58 2009
@@ -260,7 +260,7 @@
                <!--<module name="CyclomaticComplexity"/>-->
                <!--<module name="NPathComplexity"/>-->
                <module name="JavaNCSS">
-                       <property name="methodMaximum" value="75" />
+                       <property name="methodMaximum" value="100" />
                </module>
 
 

Modified: 
cxf/branches/2.1.x-fixes/buildtools/src/main/resources/cxf-checkstyle.xml
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.1.x-fixes/buildtools/src/main/resources/cxf-checkstyle.xml?rev=758404&r1=758403&r2=758404&view=diff
==============================================================================
--- cxf/branches/2.1.x-fixes/buildtools/src/main/resources/cxf-checkstyle.xml 
(original)
+++ cxf/branches/2.1.x-fixes/buildtools/src/main/resources/cxf-checkstyle.xml 
Wed Mar 25 18:50:58 2009
@@ -254,7 +254,7 @@
                <!--<module name="CyclomaticComplexity"/>-->
                <!--<module name="NPathComplexity"/>-->
                <module name="JavaNCSS">
-                       <property name="methodMaximum" value="75" />
+                       <property name="methodMaximum" value="100" />
                </module>
 
 


Reply via email to