Skip to content
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

feat(coverage): Demangling of Java function names in coverage results #388

Merged

Commits on May 2, 2024

  1. feat (coverage): 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.
    vogelsgesang committed May 2, 2024
    Configuration menu
    Copy the full SHA
    67a1eb6 View commit details
    Browse the repository at this point in the history
  2. Pacify the linter

    vogelsgesang committed May 2, 2024
    Configuration menu
    Copy the full SHA
    df1ead8 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    bcf7326 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    6b2c5df View commit details
    Browse the repository at this point in the history