You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/10/11 07:48:01 UTC

[GitHub] [netbeans] neilcsmith-net commented on issue #4750: JavaDoc URL wrong

neilcsmith-net commented on issue #4750:
URL: https://github.com/apache/netbeans/issues/4750#issuecomment-1274240617

   I cannot reproduce this issue here with a standard Maven project.  What's the nature of the project?  It shouldn't usually fail for JDK classes, although as referenced in https://github.com/apache/netbeans/pull/4363#issuecomment-1181491931 it does for NetBeans' own source files.
   
   `moduleNameFor()` has a known issue in that it relies on the class that has modular Javadoc being on the module path, not the class path, of the project.  We could do with a more robust fix that introspects to find module info even if on the class path, and tries multiple URL's.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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

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