Uploaded image for project: 'Commons Compress'
  1. Commons Compress
  2. COMPRESS-92

ZipFile.getEntries() should be generified.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Duplicate
    • 1.0
    • None
    • Archivers
    • None

    Description

      Right now, ZipFile.getEntries() simply returns Enumeration, but it should return Enumeration<? extends ZipArchiveEntry> so that callers don't have to cast the results, much like java.util.zip.ZipFile.entries().

      Attachments

        Activity

          People

            Unassigned Unassigned
            scote Sean Cote
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: