Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse visualization for chain of method call

I am looking for a useful eclipse plugin that can:

  • visualize chain of methods call (Java)
  • visualize data types hierarchy (Java)

Could you recommend anything?

like image 606
Marcin Sanecki Avatar asked Jan 27 '11 09:01

Marcin Sanecki


1 Answers

You could just also right click the method your interested in and click open call hierarchy or show references in the workspace project or working set. These are default with eclipse.

like image 75
myusuf3 Avatar answered Sep 19 '22 20:09

myusuf3