- How can we use this callgraph toolbox as a standalone program instead of a plugin of eclipse?
The use case is in my project I just want the relationship between different functions and wanted to do an analysis on it. So having an IDE booted to that job is an overkill, so can we use the plugin code without the eclipse extension?
Which files should we look into?
- Does the callgraph algorithm require building the source code first? (works on .class or .java)
Since we want to do a static analysis on the code is this really required to build the project and then do it?
The use case is in my project I just want the relationship between different functions and wanted to do an analysis on it. So having an IDE booted to that job is an overkill, so can we use the plugin code without the eclipse extension?
Which files should we look into?
Since we want to do a static analysis on the code is this really required to build the project and then do it?