-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
8
A DESCRIPTION OF THE PROBLEM :
The documentation of JarFile.stream() method is inherited from ZipFile.stream(), so a new documentation should be created for the overridden method in which the word "ZIP" should be replaced by "Jar".
URL OF FAULTY DOCUMENTATION :
https://docs.oracle.com/javase/8/docs/api/java/util/jar/JarFile.html#stream--
The documentation of JarFile.stream() method is inherited from ZipFile.stream(), so a new documentation should be created for the overridden method in which the word "ZIP" should be replaced by "Jar".
URL OF FAULTY DOCUMENTATION :
https://docs.oracle.com/javase/8/docs/api/java/util/jar/JarFile.html#stream--
- duplicates
-
JDK-8064736 Part of java.util.jar.JarFile spec looks confusing with references to Zip
- Closed