Quick Question ... are there any good tools available to generate class diagrams / hierarchy from existing code? Or doesn't anyone do that anymore ?

Comments

  1. I know of two free tools that can do that:
    * Pasdoc
    * GExperts Class Browser
    The results of both aren't really pretty and the latter can print the report only for a specific class.

    ReplyDelete
  2. Thomas Mueller Isn't PasDoc only for generating documentation based on the comment blocks in your code ?

    ReplyDelete
  3. Stefaan Lesage
    For some unknown reason my reply doesn't show:
    PasDoc can create a class hierarchy diagram, which is only a text file used as input for GraphViz.

    ReplyDelete
  4. Thomas Mueller I see yours two replies

    ReplyDelete
  5. You can create an UML class diagram in the Delphi IDE, but you need to enable modeling, which on a large project can be a bit of an issue.

    ReplyDelete
  6. Marco Cantù Thanks Marco, I will have a look at what I can achieve with that.

    ReplyDelete

Post a Comment