neilcsmith-net commented on PR #8642: URL: https://github.com/apache/netbeans/pull/8642#issuecomment-3074275255
> There might be other ways we could find the module name with the existing search pattern Actually, the right way to handle this might be to make use of the `element-list` file to work out what module a package is in? eg. https://docs.oracle.com/en/java/javase/24/docs/api/element-list The original loop in this might do that instead of parsing? Also doing that in `JavadocHelper` might make it more robust in cases where the module name cannot be inferred. See #4044 #4363 and #4391 -- 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
