[classlib][luni] java.io.PushbackReader#unread(char[], int , int) and read(char[], int , int)
methods' exception orders are different from RI's.
------------------------------------------------------------------------------------------------------------------------------------------------
Key: HARMONY-1240
URL: http://issues.apache.org/jira/browse/HARMONY-1240
Project: Harmony
Issue Type: Bug
Components: Classlib
Reporter: Richard Liang
Priority: Minor
Attachments: Harmony-1240.diff
Hello,
java.io.PushbackReader#unread(char[], int , int) and read(char[], int , int) methods' exception
orders are different from RI's when the pushback buffer is smaller or is closed.And some testcases
are added.
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
|