如何检测接口和实现uses子句中无用的Delphi单元?
是否有一个向导/工具可以自动检测所有无用的单元?
如果在当前单元中我“使用类”,但实际上我不需要它,我当然可以手动删除类。但是如何为项目中的所有单元自动执行此操作?有没有一种不同于“删除一个,尝试编译,如果成功保存”的方法?
当然,经常发生的情况是,您将一个组件放在表单上,添加了一些单元,您删除了该组件,但单元并未被删除。
或者我重构代码,将一些类移到另一个单元中。
Possible Duplicate:
How can I identify and get rid of unused units in the “uses clause” in Delphi 7 ?
Is there a wizard/tool to automatically detect all useless units?
If in the current unit I "use classes" but in practice I don't need it I can of course manually remove Classes. But how can I do this automatically for all units in a project? Is there a way different than "delete one, try to compile, if succesful save"?
Of course often what happens is that you drop a component on the form, some units are added, you delete the component and the units are not removed.
Or I refactor code, I move some classes in another unit.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Icarus - 使用 Delphi 的列表分析器
Icarus - Uses List Analyzer for Delphi