You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Pierre Maréchal (Jira)" <ji...@apache.org> on 2019/10/18 06:25:00 UTC

[jira] [Created] (NETBEANS-3248) Wrong external javadoc url for jdk 11

Pierre Maréchal created NETBEANS-3248:
-----------------------------------------

             Summary: Wrong external javadoc url for jdk 11
                 Key: NETBEANS-3248
                 URL: https://issues.apache.org/jira/browse/NETBEANS-3248
             Project: NetBeans
          Issue Type: Bug
          Components: java - Javadoc
    Affects Versions: 11.2
         Environment: Windows 7
Netbeans 11.2b3
JDK13-openJ9
            Reporter: Pierre Maréchal


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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists