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

[jira] Resolved: (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 ]

Mark Hindess resolved HARMONY-1216.
-----------------------------------

    Resolution: Fixed

Applied in r232235.  Please check it has been applied as expected.


> [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
>         Assigned To: Mark Hindess
>         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