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/12/12 14:33:14 UTC

[GitHub] [netbeans] mbien commented on issue #4516: Links in output window stacktraces do not work (when they point to JDK code)

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