From issues-return-8347-apmail-commons-issues-archive=commons.apache.org@commons.apache.org Thu Jun 04 12:11:20 2009 Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 99415 invoked from network); 4 Jun 2009 12:11:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Jun 2009 12:11:20 -0000 Received: (qmail 71099 invoked by uid 500); 4 Jun 2009 12:11:32 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 70998 invoked by uid 500); 4 Jun 2009 12:11:31 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 70984 invoked by uid 99); 4 Jun 2009 12:11:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jun 2009 12:11:31 +0000 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, 04 Jun 2009 12:11:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6F517234C051 for ; Thu, 4 Jun 2009 05:11:07 -0700 (PDT) Message-ID: <1837529746.1244117467455.JavaMail.jira@brutus> Date: Thu, 4 Jun 2009 05:11:07 -0700 (PDT) From: "Sebb (JIRA)" To: issues@commons.apache.org Subject: [jira] Deleted: (COMPRESS-76) org.apache.commons.compress.archivers.zip.ZipArchiveEntry.name hides java.util.zip.ZipEntry.name MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COMPRESS-76?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb deleted COMPRESS-76: ------------------------- > org.apache.commons.compress.archivers.zip.ZipArchiveEntry.name hides java.util.zip.ZipEntry.name > ------------------------------------------------------------------------------------------------ > > Key: COMPRESS-76 > URL: https://issues.apache.org/jira/browse/COMPRESS-76 > Project: Commons Compress > Issue Type: Bug > Reporter: Sebb > Priority: Minor > > org.apache.commons.compress.archivers.zip.ZipArchiveEntry extends java.util.zip.ZipEntry. > ZipArchiveEntry has a private field "name" which occludes the super-class "name" field. > This is confusing as it's not immediately obvious which one is being used. > If the ZipArchiveEntry name field really is needed, it should be renamed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.