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

infusion does not set Invocation#receiver? #187

Closed
seandenigris opened this issue Aug 3, 2015 · 6 comments
Closed

infusion does not set Invocation#receiver? #187

seandenigris opened this issue Aug 3, 2015 · 6 comments

Comments

@seandenigris
Copy link
Contributor

Originally reported on Google Code with ID 187

Open a mse generated by Infusion (7.2.4) and inspect all methods, for example with:
self collect: [:m | m outgoingInvocations collect: [:i| i receiver]]

It only returns empty collections or collections with nil.

Receiver is useful for example to find self send or super send

Reported by simon.denier on 2009-10-06 13:31:55

@seandenigris
Copy link
Contributor Author

Unfortunately, it appears that infusion does not have this information, and I am not
convinced it will have it too 
soon.

Reported by tudor.girba on 2009-11-01 08:41:02

@seandenigris
Copy link
Contributor Author

Unfortunately, I dont remember why/how I came across that, that is, which analysis did
I run which asked for 
receiver in a Java/MSE model. May be a problem for later analysis.

On a more general note, perhaps we should link a moosemodel to its importing context
and have a mean to 
encode it in a MSE file (should be easy enough). This way one could quickly browse
the context to see what has 
been imported in the model and what not. Cyrille already did a widget to configure
the importing context

Reported by simon.denier on 2009-11-01 12:19:14

@seandenigris
Copy link
Contributor Author

Reported by simon.denier on 2009-12-03 13:40:34

  • Status changed: New

@seandenigris
Copy link
Contributor Author

Issue 234 has been merged into this issue.

Reported by tudor.girba on 2009-12-03 21:53:57

@seandenigris
Copy link
Contributor Author

Reported by simon.denier on 2009-12-05 15:31:51

  • Labels added: Component-Tools

@seandenigris
Copy link
Contributor Author

Reported by tudor.girba on 2011-03-11 20:54:03

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