Glenn Holmer created NETBEANS-5271:
--------------------------------------
Summary: JDK javadoc uses wrong URL in external web browser
Key: NETBEANS-5271
URL: https://issues.apache.org/jira/browse/NETBEANS-5271
Project: NetBeans
Issue Type: Bug
Components: java - Javadoc
Affects Versions: 12.2
Environment: NetBeans 12.2 on JDK 11 running under Debian Linux.
Reporter: Glenn Holmer
Steps to reproduce:
0) Hit ctrl-space on e.g. System.out.println(). Popup Javadoc appears correctly.
1) Click "Show documentation in external web browser" button (second from right
in popup toolbar).
2) Browser will report a 404 because the URL is
[https://docs.oracle.com/en/java/javase/11/docs/api/java/io/PrintStream.html]
instead of
[https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/PrintStream.html]
This appears to happen with all base classes, e.g.
[https://docs.oracle.com/en/java/javase/11/docs/api/java/lang/Math.html]
instead of
[https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Math.html]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists