Back in 2012, Paul Thornton had built a Delphi Unit Dependency Scanner (DUDS). I am working on a large legacy app, and in need of tools to discover what can be removed. Dead units, unneeded entries in uses clauses, and anything else that can reasonably be done to clean out the trash.

Back in 2012, Paul Thornton had built a Delphi Unit Dependency Scanner (DUDS). I am working on a large legacy app, and in need of tools to discover what can be removed. Dead units, unneeded entries in uses clauses, and anything else that can reasonably be done to clean out the trash.

The various commercial offerings are not wonderful, for this purpose. Wondering whether there is anything else around, other than Pascal Analyzer, Icarus, CodeHealer, and similar.

Comments