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

[code improve] No more views passing around #1159

Merged
merged 2 commits into from
Jan 13, 2025

Conversation

Liyw979
Copy link
Contributor

@Liyw979 Liyw979 commented Jan 12, 2025

We can access the current view object using this.view, no need to pass it around the call graph algorithms.

protected AbstractCallGraphAlgorithm(@Nonnull View view) {
this.view = view;
}

Copy link
Collaborator

@swissiety swissiety left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

makes sense - thx!

@swissiety swissiety merged commit 5f1b50b into soot-oss:develop Jan 13, 2025
7 checks passed
@Liyw979 Liyw979 deleted the improve/delete_view branch January 14, 2025 01:25
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.

2 participants