Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
11.2
-
None
-
Windows 7
Netbeans 11.2b3
JDK13-openJ9
Description
Clicking "Show documentation in external web browser" button in Javadoc window sends the browser to wrong url.
Example :
https://docs.oracle.com/en/java/javase/11/docs/api/java/util/concurrent/Callable.html
When it should have been :
https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/concurrent/Callable.html
It looks like the module part is missing.
Attachments
Issue Links
- duplicates
-
NETBEANS-2624 Netbeans does not handle platform javadoc for jdk 10+
- Closed