Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 65646 invoked from network); 9 Mar 2006 01:50:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Mar 2006 01:50:10 -0000 Received: (qmail 61093 invoked by uid 500); 9 Mar 2006 01:50:09 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 61047 invoked by uid 500); 9 Mar 2006 01:50:09 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Received: (qmail 61036 invoked by uid 99); 9 Mar 2006 01:50:09 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Mar 2006 17:50:09 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Mar 2006 17:50:08 -0800 Received: from ajax (localhost.localdomain [127.0.0.1]) by ajax (Postfix) with ESMTP id AE0EED49FA for ; Thu, 9 Mar 2006 01:49:47 +0000 (GMT) Message-ID: <321463887.1141868987710.JavaMail.jira@ajax> Date: Thu, 9 Mar 2006 01:49:47 +0000 (GMT) From: "Nathan Beyer (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Commented: (HARMONY-168) Java 5.0 methods missing in java.lang.StringBuffer class MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/HARMONY-168?page=comments#action_12369584 ] Nathan Beyer commented on HARMONY-168: -------------------------------------- Applied as expected. Thanks. > Java 5.0 methods missing in java.lang.StringBuffer class > -------------------------------------------------------- > > Key: HARMONY-168 > URL: http://issues.apache.org/jira/browse/HARMONY-168 > Project: Harmony > Type: Bug > Components: Classlib > Reporter: Vasily Zakharov > Assignee: Tim Ellison > Priority: Minor > Attachments: StringBuffer_missing_methods.txt > > The following Java 5.0 methods are missing in java.lang.StringBuffer class: > StringBuffer(CharSequence) > append(CharSequence) > append(CharSequence, int, int) > insert(int, CharSequence) > insert(int, CharSequence, int, int) > trimToSize() > appendCodePoint(int) > codePointAt(int) > codePointBefore(int) > codePointCount(int, int) > offsetByCodePoints(int, int) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira