mbien commented on issue #4516: URL: https://github.com/apache/netbeans/issues/4516#issuecomment-1346612963
@neilcsmith-net there are multiple issues here I believe. If you set a breakpoint at https://github.com/apache/netbeans/blob/cf48b1fd9a97a8294c10b99fa00ad488f5837206/java/maven/src/org/netbeans/modules/maven/api/output/OutputUtils.java#L186 you see that the cp does not include the active JDK. So it doesn't find anything even if the parsing works. This seems to be the case no matter if the project has a module info or not. 'packageName' a few lines above the breakpoint is incorrect too if a module is in the trace line. -- 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
