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