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/21 11:41:16 UTC

[jira] Created: (HARMONY-1240) [classlib][luni] java.io.PushbackReader#unread(char[], int , int) and read(char[], int , int) methods' exception orders are different from RI's.

[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

        

[jira] Commented: (HARMONY-1240) [classlib][luni] java.io.PushbackReader#unread(char[], int , int) and read(char[], int , int) methods' exception orders are different from RI's.

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

Richard, I cannot apply this patch, would you please look at this?

> [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
>         Assigned To: Paulex Yang
>            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

        

[jira] Closed: (HARMONY-1240) [classlib][luni] java.io.PushbackReader#unread(char[], int , int) and read(char[], int , int) methods' exception orders are different from RI's.

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

Paulex Yang closed HARMONY-1240.
--------------------------------

    Resolution: Invalid

Duplicated with HARMONY-1224.

> [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
>         Assigned To: Paulex Yang
>            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

        

[jira] Commented: (HARMONY-1240) [classlib][luni] java.io.PushbackReader#unread(char[], int , int) and read(char[], int , int) methods' exception orders are different from RI's.

Posted by "Richard Liang (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1240?page=comments#action_12429595 ] 
            
Richard Liang commented on HARMONY-1240:
----------------------------------------

Sorry, Paulex.

This issue is duplicate with HARMONY-1224. Would you please close this issue? Thanks a lot.

Best regards,
Richard.

> [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
>         Assigned To: Paulex Yang
>            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

        

[jira] Updated: (HARMONY-1240) [classlib][luni] java.io.PushbackReader#unread(char[], int , int) and read(char[], int , int) methods' exception orders are different from RI's.

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

Richard Liang updated HARMONY-1240:
-----------------------------------

    Attachment: Harmony-1240.diff

Hello,

Would you please try this patch? Thanks a lot.

Best regards,
Richard

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

        

[jira] Assigned: (HARMONY-1240) [classlib][luni] java.io.PushbackReader#unread(char[], int , int) and read(char[], int , int) methods' exception orders are different from RI's.

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

Paulex Yang reassigned HARMONY-1240:
------------------------------------

    Assignee: Paulex Yang

> [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
>         Assigned To: Paulex Yang
>            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