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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
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

Reply via email to