• <small id='juylK'></small><noframes id='juylK'>

    <tfoot id='juylK'></tfoot>
  • <legend id='juylK'><style id='juylK'><dir id='juylK'><q id='juylK'></q></dir></style></legend>

      <bdo id='juylK'></bdo><ul id='juylK'></ul>
    <i id='juylK'><tr id='juylK'><dt id='juylK'><q id='juylK'><span id='juylK'><b id='juylK'><form id='juylK'><ins id='juylK'></ins><ul id='juylK'></ul><sub id='juylK'></sub></form><legend id='juylK'></legend><bdo id='juylK'><pre id='juylK'><center id='juylK'></center></pre></bdo></b><th id='juylK'></th></span></q></dt></tr></i><div id='juylK'><tfoot id='juylK'></tfoot><dl id='juylK'><fieldset id='juylK'></fieldset></dl></div>

      1. 查找“死代码"在大型 C++ 遗留应用程序中

        时间:2023-06-04
      2. <tfoot id='UD7Ll'></tfoot>
          <bdo id='UD7Ll'></bdo><ul id='UD7Ll'></ul>

              <i id='UD7Ll'><tr id='UD7Ll'><dt id='UD7Ll'><q id='UD7Ll'><span id='UD7Ll'><b id='UD7Ll'><form id='UD7Ll'><ins id='UD7Ll'></ins><ul id='UD7Ll'></ul><sub id='UD7Ll'></sub></form><legend id='UD7Ll'></legend><bdo id='UD7Ll'><pre id='UD7Ll'><center id='UD7Ll'></center></pre></bdo></b><th id='UD7Ll'></th></span></q></dt></tr></i><div id='UD7Ll'><tfoot id='UD7Ll'></tfoot><dl id='UD7Ll'><fieldset id='UD7Ll'></fieldset></dl></div>

              <small id='UD7Ll'></small><noframes id='UD7Ll'>

                <legend id='UD7Ll'><style id='UD7Ll'><dir id='UD7Ll'><q id='UD7Ll'></q></dir></style></legend>
                  <tbody id='UD7Ll'></tbody>

                  本文介绍了查找“死代码"在大型 C++ 遗留应用程序中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我目前正在开发一个大型的旧 C++ 应用程序,在我之前有很多开发人员.项目、类和函数中有很多死代码",不再被任何人使用.

                  I'm currently working on a large and old C++ application that has had many developers before me. There is a lot of "dead code" in the project, classes and functions that aren't used by anyone anymore.

                  有哪些工具可用于 C++ 分析大型代码库以检测和重构死代码?注意:我不是在谈论像 gcov 这样的测试覆盖率工具.

                  What tools are available for C++ to make a analysis of large code base to detect and refactor dead code? Note: I'm not talking about test coverage tool like gcov.

                  你如何在你的项目中找到死代码?

                  How do you find dead code in your project?

                  推荐答案

                  您需要使用静态分析工具

                  • StackOverflow:有哪些开源 C++ 静态分析工具可用?
                  • 维基百科:静态代码分析工具列表

                  我遇到的主要问题是,您必须小心不要从您无法控制/拥有的地方使用任何库.如果您从一个通过引用项目中的库而被使用的类中删除一个函数,您可能会破坏一些您不知道使用该代码的东西.

                  The main gotcha I've run into is that you have to be careful that any libraries aren't used from somewhere that you don't control/have. If you delete a function from a class that gets used by referencing a library in your project you can break something that you didn't know used the code.

                  这篇关于查找“死代码"在大型 C++ 遗留应用程序中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:常量变量在标题中不起作用 下一篇:Lambda 的显式返回类型

                  相关文章

                1. <tfoot id='Gk8db'></tfoot>
                  <legend id='Gk8db'><style id='Gk8db'><dir id='Gk8db'><q id='Gk8db'></q></dir></style></legend>

                  <small id='Gk8db'></small><noframes id='Gk8db'>

                    <i id='Gk8db'><tr id='Gk8db'><dt id='Gk8db'><q id='Gk8db'><span id='Gk8db'><b id='Gk8db'><form id='Gk8db'><ins id='Gk8db'></ins><ul id='Gk8db'></ul><sub id='Gk8db'></sub></form><legend id='Gk8db'></legend><bdo id='Gk8db'><pre id='Gk8db'><center id='Gk8db'></center></pre></bdo></b><th id='Gk8db'></th></span></q></dt></tr></i><div id='Gk8db'><tfoot id='Gk8db'></tfoot><dl id='Gk8db'><fieldset id='Gk8db'></fieldset></dl></div>
                      <bdo id='Gk8db'></bdo><ul id='Gk8db'></ul>