I've uploaded DUDs (Delphu Unit Dependency Scanner) V1.2. It's only a minor update with a small fix.

I've uploaded DUDs (Delphu Unit Dependency Scanner) V1.2. It's only a minor update with a small fix.

You can download it here: http://www.easy-ip.net/delphi-unit-dependency-scanner.html

Please let me know your opinions, ideas and bugs.
http://www.easy-ip.net/delphi-unit-dependency-scanner.html

Comments

  1. I haven't tried it yet.  Does it spot and highlight semi-circular uses references?

    ReplyDelete
  2. Hi Lars Fosdal - Can you describe what you mean by "Semi Circular"?

    ReplyDelete
  3. Unit A uses Unit B in the interface section.
    Unit B uses Unit A in the implementation section.

    ReplyDelete
  4. Lars Fosdal - In the tree and the list you can see where the unit is declared (interface or implementation). From this you can tell if it's semi circular. It would be nice however to have some kind of visual indication. I'll take a look and see what I can do.

    ReplyDelete
  5. Maxim Abramovich You are correct, it does show both circular and semi circular links. However, it doesn't currently differentiate between the two. I'll try to add that functionality in the next release.

    ReplyDelete
  6. Does DUDS work with all "common" Delphi projects, more precisely Delphi 7-XE2 projects?

    ReplyDelete
  7. Erik Virtel - Yes, it should work fine. It basically only parses the uses clauses. It doesn't care about any other syntax.

    ReplyDelete

Post a Comment