You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Dragan Bjedov (Jira)" <ji...@apache.org> on 2021/01/21 12:01:00 UTC

[jira] [Comment Edited] (NETBEANS-5271) JDK javadoc uses wrong URL in external web browser

    [ https://issues.apache.org/jira/browse/NETBEANS-5271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17269247#comment-17269247 ] 

Dragan Bjedov edited comment on NETBEANS-5271 at 1/21/21, 12:00 PM:
--------------------------------------------------------------------

For me javadoc is not shown in popup javadoc window.

I see downloading HTTP javadoc for second or two in status line.

!image-2021-01-21-13-00-00-792.png!


was (Author: draganbjedov@gmail.com):
For javadoc is not correct in popup javadoc.

I see downloding HTTP javadoc for second or two in status line.

!image-2021-01-21-13-00-00-792.png!

> 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
>            Priority: Major
>         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.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