michelle.devereux@Ireland 2001-03-22
This bug has been reported to me by IBM:
The source for the ZipConstants class in java.util.zip is missing a * in
its comments at the start, which means that it has not been included in the
online API specification. In other words, the comments are being
interpreted as comments and not Javadoc. This is a problem, because you
have a public interface that isn't actually specified, simply because of a
typo. This is the case for all JDKs up to 1.3.
This bug has been reported to me by IBM:
The source for the ZipConstants class in java.util.zip is missing a * in
its comments at the start, which means that it has not been included in the
online API specification. In other words, the comments are being
interpreted as comments and not Javadoc. This is a problem, because you
have a public interface that isn't actually specified, simply because of a
typo. This is the case for all JDKs up to 1.3.
- relates to
-
JDK-4512189 Four classes export the ZipConstants constants
-
- Closed
-
-
JDK-5053596 java.util.zip.ZipEntry implements an interface that is not included in javadoc
-
- Closed
-