• <tfoot id='ujscL'></tfoot>
  • <small id='ujscL'></small><noframes id='ujscL'>

    <legend id='ujscL'><style id='ujscL'><dir id='ujscL'><q id='ujscL'></q></dir></style></legend>

  • <i id='ujscL'><tr id='ujscL'><dt id='ujscL'><q id='ujscL'><span id='ujscL'><b id='ujscL'><form id='ujscL'><ins id='ujscL'></ins><ul id='ujscL'></ul><sub id='ujscL'></sub></form><legend id='ujscL'></legend><bdo id='ujscL'><pre id='ujscL'><center id='ujscL'></center></pre></bdo></b><th id='ujscL'></th></span></q></dt></tr></i><div id='ujscL'><tfoot id='ujscL'></tfoot><dl id='ujscL'><fieldset id='ujscL'></fieldset></dl></div>
          <bdo id='ujscL'></bdo><ul id='ujscL'></ul>
      1. 查找“死代码"在大型 C++ 遗留应用程序中

        时间:2023-10-06
      2. <tfoot id='Ca95i'></tfoot>

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

            <bdo id='Ca95i'></bdo><ul id='Ca95i'></ul>

                <i id='Ca95i'><tr id='Ca95i'><dt id='Ca95i'><q id='Ca95i'><span id='Ca95i'><b id='Ca95i'><form id='Ca95i'><ins id='Ca95i'></ins><ul id='Ca95i'></ul><sub id='Ca95i'></sub></form><legend id='Ca95i'></legend><bdo id='Ca95i'><pre id='Ca95i'><center id='Ca95i'></center></pre></bdo></b><th id='Ca95i'></th></span></q></dt></tr></i><div id='Ca95i'><tfoot id='Ca95i'></tfoot><dl id='Ca95i'><fieldset id='Ca95i'></fieldset></dl></div>
              • <legend id='Ca95i'><style id='Ca95i'><dir id='Ca95i'><q id='Ca95i'></q></dir></style></legend>
                  <tbody id='Ca95i'></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++ 遗留应用程序中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

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

                  相关文章

                  最新文章

                  <tfoot id='4ypim'></tfoot>

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

                  <legend id='4ypim'><style id='4ypim'><dir id='4ypim'><q id='4ypim'></q></dir></style></legend>

                      <small id='4ypim'></small><noframes id='4ypim'>

                        <bdo id='4ypim'></bdo><ul id='4ypim'></ul>