bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/27375] New: ZipFile.getEntries() should return entries in


From: david at jpackage dot org
Subject: [Bug classpath/27375] New: ZipFile.getEntries() should return entries in order
Date: 2 May 2006 04:43:12 -0000

Currently, ZipFile.entries() uses a HashMap and thus returns the entries in an
unspecified order. Switching to a LinkedHashMap will return the entries in
insertion order, which is the order that they appear in the zip file.

The attached patch switches to a LinkedHashMap and uses a Map for the entries
type.


-- 
           Summary: ZipFile.getEntries() should return entries in order
           Product: classpath
           Version: 0.90
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: classpath
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: david at jpackage dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27375





reply via email to

[Prev in Thread] Current Thread [Next in Thread]