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

[jira] Created: (HARMONY-230) Some classes in java.io need to implement Appendable interface

Some classes in java.io need to implement Appendable interface
--------------------------------------------------------------

         Key: HARMONY-230
         URL: http://issues.apache.org/jira/browse/HARMONY-230
     Project: Harmony
        Type: Bug
  Components: Classlib  
    Reporter: Paulex Yang


As a new feature in java 5, Writer, PrintWriter, StringWriter and CharArrayWriter should implement interface Appendable. 

-- 
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-230) Some classes in java.io need to implement Appendable interface

Posted by "Paulex Yang (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-230?page=comments#action_12376179 ] 

Paulex Yang commented on HARMONY-230:
-------------------------------------

looks fine, thank you, George.

> Some classes in java.io need to implement Appendable interface
> --------------------------------------------------------------
>
>          Key: HARMONY-230
>          URL: http://issues.apache.org/jira/browse/HARMONY-230
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Paulex Yang
>     Assignee: George Harley
>  Attachments: JIRA230.zip, java.io.Appendable.patch, java.io.Appendable_Test.patch
>
> As a new feature in java 5, Writer, PrintWriter, StringWriter and CharArrayWriter should implement interface Appendable. 

-- 
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-230) Some classes in java.io need to implement Appendable interface

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

Paulex Yang updated HARMONY-230:
--------------------------------

    Attachment: java.io.Appendable.patch
                java.io.Appendable_Test.patch

pls. try the patches for test and implementations, thx a lot.

> Some classes in java.io need to implement Appendable interface
> --------------------------------------------------------------
>
>          Key: HARMONY-230
>          URL: http://issues.apache.org/jira/browse/HARMONY-230
>      Project: Harmony
>         Type: Bug
>   Components: Classlib
>     Reporter: Paulex Yang
>  Attachments: java.io.Appendable.patch, java.io.Appendable_Test.patch
>
> As a new feature in java 5, Writer, PrintWriter, StringWriter and CharArrayWriter should implement interface Appendable. 

-- 
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-230) Some classes in java.io need to implement Appendable interface

Posted by "George Harley (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-230?page=comments#action_12373263 ] 

George Harley commented on HARMONY-230:
---------------------------------------

Hi Paulex, 

Thanks for the patches. Unfortunately, because the code changes are dependent on a 5.0 compiler (they correctly use method return type overriding) I cannot apply them to the source tree just yet. 

Best regards,
George 

> Some classes in java.io need to implement Appendable interface
> --------------------------------------------------------------
>
>          Key: HARMONY-230
>          URL: http://issues.apache.org/jira/browse/HARMONY-230
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Paulex Yang
>     Assignee: George Harley
>  Attachments: java.io.Appendable.patch, java.io.Appendable_Test.patch
>
> As a new feature in java 5, Writer, PrintWriter, StringWriter and CharArrayWriter should implement interface Appendable. 

-- 
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-230) Some classes in java.io need to implement Appendable interface

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

    Resolution: Fixed

Hi Paulex, 

Original (5.0 language) version of changes committed in revision 396703. Really sorry for taking to long to do this - I've been out of action for a few days now because of hardware problems. 

Please could you check that the patch has been applied to your satisfaction. Thanks for this enhancement. 

Best regards, 
George

> Some classes in java.io need to implement Appendable interface
> --------------------------------------------------------------
>
>          Key: HARMONY-230
>          URL: http://issues.apache.org/jira/browse/HARMONY-230
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Paulex Yang
>     Assignee: George Harley
>  Attachments: JIRA230.zip, java.io.Appendable.patch, java.io.Appendable_Test.patch
>
> As a new feature in java 5, Writer, PrintWriter, StringWriter and CharArrayWriter should implement interface Appendable. 

-- 
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-230) Some classes in java.io need to implement Appendable interface

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

George Harley reassigned HARMONY-230:
-------------------------------------

    Assign To: George Harley

> Some classes in java.io need to implement Appendable interface
> --------------------------------------------------------------
>
>          Key: HARMONY-230
>          URL: http://issues.apache.org/jira/browse/HARMONY-230
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Paulex Yang
>     Assignee: George Harley
>  Attachments: java.io.Appendable.patch, java.io.Appendable_Test.patch
>
> As a new feature in java 5, Writer, PrintWriter, StringWriter and CharArrayWriter should implement interface Appendable. 

-- 
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-230) Some classes in java.io need to implement Appendable interface

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


Verified by Paulex. 

> Some classes in java.io need to implement Appendable interface
> --------------------------------------------------------------
>
>          Key: HARMONY-230
>          URL: http://issues.apache.org/jira/browse/HARMONY-230
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Paulex Yang
>     Assignee: George Harley
>  Attachments: JIRA230.zip, java.io.Appendable.patch, java.io.Appendable_Test.patch
>
> As a new feature in java 5, Writer, PrintWriter, StringWriter and CharArrayWriter should implement interface Appendable. 

-- 
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-230) Some classes in java.io need to implement Appendable interface

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

Paulex Yang updated HARMONY-230:
--------------------------------

    Attachment: JIRA230.zip

I  rewrote this patch in Java 1.4 syntax, and recreated patch based on new SVN revision. Pls. help to try, thx.

> Some classes in java.io need to implement Appendable interface
> --------------------------------------------------------------
>
>          Key: HARMONY-230
>          URL: http://issues.apache.org/jira/browse/HARMONY-230
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Paulex Yang
>     Assignee: George Harley
>  Attachments: JIRA230.zip, java.io.Appendable.patch, java.io.Appendable_Test.patch
>
> As a new feature in java 5, Writer, PrintWriter, StringWriter and CharArrayWriter should implement interface Appendable. 

-- 
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-230) Some classes in java.io need to implement Appendable interface

Posted by "Paulex Yang (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-230?page=comments#action_12373457 ] 

Paulex Yang commented on HARMONY-230:
-------------------------------------

I also noticed that the patch for test are out of date and cannot be applied easily. I will attach a new version patches soon.

> Some classes in java.io need to implement Appendable interface
> --------------------------------------------------------------
>
>          Key: HARMONY-230
>          URL: http://issues.apache.org/jira/browse/HARMONY-230
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Paulex Yang
>     Assignee: George Harley
>  Attachments: java.io.Appendable.patch, java.io.Appendable_Test.patch
>
> As a new feature in java 5, Writer, PrintWriter, StringWriter and CharArrayWriter should implement interface Appendable. 

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