You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2009/03/25 19:51:03 UTC

svn commit: r758404 - in /cxf/branches/2.1.x-fixes: ./ buildtools/src/main/resources/cxf-checkstyle-corba.xml buildtools/src/main/resources/cxf-checkstyle.xml

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>