commit-classpath
[Top][All Lists]
Advanced

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

[commit-cp] classpath ./ChangeLog java/util/jar/JarFile.java


From: Mark Wielaard
Subject: [commit-cp] classpath ./ChangeLog java/util/jar/JarFile.java
Date: Thu, 11 Nov 2004 11:46:05 -0500

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Mark Wielaard <address@hidden>  04/11/11 16:39:28

Modified files:
        .              : ChangeLog 
        java/util/jar  : JarFile.java 

Log message:
        * java/util/jar/JarFile.java (verify): Make package private.
        (signaturesRead): Likewise.
        (verified): Likewise.
        (entryCerts): Likewise.
        (DEBUG): Likewise.
        (debug): Likewise.
        (entries): Construct new JarEnumeration with reference to this.
        (JarEnumeration): Make static.
        (JarEnumeration.jarfile): New field.
        (JarEnumeration.nextElement): Use and synchronize on jarfile.
        Compare verified value to Boolean.TRUE or Boolean.False only
        when verify is true.
        (getEntry): Make synchronized. Compare value of verified to
        Boolean.TRUE.
        (getInputStream): Construct EntryInputStream with reference to this.
        (getManifest): Make synchronized.
        (EntryInputStream): Make static.
        (EntryInputStream.jarfile): New field.
        (EntryInputStream.EntryInputStream): Check if manifest exists,
        before getting attributes.
        (eof): Synchronize on jarfile.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.2770&tr2=1.2771&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/util/jar/JarFile.java.diff?tr1=1.13&tr2=1.14&r1=text&r2=text





reply via email to

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