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 2020/10/17 05:16:03 UTC

[GitHub] [netbeans] jlahoda opened a new pull request #2466: Stack trace analyzer needs to understand modular stack traces.

jlahoda opened a new pull request #2466:
URL: https://github.com/apache/netbeans/pull/2466


   Since JDK 9, stack traces may contain optional module names, like:
   	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.enter(JavacTaskImpl.java:282)
   
   But, the stack trace analyzer in NetBeans does not understand these lines. This patch tweaks the analyzer to understand lines with modules. It does not use the module name, though - so far does not seem to be really necessary.


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

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


[GitHub] [netbeans] lkishalmi merged pull request #2466: Stack trace analyzer needs to understand modular stack traces.

Posted by GitBox <gi...@apache.org>.
lkishalmi merged pull request #2466:
URL: https://github.com/apache/netbeans/pull/2466


   


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

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