1

At times I find myself struggling to navigate the object landscape of a large, legacy system having 100+ classes.

This seems like a fairly common challenge.

I'm just curious if there are any highly recommended tools out there that compile your source code and produce some kind of visualization of how your objects relate to one another.

Thanks.

Aaron Fi
  • 10,116
  • 13
  • 66
  • 91

3 Answers3

1

Check out CDA and their quick start guide.

CoolBeans
  • 20,654
  • 10
  • 86
  • 101
1

You can generate an UML Class Diagram using reverse engineering with tools like ArgoUML.

Community
  • 1
  • 1
Marcelo
  • 11,218
  • 1
  • 37
  • 51
1

There are many good reverse engineering tools are available. Some are commercialy availbale like Rational Rose, Enterprise Architect and visual paradigm. In Open source I like Star UML, Argo UML. Class dependency analyzer is also good one.

Kamahire
  • 2,149
  • 3
  • 21
  • 50