-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 9
-
Component/s: core-libs
-
b26
I checked the nashorn documentation for broken links, and discovered two places:
1) In nashorn/docs/JavaScriptingProgrammersGuide.html, under the heading "Scripting Package", the links to the javax.script package points to an outdated JDK 6 (!) url.
(Is this document even included in the build?)
2) In src/jdk.scripting.nashorn/share/classes/module-info.java, the link to the jdk.nashorn.api.scripting package looks incorrect. Presumably, it should use {@link jdk.nashorn.api.scripting} instead.
1) In nashorn/docs/JavaScriptingProgrammersGuide.html, under the heading "Scripting Package", the links to the javax.script package points to an outdated JDK 6 (!) url.
(Is this document even included in the build?)
2) In src/jdk.scripting.nashorn/share/classes/module-info.java, the link to the jdk.nashorn.api.scripting package looks incorrect. Presumably, it should use {@link jdk.nashorn.api.scripting} instead.