You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
hmozaffari
changed the title
Add more relationships to method to method invokation
Add more relationships to method to method invocation
Feb 11, 2022
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.
The text was updated successfully, but these errors were encountered: