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

MethodSummary with Pairs of ReturnValues and FieldEdges #3

Open
bestehle opened this issue Jun 8, 2015 · 0 comments
Open

MethodSummary with Pairs of ReturnValues and FieldEdges #3

bestehle opened this issue Jun 8, 2015 · 0 comments

Comments

@bestehle
Copy link
Collaborator

bestehle commented Jun 8, 2015

So far a MethodSummary is the union of all StatesIn and consists of:

  • 1 Slot with all possible ReturnValues of all States
  • 1 FieldEdges with all unified FieldEdges of all States

To retain the link of corresponding ReturnValues and FieldEdges of a State, the MethodSummary could be changed to a Set of Pairs of Slot and FieldEdges:

  • 1 Set<Pair<Slot,FieldEdges>>

Thus there would be no information lost, but MethodInvocation would lead to multiple new States.

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

1 participant