Finding unused (aka “dead”) code in Delphi

后端 未结 8 2158
忘掉有多难
忘掉有多难 2021-01-01 23:51

Are there any tools that can determine if a function/procedure/method/entire class is used?

I\'ve seen tools that can help a knowledgeable developer track down unus

8条回答
  •  执念已碎
    2021-01-02 00:27

    Checkout the tools at http://www.peganza.com/ to help with some of your tasks.

    Icarus is freeware and it analyzes your 'uses' clauses to allow you to remove unused references.

    Pascal Analyzer is the full version which includes Icarus functionality and a ton of other tools.

提交回复
热议问题