You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Richard Liang (JIRA)" <ji...@apache.org> on 2006/08/17 12:40:14 UTC

[jira] Updated: (HARMONY-1216) [classlib][luni] java.io.PipedWriter.write(char[],int,int) method should throw IOException when the corresponding thread which is reading data is no longer alive

     [ http://issues.apache.org/jira/browse/HARMONY-1216?page=all ]

Richard Liang updated HARMONY-1216:
-----------------------------------

    Attachment: Harmony-1216.diff

Hello,

Would you please try this patch? Thank you.

Best regards,
Richard

> [classlib][luni] java.io.PipedWriter.write(char[],int,int) method should throw IOException when the corresponding thread which is reading data is no longer alive
> -----------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1216
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1216
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Richard Liang
>         Attachments: Harmony-1216.diff
>
>
> Hello,
> java.io.PipedWriter.write(char[],int,int) method should throw IOException when the corresponding thread which is reading data is no longer alive.(Spec about PipedWriter.write(char[],int,int): If a thread was reading data characters from the connected piped input stream, but the thread is no longer alive, then an IOException is thrown.) When study this problem, I find the original problem hides in the PipedReader.receive(char[],int,int) method.There is the same problem in the PipedWriter.write(int) method. 
> I will attach a patch to fix this issue.
> Best regards,
> Richard

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