Skip to content

fixed caller callee mix up in toString#1078

Merged
JonasKlauke merged 2 commits intodevelopfrom
fix/callgraphToString
Sep 19, 2024
Merged

fixed caller callee mix up in toString#1078
JonasKlauke merged 2 commits intodevelopfrom
fix/callgraphToString

Conversation

@JonasKlauke
Copy link
Copy Markdown
Collaborator

fixes #1075

@codecov
Copy link
Copy Markdown

codecov bot commented Sep 19, 2024

Codecov Report

Attention: Patch coverage is 18.18182% with 9 lines in your changes missing coverage. Please review.

Project coverage is 39.68%. Comparing base (bf95782) to head (ecba93c).
Report is 38 commits behind head on develop.

Files with missing lines Patch % Lines
...ain/java/sootup/callgraph/GraphBasedCallGraph.java 18.18% 9 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff               @@
##             develop    #1078       +/-   ##
==============================================
- Coverage      69.41%   39.68%   -29.73%     
+ Complexity      4473     4448       -25     
==============================================
  Files            376      659      +283     
  Lines          17078    29627    +12549     
  Branches        2967     4839     +1872     
==============================================
- Hits           11854    11757       -97     
- Misses          4303    16959    +12656     
+ Partials         921      911       -10     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@JonasKlauke JonasKlauke merged commit b1a8fe7 into develop Sep 19, 2024
@JonasKlauke JonasKlauke deleted the fix/callgraphToString branch September 19, 2024 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: GraphBasedCallGraph toString should be fixed

2 participants