Skip to content

[code improve] No more views passing around#1159

Merged
swissiety merged 2 commits intosoot-oss:developfrom
Liyw979:improve/delete_view
Jan 13, 2025
Merged

[code improve] No more views passing around#1159
swissiety merged 2 commits intosoot-oss:developfrom
Liyw979:improve/delete_view

Conversation

@Liyw979
Copy link
Copy Markdown
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
Copy Markdown
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
@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