-
Bug
-
Resolution: Fixed
-
P4
-
11
-
b26
-
x86_64
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8226451 | 14 | Jonathan Gibbons | P4 | Resolved | Fixed | b03 |
JDK-8228120 | 13.0.2 | Jonathan Gibbons | P4 | Resolved | Fixed | b01 |
JDK-8227957 | 13.0.1 | Jonathan Gibbons | P4 | Resolved | Fixed | master |
A DESCRIPTION OF THE PROBLEM :
https://docs.oracle.com/en/java/javase/11/tools/javadoc.html contains a section that reads:
"The following extended javadoc options are equivalent to corresponding javac options"
but the following parameter names are incorrect on the javadoc documentation (they are correct on the javac documentation):
"-add-exports" should read "--add-exports"
"--Xmaxerrs" should read "-Xmaxerrs"
The number of leading hyphens is incorrect.
FREQUENCY : always
https://docs.oracle.com/en/java/javase/11/tools/javadoc.html contains a section that reads:
"The following extended javadoc options are equivalent to corresponding javac options"
but the following parameter names are incorrect on the javadoc documentation (they are correct on the javac documentation):
"-add-exports" should read "--add-exports"
"--Xmaxerrs" should read "-Xmaxerrs"
The number of leading hyphens is incorrect.
FREQUENCY : always
- backported by
-
JDK-8226451 Incorrect parameters in Javadoc documentation
-
- Resolved
-
-
JDK-8227957 Incorrect parameters in Javadoc documentation
-
- Resolved
-
-
JDK-8228120 Incorrect parameters in Javadoc documentation
-
- Resolved
-