views:

279

answers:

3

I am looking out for a eclipse plugin or an open source tool to reverse engineer the sequence diagrams. I tried using Alto UML, but it just gives out sequence diagram of the class chose. I would like to have a sequence diagram of the whole call stack with methods, input arguments and output arugments as well.

Could you please let me know some pointers on this? Thanks!

A: 

Look at this site for a comparison of reverse engineering tools.

Romain Hippeau
A: 

Take a look at the MoDisco open source eclipse project (www.eclipse.org/MoDisco/)

Jordi Cabot
A: 

Hi, You can have a look at Reverse Java.

This not open source but better than the expensive options available in the market. It develops Sequence Diagrams and VOPC Diagrams from your Java application at runtime. You just have to run your application and Reverse Java runs in the background and creates UML diagram for you.

Rajesh Jadhav