You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Henri Yandell (JIRA)" <ji...@apache.org> on 2008/07/05 20:24:36 UTC

[jira] Created: (SANDBOX-244) ZipEntry supports JDK 1.1 - refactor code to be 1.2+

ZipEntry supports JDK 1.1 - refactor code to be 1.2+
----------------------------------------------------

                 Key: SANDBOX-244
                 URL: https://issues.apache.org/jira/browse/SANDBOX-244
             Project: Commons Sandbox
          Issue Type: Improvement
          Components: Compress
            Reporter: Henri Yandell


The ZipEntry class goes to a lot of work to support JDK 1.1 and a fair chunk of code can be deleted by removing the 1.1 workarounds.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Moved: (COMPRESS-52) ZipEntry supports JDK 1.1 - refactor code to be 1.2+

Posted by "Dennis Lundberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COMPRESS-52?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg moved SANDBOX-244 to COMPRESS-52:
-------------------------------------------------

    Component/s:     (was: Compress)
            Key: COMPRESS-52  (was: SANDBOX-244)
        Project: Commons Compress  (was: Commons Sandbox)

> ZipEntry supports JDK 1.1 - refactor code to be 1.2+
> ----------------------------------------------------
>
>                 Key: COMPRESS-52
>                 URL: https://issues.apache.org/jira/browse/COMPRESS-52
>             Project: Commons Compress
>          Issue Type: Improvement
>            Reporter: Henri Yandell
>            Assignee: Torsten Curdt
>
> The ZipEntry class goes to a lot of work to support JDK 1.1 and a fair chunk of code can be deleted by removing the 1.1 workarounds.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (SANDBOX-244) ZipEntry supports JDK 1.1 - refactor code to be 1.2+

Posted by "Torsten Curdt (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SANDBOX-244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Torsten Curdt closed SANDBOX-244.
---------------------------------

    Resolution: Fixed
      Assignee: Torsten Curdt

> ZipEntry supports JDK 1.1 - refactor code to be 1.2+
> ----------------------------------------------------
>
>                 Key: SANDBOX-244
>                 URL: https://issues.apache.org/jira/browse/SANDBOX-244
>             Project: Commons Sandbox
>          Issue Type: Improvement
>          Components: Compress
>            Reporter: Henri Yandell
>            Assignee: Torsten Curdt
>
> The ZipEntry class goes to a lot of work to support JDK 1.1 and a fair chunk of code can be deleted by removing the 1.1 workarounds.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SANDBOX-244) ZipEntry supports JDK 1.1 - refactor code to be 1.2+

Posted by "Christian Grobmeier (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SANDBOX-244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662268#action_12662268 ] 

Christian Grobmeier commented on SANDBOX-244:
---------------------------------------------

ZipEntry (meanwhile named ZipArchiveEntry) comes from the Ant project. If we start to work on that code, we will have a differnece to Ant and that makes it difficult to update new impls from them. 

We have updated the compress code with ant code yesterday and stuff should be more cool now. I guess this issue is obsolete. You may want to have a new look on it.

If not, I would close this as "won't fix" until some Ant-Comitters decide that they would like to improve their Ant-Classes in the Compress-Trunk :-) There is no need to have two seperatly developed codebases, imho.



> ZipEntry supports JDK 1.1 - refactor code to be 1.2+
> ----------------------------------------------------
>
>                 Key: SANDBOX-244
>                 URL: https://issues.apache.org/jira/browse/SANDBOX-244
>             Project: Commons Sandbox
>          Issue Type: Improvement
>          Components: Compress
>            Reporter: Henri Yandell
>
> The ZipEntry class goes to a lot of work to support JDK 1.1 and a fair chunk of code can be deleted by removing the 1.1 workarounds.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SANDBOX-244) ZipEntry supports JDK 1.1 - refactor code to be 1.2+

Posted by "Sebb (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SANDBOX-244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12610712#action_12610712 ] 

Sebb commented on SANDBOX-244:
------------------------------

BTW, PackableObject uses String.split() which is Java 1.4+

Also, ArchiveException and some other exceptions call initCause() which is 1.4+ as well.

> ZipEntry supports JDK 1.1 - refactor code to be 1.2+
> ----------------------------------------------------
>
>                 Key: SANDBOX-244
>                 URL: https://issues.apache.org/jira/browse/SANDBOX-244
>             Project: Commons Sandbox
>          Issue Type: Improvement
>          Components: Compress
>            Reporter: Henri Yandell
>
> The ZipEntry class goes to a lot of work to support JDK 1.1 and a fair chunk of code can be deleted by removing the 1.1 workarounds.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SANDBOX-244) ZipEntry supports JDK 1.1 - refactor code to be 1.2+

Posted by "Torsten Curdt (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SANDBOX-244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12661574#action_12661574 ] 

Torsten Curdt commented on SANDBOX-244:
---------------------------------------

@Sebb: target is 1.4+ so that's fine but we should really get rid of the cruft in ZipEntry then

> ZipEntry supports JDK 1.1 - refactor code to be 1.2+
> ----------------------------------------------------
>
>                 Key: SANDBOX-244
>                 URL: https://issues.apache.org/jira/browse/SANDBOX-244
>             Project: Commons Sandbox
>          Issue Type: Improvement
>          Components: Compress
>            Reporter: Henri Yandell
>
> The ZipEntry class goes to a lot of work to support JDK 1.1 and a fair chunk of code can be deleted by removing the 1.1 workarounds.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.