-
Bug
-
Resolution: Fixed
-
P4
-
8, 9
-
b164
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8178259 | 10 | Kumar Srinivasan | P4 | Resolved | Fixed | b04 |
A DESCRIPTION OF THE PROBLEM :
1. In java.util.jar.Pack200.Packer.PROGRESS field documentation, the word "unpacker" should be replaced by "packer" in the whole paragraph, this documentation was copied directly from java.util.jar.Pack200.Unpacker.PROGRESS field documentation without any modification to adapt it to Packer context.
2. In java.util.jar.Pack200.Unpacker.PROGRESS field documentation, the sentence "At a minimum, the unpacker must set progress to 0 at the beginning of a packing operation, and to 100 at the end." should be replaced by "At a minimum, the unpacker must set progress to 0 at the beginning of an unpacking operation, and to 100 at the end."
URL OF FAULTY DOCUMENTATION :
https://docs.oracle.com/javase/8/docs/api/java/util/jar/Pack200.Packer.html#PROGRESS
1. In java.util.jar.Pack200.Packer.PROGRESS field documentation, the word "unpacker" should be replaced by "packer" in the whole paragraph, this documentation was copied directly from java.util.jar.Pack200.Unpacker.PROGRESS field documentation without any modification to adapt it to Packer context.
2. In java.util.jar.Pack200.Unpacker.PROGRESS field documentation, the sentence "At a minimum, the unpacker must set progress to 0 at the beginning of a packing operation, and to 100 at the end." should be replaced by "At a minimum, the unpacker must set progress to 0 at the beginning of an unpacking operation, and to 100 at the end."
URL OF FAULTY DOCUMENTATION :
https://docs.oracle.com/javase/8/docs/api/java/util/jar/Pack200.Packer.html#PROGRESS
- backported by
-
JDK-8178259 Typos in Jar Packer/Unpacker PROGRESS field documentation
-
- Resolved
-