Return-Path: Delivered-To: apmail-xml-axis-dev-archive@xml.apache.org Received: (qmail 33675 invoked by uid 500); 26 May 2001 02:35:13 -0000 Mailing-List: contact axis-dev-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@xml.apache.org Received: (qmail 33668 invoked from network); 26 May 2001 02:35:12 -0000 Received: from mta7.pltn13.pbi.net (64.164.98.8) by h31.sny.collab.net with SMTP; 26 May 2001 02:35:12 -0000 Received: from speedball ([216.102.90.148]) by mta7.pltn13.pbi.net (Sun Internet Mail Server sims.3.5.2000.03.23.18.03.p10) with SMTP id <0GDX005SF8IEYT@mta7.pltn13.pbi.net> for axis-dev@xml.apache.org; Fri, 25 May 2001 19:35:12 -0700 (PDT) Date: Fri, 25 May 2001 19:38:10 -0700 From: Rob Jellinghaus Subject: Re: Random formatting questions In-reply-to: <013101c0e588$619547a0$ce00a8c0@rubypad> X-Sender: robj@shell2.ba.best.com To: axis-dev@xml.apache.org, axis-dev@xml.apache.org Message-id: <3.0.1.32.20010525193810.0123ca98@shell2.ba.best.com> MIME-version: 1.0 X-Mailer: Windows Eudora Light Version 3.0.1 (32) Content-type: text/plain; charset="us-ascii" References: <3.0.1.32.20010525184916.0123c958@shell2.ba.best.com> <046f01c0e586$559db0b0$0600a8c0@dugpad1> X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N >From The Java Code Conventions: "Four spaces should be used as the unit of indentation." I wondered about this, as *many* files in the system have a tab size of two. (I actually prefer two myself, but I will defer to the standard here.) What I really don't like is inconsistency, but c'est la vie. I am currently refactoring handlers/MsgDispatchHandler.java and handlers/RPCDispatchHandler.java into providers/java/JavaProvider.java (base class), and providers/java/MsgProvider.java & providers/java/RPCProvider.java (subclasses). This is to eliminate the duplicate code between the dispatch handlers (while adding uniform session support to both), and to start fleshing out the provider stuff. It's a substantial enough rewrite to be worth a reindent :-) Cheers, Rob At 10:05 PM 5/25/2001 -0400, Sam Ruby wrote: >For new committers, I would recommend taking a look at >http://xml.apache.org/axis/ref.html. Search for the word "must". It >appears three times. > >Some of the old committers seem to not realize that there will be javadocs >produced. :-P > >P.S. I agree with Doug about no tabs and please only reformat if you do a >significant rewite. But if you do reformat, please consider the "musts" >above. > > >