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.

Reply via email to