1

Is there some sort of API or plugin that allows me to first generate a call graph for a java project in Eclipse and to customize specific aspects, such as color, of individual methods within the graph? I'm trying to implement a plugin that creates a call graph that has been tweaked based on outside input.

Thanks

1

1 Answer 1

1

Your right: there is an plugin on sourceforge (http://www.theserverside.com/news/1364402/Code-Analysis-with-the-Eclipse-Profiler). You can download the sources and you can contribute the development of the plugin.

Have fun!

Sign up to request clarification or add additional context in comments.

1 Comment

This looks good, but I'm actually looking for something to generate a static call graph, and it looks like this one is a dynamic graph.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.