First, this is work in progress. Created a PR for easier reviewing and commenting.
This simple approach allows including the instantiation of local variables in the dependency checks (which I need).
Questions:
is such a limited extension acceptable? I would say yes. I know, extending the model (graph) to include local variables would open up a lot of more possibilities, but also be a lot of more work.
the line numbers for the new references are wrong/inaccurate. They always point to the closing } of the method. Why is that? Is there an easy fix? Thanks for any help!
First, this is work in progress. Created a PR for easier reviewing and commenting. This simple approach allows including the instantiation of local variables in the dependency checks (which I need). Questions: