Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
12.2
-
None
-
NetBeans 12.2 on JDK 11 running under Debian Linux.
-
Important
Description
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
Attachments
Attachments
Issue Links
- duplicates
-
NETBEANS-2624 Netbeans does not handle platform javadoc for jdk 10+
- Closed