You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Simon Spero (JIRA)" <ji...@apache.org> on 2017/06/13 23:11:00 UTC

[jira] [Created] (COMPRESS-411) TarUtils.formatLongOctalOrBinaryBytes never uses result of formatLongBinary

Simon Spero created COMPRESS-411:
------------------------------------

             Summary: TarUtils.formatLongOctalOrBinaryBytes never uses result of formatLongBinary
                 Key: COMPRESS-411
                 URL: https://issues.apache.org/jira/browse/COMPRESS-411
             Project: Commons Compress
          Issue Type: Bug
          Components: Archivers
    Affects Versions: 1.14
            Reporter: Simon Spero
            Priority: Minor


if the length < 9, formatLongBinary is executed, then overwritten by the results of formatBigIntegerBinary. 

If the results are not ignored, a unit test would fail.

Also, do the binary hacks  need to support negative numbers? 



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