[
https://issues.apache.org/jira/browse/COMPRESS-276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13967992#comment-13967992
]
Cyrille Artho commented on COMPRESS-276:
----------------------------------------
Thanks. I agree that IllegalStateException is the best way to show that the API
was not used correctly.
> NullPointerException in ZipArchiveOutputStream with invalid entries
> -------------------------------------------------------------------
>
> Key: COMPRESS-276
> URL: https://issues.apache.org/jira/browse/COMPRESS-276
> Project: Commons Compress
> Issue Type: Bug
> Components: Archivers
> Affects Versions: 1.8
> Environment: Mac OS 10.9, Java 6, 7
> Reporter: Cyrille Artho
> Fix For: 1.9
>
> Attachments: Report1.java
>
>
> Writing raw data seems to cause problems in multiple ways, because an
> internal field is not set. Is this a wrong API usage?
> java.io.ByteArrayOutputStream var0 = new java.io.ByteArrayOutputStream();
> org.apache.commons.compress.archivers.jar.JarArchiveOutputStream var1 =
> new
> org.apache.commons.compress.archivers.jar.JarArchiveOutputStream((java.io.OutputStream)var0);
> var1.write(25843);
> Other tests (see attachment) are very similar and cause the same problem.
> They can probably be ignored because the first test is the shortest one.
--
This message was sent by Atlassian JIRA
(v6.2#6252)