-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
Icfg dot exporter #640
Merged
Merged
Icfg dot exporter #640
Conversation
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
Test written does not make sense, as i am comparing two same strings.
Closed
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## develop #640 +/- ##
=============================================
+ Coverage 64.51% 65.08% +0.57%
- Complexity 3310 3350 +40
=============================================
Files 311 312 +1
Lines 14754 14849 +95
Branches 2451 2473 +22
=============================================
+ Hits 9519 9665 +146
+ Misses 4352 4296 -56
- Partials 883 888 +5
☔ View full report in Codecov by Sentry. |
kadirayk
reviewed
Jul 5, 2023
...alysis/src/main/java/sootup/analysis/interprocedural/icfg/JimpleBasedInterproceduralCFG.java
Outdated
Show resolved
Hide resolved
JonasKlauke
requested changes
Jul 5, 2023
sootup.analysis/src/test/java/sootup/analysis/interprocedural/ifds/ICFGCallGraphTest.java
Outdated
Show resolved
Hide resolved
1. One more test case added 2.ICFGDotExporter moved from core to callgraph module
1. Created a folder ICFG in resources folder to add the files. 2. Converted the CallGraph String into Java Object for test
kadirayk
approved these changes
Jul 28, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The test does not seem to make sense, as I am comparing two strings that I know will be the same. I tried the resulting string in the https://dreampuf.github.io/GraphvizOnline/ website to visualize the ICFG. I also attach the resulting png image of the ICFG.
![graphviz](/https://private-user-images.githubusercontent.com/24876965/250013989-33be6160-ca8a-429d-8db3-fa029d3e4370.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMDI0ODEsIm5iZiI6MTczOTMwMjE4MSwicGF0aCI6Ii8yNDg3Njk2NS8yNTAwMTM5ODktMzNiZTYxNjAtY2E4YS00MjlkLThkYjMtZmEwMjlkM2U0MzcwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDE5Mjk0MVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWM0Mzc2NTMzMzY1NTdmZjNjZTYzNzhiYjgzYWIxZWZhZDQxYjdiMjk1YzcwMjRlYTY1MGE2NWM0YmY2MDYxOTUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.HnAHxa4nn9T__SoNngHQIqbNzDtl6RKOArWHBcaSr2E)