Return-Path: Mailing-List: contact commons-httpclient-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list commons-httpclient-dev@jakarta.apache.org Received: (qmail 62675 invoked from network); 29 Jan 2003 09:11:42 -0000 Received: from unknown (HELO nose.ch) (195.134.131.71) by daedalus.apache.org with SMTP; 29 Jan 2003 09:11:42 -0000 Received: (qmail 25122 invoked from network); 29 Jan 2003 10:11:53 -0000 Received: from calvin.nose.ch (HELO nose.ch) (192.168.1.7) by 0 with SMTP; 29 Jan 2003 10:11:53 -0000 Message-ID: <3E379AD8.7070808@nose.ch> Date: Wed, 29 Jan 2003 10:11:52 +0100 From: =?ISO-8859-1?Q?Ortwin_Gl=FCck?= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130 X-Accept-Language: de-ch, en-us MIME-Version: 1.0 To: Commons HttpClient Project Subject: Re: [VOTE] checkstyle rules References: <3E378719.3030501@sympatico.ca> In-Reply-To: <3E378719.3030501@sympatico.ca> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > checkstyle.maxlinelen=100 +1 > checkstyle.pattern.publicmember=^[a-z][a-zA-Z0-9]*$ +1 > checkstyle.pattern.package=^[a-z]+(\.[a-z]*)*$ +1 > checkstyle.header.file=license.regexp > checkstyle.header.regexp=true +1 > checkstyle.ignore.maxlinelen=Header: +1 > checkstyle.tab.width=4 +1 > checkstyle.pattern.member=^_?[a-z][a-zA-Z0-9]*$ 0 (okay for private members but should not be enforced)