-
|
Hello Glassfish Developers and Community, is there a way to make classes appearing in logs clickable in apache netbeans. Currently getting some output like: Regards. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
We added information about the classloader in the stacktrace. Netbeans doesn't understand it and doesn't know how to navigate to the class. The only way is to copy the stack trace, paste it into an editor, remove the classloader prefix so that you get just And then copy & paste into the Analyze Stack Window. |
Beta Was this translation helpful? Give feedback.
-
|
You can also look at the Netbeans project at https://github.com/apache/netbeans and see if you can contribute a pull request with an enhancement into Netbeans to ignore the |
Beta Was this translation helpful? Give feedback.
-
|
Hello @OndroMih, thank you for your guidance. Will see what I can. |
Beta Was this translation helpful? Give feedback.
We added information about the classloader in the stacktrace. Netbeans doesn't understand it and doesn't know how to navigate to the class. The only way is to copy the stack trace, paste it into an editor, remove the classloader prefix so that you get just
And then copy & paste into the Analyze Stack Window.