Berocoder 24 Posted July 20, 2022 (edited) I try to use Unit Dependency Analyzer. The target is to cut compile time by find cyclic dependencies in a big project where Unit A use Unit B. And Unit B use Unit A. I have attached a screenshot. How do I read that ? I see for example that AttracsCustomsSpanFetch uses AttracsSystemsGlobals in Implementation section. I see nothing wrong with that. But AttracsSystemsGlobals use BusinessClasses in interface section. And BusinessClasses uses AttracsSystemsGlobals in implementation section. I marked it with red and green. So that is a cyclic dependency, right ? But the dialog show nothing that differ the two cases above. Or did I miss something ? Edited July 20, 2022 by Berocoder Share this post Link to post
Uwe Raabe 2063 Posted July 20, 2022 The DSM view shows only units that are part of cycles - direct or indirect. If you are not familiar with the DSM view you can as well switch to the Cycles tab and see the cycles as a tree. 1 Share this post Link to post