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/18 11:11:15 UTC

[jira] Closed: (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 closed HARMONY-1216.
---------------------------------


Verified by Richard.

The unix patch tools (correctly) use the line counts as a sanity check and refuse to apply broken patches.  (Eclipse should really behave like this by default IMNSHO.)  I had to fix the line counts and line endings to create a consistent patch before I could apply it.

Please create patches using the proper tools (and with consistent EOL characters).  Creating a patch is trivial so it's really not worth hand editing patches if you have the source - no matter how trivial it seems.


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