返回介绍

测试和持续集成 - 维护

发布于 2020-07-27 14:09:26 字数 3546 浏览 917 评论 0 收藏 0

This picks and describes some tools to help analyze the state of the codebase and support its maintenance.

Analyze churn

The amount of churn, so the number of changes done to a file can be an indicator which files/parts might need refactoring.

To find churn metrics a tool such as Churn can be used:

  1. gem install churn

An example output as of v1.6.0-rc2 would be:

  1. cd src/Firmware
  2. churn --start_date "6 months ago"
  3. **********************************************************************
  4. * Revision Changes
  5. **********************************************************************
  6. Files
  7. +------------------------------------------+
  8. | file |
  9. +------------------------------------------+
  10. | src/modules/navigator/mission.cpp |
  11. | src/modules/navigator/navigator_main.cpp |
  12. | src/modules/navigator/rtl.cpp |
  13. +------------------------------------------+
  14. **********************************************************************
  15. * Project Churn
  16. **********************************************************************
  17. Files
  18. +---------------------------------------------------------------------------+---------------+
  19. | file_path | times_changed |
  20. +---------------------------------------------------------------------------+---------------+
  21. | src/modules/mc_pos_control/mc_pos_control_main.cpp | 107 |
  22. | src/modules/commander/commander.cpp | 67 |
  23. | ROMFS/px4fmu_common/init.d/rcS | 52 |
  24. | Makefile | 49 |
  25. | src/drivers/px4fmu/fmu.cpp | 47 |
  26. | ROMFS/px4fmu_common/init.d/rc.sensors | 40 |
  27. | src/drivers/boards/aerofc-v1/board_config.h | 31 |
  28. | src/modules/logger/logger.cpp | 29 |
  29. | src/modules/navigator/navigator_main.cpp | 28 |

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文