-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JavaStackTrace: Added support for package prefix #2658
JavaStackTrace: Added support for package prefix #2658
Conversation
Just to confirm, does this/should this match something like |
Good questions. I investigated a little: The print method of Java Throwable uses the standard Why can't it ever be easy... I'll fix it. Also, I intentionally made the stack frame pattern more accepting than it has to be. This makes the pattern simpler and more robust in case I forgot a case (like I did). |
This adds support for modules in Java stack traces.
This fixes #2657.