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

Refactor DataFlowAbstraction so that it has only two fields: statement and variable #21

Closed
pauloborba opened this issue Jul 10, 2020 · 1 comment
Assignees

Comments

@pauloborba
Copy link
Member

 private Local local;
 private JInstanceFieldRef localInstanceField;		     private JInstanceFieldRef localInstanceField;
 private JArrayRef localJArrayRef;
 private StaticFieldRef localStaticFieldRef;
@barbosamaatheus
Copy link
Collaborator

Currently at #31 I add the attributes:

private Statement stmt;
private Value value;

However, an effort is needed to refactor the other analyzes that still use the other fields. In a quick analysis, I believe only intra OA analysis that uses these fields.

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

No branches or pull requests

2 participants