You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by "Paulex Yang (JIRA)" <ji...@apache.org> on 2006/03/03 07:33:39 UTC

[jira] Created: (HARMONY-161) Improper override method in java/util/zip/GZIPOutputStream.close()

Improper override method in java/util/zip/GZIPOutputStream.close()
------------------------------------------------------------------

         Key: HARMONY-161
         URL: http://issues.apache.org/jira/browse/HARMONY-161
     Project: Harmony
        Type: Bug
  Components: Classlib  
    Reporter: Paulex Yang


java/util/zip/DeflaterOutputStream.close() is overriden by java/util/zip/GZIPOutputStream in Harmony while it isn't in spec.

-- 
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-161) Improper override method in java/util/zip/GZIPOutputStream.close()

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

Paulex Yang updated HARMONY-161:
--------------------------------

    Attachment: java.util.zip.GZIPOutputStream.patch

Pls. try this patch, thx.  I didn't write new test because this patch removes one overridden method, and I have tried the test in the contribution of Harmony JIRA 57, the result is same with before, so I considered this patch passed regression test.

> Improper override method in java/util/zip/GZIPOutputStream.close()
> ------------------------------------------------------------------
>
>          Key: HARMONY-161
>          URL: http://issues.apache.org/jira/browse/HARMONY-161
>      Project: Harmony
>         Type: Bug
>   Components: Classlib
>     Reporter: Paulex Yang
>  Attachments: java.util.zip.GZIPOutputStream.patch
>
> java/util/zip/DeflaterOutputStream.close() is overriden by java/util/zip/GZIPOutputStream in Harmony while it isn't in spec.

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