Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 73299 invoked from network); 14 Jun 2004 10:53:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 14 Jun 2004 10:53:42 -0000 Received: (qmail 34702 invoked by uid 500); 14 Jun 2004 10:53:24 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 34571 invoked by uid 500); 14 Jun 2004 10:53:23 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@geronimo.apache.org Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 34312 invoked by uid 99); 14 Jun 2004 10:53:22 -0000 Received: from [166.84.147.110] (HELO alan.toolazydogs.com) (166.84.147.110) by apache.org (qpsmtpd/0.27.1) with ESMTP; Mon, 14 Jun 2004 03:53:22 -0700 Subject: RE: Checkstyle template -- feedback wanted Date: Mon, 14 Jun 2004 06:52:11 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 content-class: urn:content-classes:message Thread-Topic: Checkstyle template -- feedback wanted Thread-Index: AcRR/HF3DLKvZxrnQyyZEcs55zeH7gAASk5w From: "Alan D. Cabrera" To: X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N David, Site builds are still broken. Regards, Alan > -----Original Message----- > From: David Jencks [mailto:david@coredevelopers.net] > Sent: Saturday, June 12, 2004 2:06 PM > To: dev@geronimo.apache.org > Subject: Checkstyle template -- feedback wanted >=20 > After actually looking at the Checkstyle report for the connector > module, I noticed that it was complaining about several things the > Geronimo team and I in particular seem to regard as good coding > practices. Therefore I set up a customized geronimo_checks.xml in etc > and pointed to it in global.properties. >=20 > My changes consist of: >=20 > --allowing lines up to 120 characters. >=20 > --allowing "hiding variables" in constructor arguments and setters. >=20 > --disabling the "design for extension" check. >=20 > The reference for what can be checked is here: > http://checkstyle.sourceforge.net/config.html#treewalkerchecks >=20 > I'd appreciate any comments/complaints/suggestions. >=20 > Another check we might want to consider the impact of is > FinalLocalVariable > http://checkstyle.sourceforge.net/config_coding.html#FinalLocalVariable >=20 > This appeared to be on in the default template, although I don't see > the configuration in my copy. >=20 >=20 > Thanks, > David Jencks >=20 >=20 >=20