Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse plugin or a Open source tool to reverse engineer java code for sequence diagram

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!

like image 694
Abhishek Avatar asked Jun 04 '10 09:06

Abhishek


People also ask

How do I reverse engineer in eclipse?

Reverse-engineer a Java classopen the class diagram, select a Java package from a project. click the Reverse button.

Which diagram is used for reverse engineering?

Block diagram for UML Reverse Engineering Process.


2 Answers

Architexa does have sequence diagrams for the whole call stack with methods. What you will find is that unlike typical UML tools Architexa is much more code-centric and therefore would work much better for reverse engineering.

-Vineet (Architexa founder)

like image 177
Vineet Avatar answered Sep 17 '22 22:09

Vineet


Look at this Wikipedia article comparing reverse engineering tools.

like image 45
Romain Hippeau Avatar answered Sep 20 '22 22:09

Romain Hippeau