Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 70098 invoked from network); 5 Dec 2010 13:11:14 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Dec 2010 13:11:14 -0000 Received: (qmail 23566 invoked by uid 500); 5 Dec 2010 13:11:13 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 23258 invoked by uid 500); 5 Dec 2010 13:11:12 -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 23250 invoked by uid 99); 5 Dec 2010 13:11:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Dec 2010 13:11:11 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [193.74.71.27] (HELO eir.is.scarlet.be) (193.74.71.27) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Dec 2010 13:11:05 +0000 Received: from mail.harfang.homelinux.org (ip-213-49-255-2.dsl.scarlet.be [213.49.255.2]) by eir.is.scarlet.be (8.14.2/8.14.2) with ESMTP id oB5DAgbZ003731 for ; Sun, 5 Dec 2010 14:10:43 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=scarlet.be; s=scarlet; t=1291554643; bh=CdxQA9BJgcV5qzg4TUk89h/FAL5Wx6IkiifaBOW/tUA=; h=Date:From:To:Subject:Message-ID:References:MIME-Version: Content-Type:In-Reply-To; b=G7vam6v/mEmgV6Rbt+n9EWExZRcB/0Jn/SRAHgELAFZBQryB+peIeIn7Q7hoS/BMc YNNxeduib27MQ1rLUcCoyPwgvTfrgsu0+qkXv1SjPnkpUY1DG/fH+mw2HDbdprG9hR fPpakyb8LYp1dOcUUZ4SFmOcopVffO4T85CkgqYc= Received: from localhost (mail.harfang.homelinux.org [192.168.20.11]) by mail.harfang.homelinux.org (Postfix) with ESMTP id 99F3061CBF for ; Sun, 5 Dec 2010 14:10:42 +0100 (CET) Received: from mail.harfang.homelinux.org ([192.168.20.11]) by localhost (mail.harfang.homelinux.org [192.168.20.11]) (amavisd-new, port 10024) with ESMTP id OvRmZY46FypL for ; Sun, 5 Dec 2010 14:10:37 +0100 (CET) Received: from dusk.harfang.homelinux.org (mail.harfang.homelinux.org [192.168.20.11]) by mail.harfang.homelinux.org (Postfix) with ESMTP id 2221F617DD for ; Sun, 5 Dec 2010 14:10:37 +0100 (CET) Received: from eran by dusk.harfang.homelinux.org with local (Exim 4.72) (envelope-from ) id 1PPEMN-0005Qz-U1 for dev@commons.apache.org; Sun, 05 Dec 2010 14:10:35 +0100 Date: Sun, 5 Dec 2010 14:10:35 +0100 From: Gilles Sadowski To: dev@commons.apache.org Subject: Re: [MATH] 2.X - StringBuffer => StringBuilder ? Message-ID: <20101205131034.GH16182@dusk.harfang.homelinux.org> Mail-Followup-To: dev@commons.apache.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Operating-System: Tiny Tux X-PGP-Key-Fingerprint: 53B9 972E C2E6 B93C BEAD 7092 09E6 AF46 51D0 5641 User-Agent: Mutt/1.5.20 (2009-06-14) X-DCC-scarlet.be-Metrics: eir 20001; Body=1 Fuz1=1 Fuz2=1 On Sun, Dec 05, 2010 at 12:42:42PM +0000, sebb wrote: > There are a few instances of StringBuffer being used as a local > variable; these could safely be replaced by StringBuilder. > > Shall I go ahead and fix these? +1 (Also in "trunk".) Gilles --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org