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