You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by "Richard Liang (JIRA)" <ji...@apache.org> on 2006/01/20 11:13:43 UTC

[jira] Created: (HARMONY-36) java.nio.CharBuffer does not implement java.lang.Appendable and java.lang.Readable

java.nio.CharBuffer does not implement java.lang.Appendable and java.lang.Readable
----------------------------------------------------------------------------------

         Key: HARMONY-36
         URL: http://issues.apache.org/jira/browse/HARMONY-36
     Project: Harmony
        Type: Bug
  Components: Classlib  
    Reporter: Richard Liang


In Java 5, java.nio.CharBuffer are required to implement  two new interfaces java.lang.Appendable and java.lang.Readable. I will attache the new interfaces and fix for java.nio.CharBuffer soon :-)

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


[jira] Updated: (HARMONY-36) java.nio.CharBuffer does not implement java.lang.Appendable and java.lang.Readable

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

Richard Liang updated HARMONY-36:
---------------------------------

    Attachment: Appendable.java
                Readable.java

This is the new interfaces of LUNI: java.lang.Appendable and java.lang.Readable

> java.nio.CharBuffer does not implement java.lang.Appendable and java.lang.Readable
> ----------------------------------------------------------------------------------
>
>          Key: HARMONY-36
>          URL: http://issues.apache.org/jira/browse/HARMONY-36
>      Project: Harmony
>         Type: Bug
>   Components: Classlib
>     Reporter: Richard Liang
>  Attachments: Appendable.java, Readable.java
>
> In Java 5, java.nio.CharBuffer are required to implement  two new interfaces java.lang.Appendable and java.lang.Readable. I will attache the new interfaces and fix for java.nio.CharBuffer soon :-)

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


[jira] Updated: (HARMONY-36) java.nio.CharBuffer does not implement java.lang.Appendable and java.lang.Readable

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

Richard Liang updated HARMONY-36:
---------------------------------

    Attachment: CharBuffer_patch.txt
                CharSequenceAdapter_patch.txt
                CharBufferTest_patch.txt

These are patch files for java.nio.CharBuffer, java.nio.CharSequenceAdapter and unit test for java.nio.CharBuffer.

Could anyone verify my fix? Thanks a lot.

> java.nio.CharBuffer does not implement java.lang.Appendable and java.lang.Readable
> ----------------------------------------------------------------------------------
>
>          Key: HARMONY-36
>          URL: http://issues.apache.org/jira/browse/HARMONY-36
>      Project: Harmony
>         Type: Bug
>   Components: Classlib
>     Reporter: Richard Liang
>  Attachments: Appendable.java, CharBufferTest_patch.txt, CharBuffer_patch.txt, CharSequenceAdapter_patch.txt, Readable.java
>
> In Java 5, java.nio.CharBuffer are required to implement  two new interfaces java.lang.Appendable and java.lang.Readable. I will attache the new interfaces and fix for java.nio.CharBuffer soon :-)

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


[jira] Commented: (HARMONY-36) java.nio.CharBuffer does not implement java.lang.Appendable and java.lang.Readable

Posted by "Richard Liang (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-36?page=comments#action_12367895 ] 

Richard Liang commented on HARMONY-36:
--------------------------------------

Tim,

The fix is good. Please close this JIRA. Thanks a lot.

> java.nio.CharBuffer does not implement java.lang.Appendable and java.lang.Readable
> ----------------------------------------------------------------------------------
>
>          Key: HARMONY-36
>          URL: http://issues.apache.org/jira/browse/HARMONY-36
>      Project: Harmony
>         Type: Bug
>   Components: Classlib
>     Reporter: Richard Liang
>     Assignee: Tim Ellison
>  Attachments: Appendable.java, CharBufferTest_patch.txt, CharBuffer_patch.txt, CharSequenceAdapter_patch.txt, Readable.java
>
> In Java 5, java.nio.CharBuffer are required to implement  two new interfaces java.lang.Appendable and java.lang.Readable. I will attache the new interfaces and fix for java.nio.CharBuffer soon :-)

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


[jira] Resolved: (HARMONY-36) java.nio.CharBuffer does not implement java.lang.Appendable and java.lang.Readable

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-36?page=all ]
     
Tim Ellison resolved HARMONY-36:
--------------------------------

    Resolution: Fixed

Richard,

Fixed in LUNI and NIO modules at repo revision 371907.

Please check and confirm this patch.

> java.nio.CharBuffer does not implement java.lang.Appendable and java.lang.Readable
> ----------------------------------------------------------------------------------
>
>          Key: HARMONY-36
>          URL: http://issues.apache.org/jira/browse/HARMONY-36
>      Project: Harmony
>         Type: Bug
>   Components: Classlib
>     Reporter: Richard Liang
>     Assignee: Tim Ellison
>  Attachments: Appendable.java, CharBufferTest_patch.txt, CharBuffer_patch.txt, CharSequenceAdapter_patch.txt, Readable.java
>
> In Java 5, java.nio.CharBuffer are required to implement  two new interfaces java.lang.Appendable and java.lang.Readable. I will attache the new interfaces and fix for java.nio.CharBuffer soon :-)

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


[jira] Assigned: (HARMONY-36) java.nio.CharBuffer does not implement java.lang.Appendable and java.lang.Readable

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

Tim Ellison reassigned HARMONY-36:
----------------------------------

    Assign To: Tim Ellison

> java.nio.CharBuffer does not implement java.lang.Appendable and java.lang.Readable
> ----------------------------------------------------------------------------------
>
>          Key: HARMONY-36
>          URL: http://issues.apache.org/jira/browse/HARMONY-36
>      Project: Harmony
>         Type: Bug
>   Components: Classlib
>     Reporter: Richard Liang
>     Assignee: Tim Ellison
>  Attachments: Appendable.java, CharBufferTest_patch.txt, CharBuffer_patch.txt, CharSequenceAdapter_patch.txt, Readable.java
>
> In Java 5, java.nio.CharBuffer are required to implement  two new interfaces java.lang.Appendable and java.lang.Readable. I will attache the new interfaces and fix for java.nio.CharBuffer soon :-)

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


[jira] Closed: (HARMONY-36) java.nio.CharBuffer does not implement java.lang.Appendable and java.lang.Readable

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-36?page=all ]
     
Tim Ellison closed HARMONY-36:
------------------------------


Verified by Richard

> java.nio.CharBuffer does not implement java.lang.Appendable and java.lang.Readable
> ----------------------------------------------------------------------------------
>
>          Key: HARMONY-36
>          URL: http://issues.apache.org/jira/browse/HARMONY-36
>      Project: Harmony
>         Type: Bug
>   Components: Classlib
>     Reporter: Richard Liang
>     Assignee: Tim Ellison
>  Attachments: Appendable.java, CharBufferTest_patch.txt, CharBuffer_patch.txt, CharSequenceAdapter_patch.txt, Readable.java
>
> In Java 5, java.nio.CharBuffer are required to implement  two new interfaces java.lang.Appendable and java.lang.Readable. I will attache the new interfaces and fix for java.nio.CharBuffer soon :-)

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