Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 61744 invoked from network); 9 Dec 2004 17:18:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 9 Dec 2004 17:18:23 -0000 Received: (qmail 31408 invoked by uid 500); 9 Dec 2004 17:17:51 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 31368 invoked by uid 500); 9 Dec 2004 17:17:51 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 31332 invoked by uid 99); 9 Dec 2004 17:17:51 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from a.mail.sonic.net (HELO a.mail.sonic.net) (64.142.16.245) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 09 Dec 2004 09:17:49 -0800 Received: from localhost.localdomain (dev.opentoolbox.com [64.142.27.170]) by a.mail.sonic.net (8.12.11/8.12.11) with ESMTP id iB9HHllv008922 for ; Thu, 9 Dec 2004 09:17:47 -0800 Received: from Mutt by mutt-smtp-wrapper.pl 1.2 (www.zdo.com/articles/mutt-smtp-wrapper.shtml) Date: Thu, 9 Dec 2004 09:18:22 -0800 From: Dominik Kacprzak To: axis-dev@ws.apache.org Subject: Re: [Axi2] Coding style Message-ID: <20041209171822.GE13589@smeagol.opentoolbox.com> Mail-Followup-To: axis-dev@ws.apache.org References: <80A43FC052CE3949A327527DCD5D6B27B2B4BE@MAIL01.bedford.progress.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <80A43FC052CE3949A327527DCD5D6B27B2B4BE@MAIL01.bedford.progress.com> User-Agent: Mutt/1.4.1i X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N A quick note on coding styles. I used IDEA and JBuilder for the development and found out that JBuilder's "Java Standard code style" does not completely agree with IDEA's style. Since most editors allow you to tweak formatting, would it make sense to list all the options and their settings to make sure that folks use the same editor settings regardless of their favorite IDE? Another suggestion which will most likely get me flamed. How about changing the default width of text from the good old 80 characters to 120? A greater width makes wrapping less likely to occur. Just a thought:) - Dominik On Thu, Dec 09, 2004 at 10:27:10AM -0500, Glen Daniels wrote: > > Hey folks: > > As you noticed, I did a big commit after running IDEA's > code-cleaner-upper. This resolved a whole bunch of coding style issues > like whitespace at the end of lines, correct spacing for braces, etc. > > So - is this OK with people? I'm figuring we want to use the standard > Java coding conventions as we have in Axis 1.1 (I'm certainly +1 to > that).... > > If so, as we move on we should be careful to keep things clean, and we > can periodically run code cleanups like this every few months. > > --Glen