Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 14327 invoked from network); 5 Feb 2009 12:31:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Feb 2009 12:31:07 -0000 Received: (qmail 45354 invoked by uid 500); 5 Feb 2009 12:31:07 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 45338 invoked by uid 500); 5 Feb 2009 12:31:07 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 45329 invoked by uid 99); 5 Feb 2009 12:31:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Feb 2009 04:31:06 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Feb 2009 12:31:05 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id E182E234C48D; Thu, 5 Feb 2009 04:30:42 -0800 (PST) From: bugzilla@apache.org To: notifications@ant.apache.org Subject: DO NOT REPLY [Bug 46661] Some findbugs issues with the compress classes X-Bugzilla-Reason: CC X-Bugzilla-Type: newchanged X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ant X-Bugzilla-Component: Core X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: bodewig@apache.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: bodewig@apache.org X-Bugzilla-Target-Milestone: 1.8.0 X-Bugzilla-Changed-Fields: Status Resolution In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Message-Id: <20090205123043.E182E234C48D@brutus.apache.org> Date: Thu, 5 Feb 2009 04:30:42 -0800 (PST) X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=46661 Stefan Bodewig changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Stefan Bodewig 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.