I'm not even sure what to type in Google.
Let's say I have a commit. I want a tool which analyzes codebase and show all places in code which could be affected by this commit. For example if I change a function X the tool will show all places which depends on a result of the function.
I guess that in Java it could be doable because of its strict nature. Is there anything like this? Or it's an idea for a side-project?