You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Stefan Bodewig (JIRA)" <ji...@apache.org> on 2018/01/10 12:06:00 UTC

[jira] [Commented] (COMPRESS-439) Compressing and decompressing using Pack200 does not produce the original input

    [ https://issues.apache.org/jira/browse/COMPRESS-439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16320141#comment-16320141 ] 

Stefan Bodewig commented on COMPRESS-439:
-----------------------------------------

Please also not that pack200 is not a general purpose compression format and really isn't useful for anything that's not a JAR,

> Compressing and decompressing using Pack200 does not produce the original input
> -------------------------------------------------------------------------------
>
>                 Key: COMPRESS-439
>                 URL: https://issues.apache.org/jira/browse/COMPRESS-439
>             Project: Commons Compress
>          Issue Type: Bug
>          Components: Compressors
>    Affects Versions: 1.14, 1.15
>         Environment: Windows 7;
> # java -version
> java version "1.8.0_151"
> Java(TM) SE Runtime Environment (build 1.8.0_151-b12)
> Java HotSpot(TM) 64-Bit Server VM (build 25.151-b12, mixed mode)
>            Reporter: Valentin Brandl
>            Priority: Minor
>         Attachments: Test.java
>
>
> I just tested different compressors using [JUnitQuickcheck|https://github.com/pholser/junit-quickcheck].
> The tests should compress and then decompress some input and the result should be equal to the input.
> For gzip, bzip2, deflate and xz, this works as intended but pack200 seems to have some problems.
> I will attach the testcase I wrote.
> It seems that for empty input, the result won't be empty.
> Test output:
> ```
> input.length = 0
> input = []
> compressed.length = 19
> compressed = [-54, -2, -48, 13, 7, -106, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 45, 0]
> decompressed.length = 29
> decompressed = [80, 75, 5, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 0, 80, 65, 67, 75, 50, 48, 48]
> ```



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)