• <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++ 遗留应用程序中

        Finding quot;dead codequot; in a large C++ legacy application(查找“死代码在大型 C++ 遗留应用程序中)
      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++ 遗留应用程序中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Consistent pseudo-random numbers across platforms(跨平台一致的伪随机数)
                  Vary range of uniform_int_distribution(改变uniform_int_distribution的范围)
                  What is a seed in terms of generating a random number?(就生成随机数而言,种子是什么?)
                  Is 1.0 a valid output from std::generate_canonical?(1.0 是 std::generate_canonical 的有效输出吗?)
                  Getting big random numbers in C/C++(在 C/C++ 中获取大随机数)
                  What is the best way to generate random numbers in C++?(在 C++ 中生成随机数的最佳方法是什么?)
                    <tbody id='Gk8db'></tbody>
                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>