-
-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Demangling of Java function names for coverage results
This commit adds demangling support for Java. I couldn't find any good third-party library for this, so I quickly implemented my own, based on https://docs.oracle.com/javase/specs/jvms/se8/html/jvms-4.html#jvms-4.3.2 It might still be have a couple of bugs, but at least for my simple smoke tests, demangling seems to work just fine.
- Loading branch information
1 parent
0d293b8
commit 566b444
Showing
2 changed files
with
109 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters