vmassol     02/05/30 12:41:42

  Modified:    anttasks build.xml
               framework build.xml
  Log:
  cleaned checkstyle attributes to only included modified ones for Cactus style 
convention and udated to correct the new errors that were introduced by the new 
checkstyle checks on operator wrapping (I need to check to convince myself '+' should 
be put on the next line first ! :-))
  
  Revision  Changes    Path
  1.20      +3 -26     jakarta-cactus/anttasks/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/anttasks/build.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- build.xml 27 May 2002 15:15:12 -0000      1.19
  +++ build.xml 30 May 2002 19:41:42 -0000      1.20
  @@ -247,36 +247,13 @@
           <checkstyle
               lcurlyType="nl"
               lcurlyMethod="nl"
  -            lcurlyOther="eol"
  -            rcurly="same"
  -            allowTabs="false"
               allowProtected="true"
  -            allowPackage="false"
  -            allowNoAuthor="false"
  -            maxLineLen="80"
               ignoreLineLengthPattern="(@version.*\$Id|@see)"
  -            ignoreImportLen="true"
  -            maxMethodLen="100"
  -            maxConstructorLen="100"
  -            maxFileLen="2000"
  -            memberPattern="^[a-z][a-zA-Z0-9]*$"
  -            publicMemberPattern="^[a-z][a-zA-Z0-9]*$"
               paramPattern="^(the|is|has)[A-Z][a-zA-Z0-9]*$"
  -            constPattern="^[A-Z]([A-Z0-9_]*[A-Z0-9])?$"
  -            staticPattern="^[a-z][a-zA-Z0-9]*$"
  -            typePattern="^[A-Z][a-zA-Z0-9]*$"
  -            methodPattern="^[a-z][a-zA-Z0-9]*$"
  -            localVarPattern="^[a-z][a-zA-Z0-9]*$"
  +            publicMemberPattern="^[a-z][a-zA-Z0-9]*$"
               headerFile="./LICENSE.cactus"
  -            headerLinesRegexp="false"
  -            javadocScope="private"
  -            requirePackageHtml="false"
  -            ignoreImports="false"
  -            ignoreWhitespace="false"
  -            ignoreCastWhitespace="false"
  -            ignoreBraces="false"
  -            catchBlock="text"
  -            failOnViolation="false"
  +            failOnViolation="true"
  +            ignoreOpWrap="true"
               cacheFile="${target.dir}/checkstyle.cache">
   
               <fileset dir="${src.java.dir}">
  
  
  
  1.12      +2 -25     jakarta-cactus/framework/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/framework/build.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- build.xml 27 May 2002 15:15:12 -0000      1.11
  +++ build.xml 30 May 2002 19:41:42 -0000      1.12
  @@ -427,36 +427,13 @@
           <checkstyle
               lcurlyType="nl"
               lcurlyMethod="nl"
  -            lcurlyOther="eol"
  -            rcurly="same"
  -            allowTabs="false"
               allowProtected="true"
  -            allowPackage="false"
  -            allowNoAuthor="false"
  -            maxLineLen="80"
               ignoreLineLengthPattern="(@version.*\$Id|@see)"
  -            ignoreImportLen="true"
  -            maxMethodLen="100"
  -            maxConstructorLen="100"
  -            maxFileLen="2000"
  -            memberPattern="^[a-z][a-zA-Z0-9]*$"
  -            publicMemberPattern="^[a-z][a-zA-Z0-9]*$"
               paramPattern="^(the|is|has)[A-Z][a-zA-Z0-9]*$"
  -            constPattern="^[A-Z]([A-Z0-9_]*[A-Z0-9])?$"
  -            staticPattern="^[a-z][a-zA-Z0-9]*$"
  -            typePattern="^[A-Z][a-zA-Z0-9]*$"
  -            methodPattern="^[a-z][a-zA-Z0-9]*$"
  -            localVarPattern="^[a-z][a-zA-Z0-9]*$"
  +            publicMemberPattern="^[a-z][a-zA-Z0-9]*$"
               headerFile="./LICENSE.cactus"
  -            headerLinesRegexp="false"
  -            javadocScope="private"
  -            requirePackageHtml="false"
  -            ignoreImports="false"
  -            ignoreWhitespace="false"
  -            ignoreCastWhitespace="false"
  -            ignoreBraces="false"
  -            catchBlock="text"
               failOnViolation="true"
  +            ignoreOpWrap="true"
               cacheFile="${target.dir}/checkstyle.cache">
   
               <fileset dir="${src.java.dir}">
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to