-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
issue 965 implement call graph diff #976
Conversation
sahilagichani14
commented
Jul 8, 2024
•
edited
Loading
edited
- Have to implement find differences when provided entry points.
- Have to write test cases as well
sootup.callgraph/src/main/java/sootup/callgraph/CallGraphDifference.java
Outdated
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #976 +/- ##
=============================================
- Coverage 70.18% 70.05% -0.13%
- Complexity 4129 4130 +1
=============================================
Files 315 316 +1
Lines 15588 15615 +27
Branches 2672 2674 +2
=============================================
- Hits 10940 10939 -1
- Misses 3761 3789 +28
Partials 887 887 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
sootup.callgraph/src/test/java/sootup/callgraph/CallGraphDifferenceTest.java
Outdated
Show resolved
Hide resolved
…tool independent.