You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by "Vasily Zakharov (JIRA)" <ji...@apache.org> on 2006/03/04 21:21:39 UTC

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

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
    Priority: Minor


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


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

Posted by Mark Hindess <ma...@googlemail.com>.
On 05/03/06, Nathan Beyer <nb...@kc.rr.com> wrote:
> I have a patch for this, as soon as I can get onto JIRA. Is the
> "issues.apache.org" box down?

Seems to be.  I'm waiting to upload some patches too. :-(

-Mark.

--
Mark Hindess <ma...@googlemail.com>
IBM Java Technology Centre, UK.

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

Posted by "Nathan Beyer (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-168?page=all ]

Nathan Beyer updated HARMONY-168:
---------------------------------

    Attachment: StringBuffer_missing_methods.txt

"StringBuffer_missing_methods.txt" is a patch for these missing methods and test methods for the respective test case class. Those methods that deal with Java 5/Unicode code points are implemented/not-implemented to be consistent with what's currently in StringBuilder and awaiting Java 5 code point support. Additionally, the Appendable interface isn't implemented yet, so I added a TODO for adding it once JLS3 bytecode support is enabled; in particular, support for covariant return types.

> 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
>     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


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

Posted by Nathan Beyer <nb...@kc.rr.com>.
I have a patch for this, as soon as I can get onto JIRA. Is the
"issues.apache.org" box down?

> -----Original Message-----
> From: Vasily Zakharov (JIRA) [mailto:jira@apache.org]
> Sent: Saturday, March 04, 2006 2:22 PM
> To: harmony-dev@incubator.apache.org
> Subject: [jira] Created: (HARMONY-168) Java 5.0 methods missing in
> java.lang.StringBuffer class
> 
> 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
>     Priority: Minor
> 
> 
> 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