Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 28842 invoked from network); 19 Jul 2009 19:40:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Jul 2009 19:40:34 -0000 Received: (qmail 94872 invoked by uid 500); 19 Jul 2009 19:41:39 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 94780 invoked by uid 500); 19 Jul 2009 19:41:39 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 94770 invoked by uid 99); 19 Jul 2009 19:41:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jul 2009 19:41:39 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jul 2009 19:41:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C8DE0234C044 for ; Sun, 19 Jul 2009 12:41:14 -0700 (PDT) Message-ID: <311418430.1248032474808.JavaMail.jira@brutus> Date: Sun, 19 Jul 2009 12:41:14 -0700 (PDT) From: "Henri Yandell (JIRA)" To: issues@commons.apache.org Subject: [jira] Commented: (LANG-355) StrBuilder should implement CharSequence and Appendable In-Reply-To: <5206837.1188203010497.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LANG-355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12733053#action_12733053 ] Henri Yandell commented on LANG-355: ------------------------------------ Implementing Appendable appears to be fine. At least the compiler isn't complaining. I can see how it would require a recompile on the user side, but Lang 3.0 is going to be requiring that anyway. > StrBuilder should implement CharSequence and Appendable > ------------------------------------------------------- > > Key: LANG-355 > URL: https://issues.apache.org/jira/browse/LANG-355 > Project: Commons Lang > Issue Type: Improvement > Reporter: Stephen Colebourne > Priority: Minor > Fix For: 3.0 > > Attachments: 355Charsequence.patch, 355CharsequenceTest.patch, LANG-355-Appendable.patch > > > StrBuilder should implement CharSequence and Appendable, which were introduced in JDK1.4 and JDK1.5. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.