Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 35342 invoked from network); 30 Nov 2010 20:59:31 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Nov 2010 20:59:31 -0000 Received: (qmail 33024 invoked by uid 500); 30 Nov 2010 20:59:30 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 32924 invoked by uid 500); 30 Nov 2010 20:59:30 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 32915 invoked by uid 99); 30 Nov 2010 20:59:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Nov 2010 20:59:30 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Nov 2010 20:59:28 +0000 Received: from eosnew.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 6FC26AB5 for ; Tue, 30 Nov 2010 20:59:07 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Tue, 30 Nov 2010 20:59:07 -0000 Message-ID: <20101130205907.35661.88870@eosnew.apache.org> Subject: =?utf-8?q?=5BCommons_Wiki=5D_Update_of_=22CodeStyle=22_by_GaryGregory?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for c= hange notification. The "CodeStyle" page has been changed by GaryGregory. http://wiki.apache.org/commons/CodeStyle?action=3Ddiff&rev1=3D3&rev2=3D4 -------------------------------------------------- - =3D Code Style =3D + =3D Code Style (DRAFT) =3D This page is the place where we collect and evaluate code style rules for= Commons. The goal is to use this document as a base for a Commons wide Che= ckstyle configuration, and perhaps templates for IDE's as well. = Feel free to add new rules to the table below. The rules will be tagged, = now or later, on its severity. The proposed tags are: @@ -14, +14 @@ ||'''Rules''' ||'''Severity''' || ||No tabs allowed in source files ||error || ||Imports: No wildcards ||error || - ||Imports: Order by groups: java, javax, org, com ||error || + ||Imports: Order by groups: java, javax, org, com ||warning || - ||Imports: Order in alphabetical order with a group ||error || + ||Imports: Order in alphabetical order with a group ||warning || ||Add your rule here ||warning || =20 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org