java - Finding called methods - reverse call hierarchy -
Is there an instrument that would be for a given method or class, that method can be called / class List of all methods?
I am aware of code coverage equipment, but I am looking at more for static analysis.
Some types of filtering system will be required to prevent the report that is clearly produced. For example, I I am basically looking for an inverse version of the call hierarchy provided by IDEs like Eclipse and Idea. and permission to read and analyze class files. I do not have much more favorable ... com.mycompany * would like to identify all the methods in the package hierarchy.
Comments
Post a Comment