2

What are some tools to convert Java programs into sequence diagrams?

danben
  • 80,905
  • 18
  • 123
  • 145
Brandon
  • 109
  • 2
  • 3
  • Duplicate of [Sequence Diagram Reverse Engineering](http://stackoverflow.com/questions/87137/sequence-diagram-reverse-engineering) – Pascal Thivent Jul 15 '10 at 02:34

4 Answers4

1

The Netbeans IDE has reverse engineering (fast-forward to the last screenshot in the blog).

Bill the Lizard
  • 398,270
  • 210
  • 566
  • 880
Volker Stolz
  • 7,274
  • 1
  • 32
  • 50
0

I believe Enterprise Architect supports Java.

http://www.sparxsystems.com.au/

I've used it for C#.NET and it reverse engineers all your classes / methods / interfaces etc and makes it easy to create sequence diagrams. It is also possible to get a sequence diagram out of a debug session, but I haven't tried that yet!

Fenton
  • 241,084
  • 71
  • 387
  • 401
0

eclipse can be upgraded with OMONDO. Which is not free, but they had a free version some years ago and that on was capable of re-engineering Java code to sequence diagrams.

Here is another big list of UML tools.

Andreas Dolk
  • 113,398
  • 19
  • 180
  • 268
0

Poseidon for UML

Sean Owen
  • 66,182
  • 23
  • 141
  • 173