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/14 09:49:13 UTC

[jira] Created: (HARMONY-1165) [classlib][luni] java.io.BufferedInputStream method reset() throws different exceptions with RI

[classlib][luni] java.io.BufferedInputStream method reset() throws different exceptions with RI
-----------------------------------------------------------------------------------------------

                 Key: HARMONY-1165
                 URL: http://issues.apache.org/jira/browse/HARMONY-1165
             Project: Harmony
          Issue Type: Bug
          Components: Classlib
            Reporter: Richard Liang
         Attachments: Harmony-1165.diff

Hello,

java.io.BufferedInputStream method reset() throws different exceptions with RI when the bufferedInputStream is constructed with a null inputstream.

I will attach a patch to fix this issue.

Thanks a lot.

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-1165) [classlib][luni] java.io.BufferedInputStream method reset() throws different exceptions with RI

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

Paulex Yang reassigned HARMONY-1165:
------------------------------------

    Assignee: Paulex Yang

> [classlib][luni] java.io.BufferedInputStream method reset() throws different exceptions with RI
> -----------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1165
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1165
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Richard Liang
>         Assigned To: Paulex Yang
>         Attachments: Harmony-1165.diff
>
>
> Hello,
> java.io.BufferedInputStream method reset() throws different exceptions with RI when the bufferedInputStream is constructed with a null inputstream.
> I will attach a patch to fix this issue.
> Thanks a lot.
> 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-1165) [classlib][luni] java.io.BufferedInputStream method reset() throws different exceptions with RI

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

Hello Paulex,

The fix looks good. Thanks a lot.

Best regards,
Richard

> [classlib][luni] java.io.BufferedInputStream method reset() throws different exceptions with RI
> -----------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1165
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1165
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Richard Liang
>         Assigned To: Paulex Yang
>         Attachments: Harmony-1165.diff
>
>
> Hello,
> java.io.BufferedInputStream method reset() throws different exceptions with RI when the bufferedInputStream is constructed with a null inputstream.
> I will attach a patch to fix this issue.
> Thanks a lot.
> 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-1165) [classlib][luni] java.io.BufferedInputStream method reset() throws different exceptions with RI

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

Paulex Yang closed HARMONY-1165.
--------------------------------


Verified by Richard.

> [classlib][luni] java.io.BufferedInputStream method reset() throws different exceptions with RI
> -----------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1165
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1165
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Richard Liang
>         Assigned To: Paulex Yang
>         Attachments: Harmony-1165.diff
>
>
> Hello,
> java.io.BufferedInputStream method reset() throws different exceptions with RI when the bufferedInputStream is constructed with a null inputstream.
> I will attach a patch to fix this issue.
> Thanks a lot.
> 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-1165) [classlib][luni] java.io.BufferedInputStream method reset() throws different exceptions with RI

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

Richard Liang updated HARMONY-1165:
-----------------------------------

    Attachment: Harmony-1165.diff

Hello,

Would you please try this patch? Thanks a lot.

Best regards,
Richard

> [classlib][luni] java.io.BufferedInputStream method reset() throws different exceptions with RI
> -----------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1165
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1165
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Richard Liang
>         Attachments: Harmony-1165.diff
>
>
> Hello,
> java.io.BufferedInputStream method reset() throws different exceptions with RI when the bufferedInputStream is constructed with a null inputstream.
> I will attach a patch to fix this issue.
> Thanks a lot.
> 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] Resolved: (HARMONY-1165) [classlib][luni] java.io.BufferedInputStream method reset() throws different exceptions with RI

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

Paulex Yang resolved HARMONY-1165.
----------------------------------

    Resolution: Fixed

Richard, patch applied at revision r431548, thanks a lot for this enhancement, please verify that the problem is fully fixed as you expected.


> [classlib][luni] java.io.BufferedInputStream method reset() throws different exceptions with RI
> -----------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1165
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1165
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Richard Liang
>         Assigned To: Paulex Yang
>         Attachments: Harmony-1165.diff
>
>
> Hello,
> java.io.BufferedInputStream method reset() throws different exceptions with RI when the bufferedInputStream is constructed with a null inputstream.
> I will attach a patch to fix this issue.
> Thanks a lot.
> 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