jsdever     2003/01/30 15:27:42

  Modified:    httpclient checkstyle.properties
  Log:
  The agreed upon checkstyle properties.
  
  Revision  Changes    Path
  1.2       +6 -6      jakarta-commons/httpclient/checkstyle.properties
  
  Index: checkstyle.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/checkstyle.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- checkstyle.properties     27 Jan 2003 15:28:26 -0000      1.1
  +++ checkstyle.properties     30 Jan 2003 23:27:41 -0000      1.2
  @@ -20,7 +20,7 @@
   checkstyle.pattern.const=^[A-Z](_?[A-Z0-9]+)*$
   checkstyle.pattern.static=^[a-z][a-zA-Z0-9]*$
   checkstyle.pattern.parameter=^[a-z][a-zA-Z0-9]*$
  -checkstyle.pattern.package=^[a-z]+(\.[a-zA-Z_][a-zA-Z_0-9]*)*$
  +checkstyle.pattern.package=^[a-z]+(\.[a-z]*)*$
   checkstyle.pattern.type=^[A-Z][a-zA-Z0-9]*$
   checkstyle.pattern.method=^[a-z][a-zA-Z0-9]*$
   checkstyle.pattern.localvar=^[a-z][a-zA-Z0-9]*$
  @@ -36,8 +36,8 @@
   checkstyle.illegal.imports=sun
   
   <!-- Size Violations checks -->
  -checkstyle.maxlinelen=80
  -checkstyle.tab.width=8
  +checkstyle.maxlinelen=100
  +checkstyle.tab.width=4
   checkstyle.ignore.importlength=false
   checkstyle.ignore.maxlinelen=Header:
   <!-- TODO: maxlinelen should be somthing more like
  @@ -59,7 +59,7 @@
   checkstyle.ignore.public.in.interface=false
   checkstyle.allow.protected=false
   checkstyle.allow.package=false
  -checkstyle.pattern.publicmember=^f[A-Z][a-zA-Z0-9]*$
  +checkstyle.pattern.publicmember=^[a-z][a-zA-Z0-9]*$
   
   <!-- Blocks checks -->
   checkstyle.ignore.braces=false
  @@ -72,7 +72,7 @@
   checkstyle.rcurly=same
   
   <!-- Miscellaneous checks -->
  -checkstyle.pattern.todo=TODO:
  +checkstyle.pattern.todo=(TODO)|(FIXME):?
   checkstyle.ignore.longell=false
   checkstyle.illegal.instantiations=java.lang.Boolean
   
  
  
  

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

Reply via email to