JavaStackTrace: Added support for package prefix#2658
JavaStackTrace: Added support for package prefix#2658RunDevelopment merged 2 commits intoPrismJS:masterfrom
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.