[
https://issues.apache.org/jira/browse/NETBEANS-3090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Bien closed NETBEANS-3090.
----------------------------------
Fix Version/s: ?
Resolution: Fixed
javadoc links should be working fine now. The issue should have been closed a
while ago.
> Missing module name in a URL when linking javadoc
> -------------------------------------------------
>
> Key: NETBEANS-3090
> URL: https://issues.apache.org/jira/browse/NETBEANS-3090
> Project: NetBeans
> Issue Type: Bug
> Components: java - Javadoc
> Affects Versions: 11.1
> Environment: NetBeans 11.1 macOS 10.14.6
> Reporter: Vasily
> Priority: Major
> Fix For: ?
>
>
> Using -link option with javadoc produces invalid URL.
> Steps to reproduce:
> 1. Set -link [https://docs.oracle.com/en/java/javase/11/docs/api/] in
> project>build>Documenting Additional Javadoc Options field
> 2. Generate Javadoc for this project
> 3. Click on any class reference pointing to externally linked documentation
> (for example java.lang.Object)
> Link appears to point to:
> [https://docs.oracle.com/en/java/javase/11/docs/api/java/lang/Object.html?is-external=true]
> instead of:
> [https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html]
> The missing bit is java.base module part of the url
> This problem is not reproduced in NetBeans 10
--
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