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

Add more relationships to method to method invocation #24

Open
hmozaffari opened this issue Feb 11, 2022 · 0 comments
Open

Add more relationships to method to method invocation #24

hmozaffari opened this issue Feb 11, 2022 · 0 comments

Comments

@hmozaffari
Copy link

Right now the INVOKES relationship in (:Method)-[:INVOKES]->(:Method) only holds lineNumber property. It would be very helpful if variables which are passed to called method be included in that relationship. That will help us to trace flow of information through method calls. Seems we need another relationship which links variables and parameters of caller method with parameters in called method.

@hmozaffari hmozaffari changed the title Add more relationships to method to method invokation Add more relationships to method to method invocation Feb 11, 2022
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