Javadoc mode and static mode generate different signature files for CDC 1.1
spec. Attached are two signature files. The difference for CommConnection
can be ignored because it is a bug in CDC build.
In Javadoc mode signature file, the memebers of java.util.jar.JarEntry
includes constant fields from java.util.zip.ZipEntry, which is a super class.
But in static mode signature file, these constants are from
java.util.zip.ZipConstants, which is a package private interface which
ZipEntry implements.
spec. Attached are two signature files. The difference for CommConnection
can be ignored because it is a bug in CDC build.
In Javadoc mode signature file, the memebers of java.util.jar.JarEntry
includes constant fields from java.util.zip.ZipEntry, which is a super class.
But in static mode signature file, these constants are from
java.util.zip.ZipConstants, which is a package private interface which
ZipEntry implements.