Which UML tool can really round-trip java code?

Posted by Geir Ove on Stack Overflow See other posts from Stack Overflow or by Geir Ove
Published on 2011-03-12T00:05:19Z Indexed on 2011/03/12 0:10 UTC
Read the original article Hit count: 258

Filed under:
|
|

Hello,

Many UML tools claim to do forward / reverse engineering of Java code. However, it turns out from prior experience, that few tools really work in this area.

I haven't been doing Java projects for 3 years, and want to get up to date with the current status in this area.

In Particular I am interested in Creating State Machine Skeletons from Diagram, be able to create hooks to my own code, and be able to reverse engineer the State Diagram back (Do not want to change the State Machine itself outside the Tool).

Which UML tools works in this area? Enterprise Architecht? Visual Paradigm? Others?

Geir Ove Norway

© Stack Overflow or respective owner

Related posts about uml

Related posts about statemachine