Skip to content

open up the api to easier adapt the current call graph algorithm or…#633

Merged
JonasKlauke merged 6 commits intodevelopfrom
feature/OpeningCallGraphAPI
Jun 27, 2023
Merged

open up the api to easier adapt the current call graph algorithm or…#633
JonasKlauke merged 6 commits intodevelopfrom
feature/OpeningCallGraphAPI

Conversation

@JonasKlauke
Copy link
Copy Markdown
Collaborator

… to easier build your call graph algorithm

@JonasKlauke JonasKlauke linked an issue Jun 21, 2023 that may be closed by this pull request
@JonasKlauke JonasKlauke requested a review from kadirayk June 21, 2023 09:47
@codecov
Copy link
Copy Markdown

codecov bot commented Jun 21, 2023

Codecov Report

Patch coverage: 76.92% and project coverage change: -0.01 ⚠️

Comparison is base (59dfdee) 64.39% compared to head (17c8a2b) 64.39%.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop     #633      +/-   ##
=============================================
- Coverage      64.39%   64.39%   -0.01%     
- Complexity      3297     3301       +4     
=============================================
  Files            311      311              
  Lines          14741    14751      +10     
  Branches        2450     2450              
=============================================
+ Hits            9493     9499       +6     
- Misses          4361     4365       +4     
  Partials         887      887              
Impacted Files Coverage Δ
...tup/callgraph/ClassHierarchyAnalysisAlgorithm.java 90.00% <ø> (ø)
...a/sootup/callgraph/RapidTypeAnalysisAlgorithm.java 89.77% <ø> (ø)
...ain/java/sootup/callgraph/GraphBasedCallGraph.java 91.34% <75.00%> (-3.50%) ⬇️
...a/sootup/callgraph/AbstractCallGraphAlgorithm.java 88.88% <80.00%> (+0.20%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@JonasKlauke JonasKlauke merged commit 5408d07 into develop Jun 27, 2023
@JonasKlauke JonasKlauke deleted the feature/OpeningCallGraphAPI branch June 27, 2023 11:28
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.

Open up the call graph algorithm api

2 participants