Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 9535 invoked from network); 17 Feb 2008 22:37:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Feb 2008 22:37:08 -0000 Received: (qmail 61772 invoked by uid 500); 17 Feb 2008 22:37:01 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 61694 invoked by uid 500); 17 Feb 2008 22:37:01 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 61682 invoked by uid 99); 17 Feb 2008 22:37:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Feb 2008 14:37:01 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [212.27.42.30] (HELO smtp4-g19.free.fr) (212.27.42.30) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Feb 2008 22:36:15 +0000 Received: from smtp4-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp4-g19.free.fr (Postfix) with ESMTP id 3CF183EA0C3 for ; Sun, 17 Feb 2008 23:36:36 +0100 (CET) Received: from [192.168.1.101] (did75-15-88-160-185-18.fbx.proxad.net [88.160.185.18]) by smtp4-g19.free.fr (Postfix) with ESMTP id 1A6193EA0B5 for ; Sun, 17 Feb 2008 23:36:36 +0100 (CET) Message-ID: <47B8B6F5.9010708@apache.org> Date: Sun, 17 Feb 2008 23:36:37 +0100 From: Emmanuel Bourg User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: Jakarta Commons Developers List Subject: Re: svn commit: r628395 - in /commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2: beanutils/BeanHelper.java interpol/ConfigurationInterpolator.java References: <20080217002028.1BE691A9832@eris.apache.org> <47B88FE0.20807@oliver-heger.de> <47B891A2.3030506@apache.org> <25aac9fc0802171224n78c9df02j47a9d4538f7087ba@mail.gmail.com> In-Reply-To: <25aac9fc0802171224n78c9df02j47a9d4538f7087ba@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org sebb a �crit : > Whether wrapped code is difficult to read depends on where the code is > wrapped ... The kind of wrapping that I find difficult to read is a wrapping on a method invocation, for example: foo .bar() or wrapping just after a parenthesis : Foo foo = new Foo( bar); it's less annoying after a comma : foo.doSomething(param1, param2, param2); Emmanuel Bourg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org