You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Tim Ellison (JIRA)" <ji...@apache.org> on 2006/03/10 21:10:07 UTC

[jira] Closed: (HARMONY-168) Java 5.0 methods missing in java.lang.StringBuffer class

     [ http://issues.apache.org/jira/browse/HARMONY-168?page=all ]
     
Tim Ellison closed HARMONY-168:
-------------------------------


Verified by Nathan / Vasily


> 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