jQAssistant / Idea-Hub

Hub to propose and discuss new ideas, features, as well as general issues
0 stars 0 forks source link

Add more relationships to method to method invocation #24

Open hmozaffari opened 2 years ago

hmozaffari commented 2 years ago

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.