[
https://issues.apache.org/jira/browse/NETBEANS-5271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Bien closed NETBEANS-5271.
----------------------------------
Fix Version/s: ?
Resolution: Fixed
javadoc links should be working fine now. The issue should have been closed a
while ago.
> 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
> Assignee: Jakub Herkel
> Priority: Major
> Fix For: ?
>
> Attachments: image-2021-01-21-13-00-00-792.png
>
>
> 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.20.10#820010)
---------------------------------------------------------------------
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