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
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
I haven't tried it yet. Does it spot and highlight semi-circular uses references?
ReplyDeleteHi Lars Fosdal - Can you describe what you mean by "Semi Circular"?
ReplyDeleteUnit A uses Unit B in the interface section.
ReplyDeleteUnit B uses Unit A in the implementation section.
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.
ReplyDeleteMaxim 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.
ReplyDeleteDoes DUDS work with all "common" Delphi projects, more precisely Delphi 7-XE2 projects?
ReplyDeleteErik Virtel - Yes, it should work fine. It basically only parses the uses clauses. It doesn't care about any other syntax.
ReplyDelete