You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2009/02/04 09:25:20 UTC

DO NOT REPLY [Bug 46661] New: Some findbugs issues with the compress classes

https://issues.apache.org/bugzilla/show_bug.cgi?id=46661

           Summary: Some findbugs issues with the compress classes
           Product: Ant
           Version: 1.8Alpha (nightly)
          Platform: All
               URL: https://issues.apache.org/jira/browse/SANDBOX-246
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core
        AssignedTo: bodewig@apache.org
        ReportedBy: bodewig@apache.org
                CC: notifications@ant.apache.org


tracking the sibling JIRA issue of commons-compress.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

DO NOT REPLY [Bug 46661] Some findbugs issues with the compress classes

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46661


Stefan Bodewig <bo...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #1 from Stefan Bodewig <bo...@apache.org>  2009-02-05 04:30:39 PST ---
use unsigned shift in CBZip2OutputStream to avoid negative numbers due to
integer overflows

properly implement Cloneable in ZipShort, ZipLong and AsiExtraField.

don't ignore InputStream.skip() results in TarInputStream and ZipFile.

silly selfassignment of numToWrite in TarOutputStream write.

UnrecognizedExtraField exposes private data.

dead store to c in CBZip2OutputStream med3

oddness-check in CBZip2OutputStream sendMTFValues may fail for negative numbers

all of them fixed in svn revision 741089 ( https://svn.apache.org/viewcvs.cgi?view=rev&rev=741089 )

There is an additional warning about mutable static fileds in ZipOutputstream
that we can't fix without breaking BWC.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.