C/C++教程

Proj FuzzViz Paper Reading: Visualizing Feature Evolution of Large-Scale Software based on Problem a

本文主要是介绍Proj FuzzViz Paper Reading: Visualizing Feature Evolution of Large-Scale Software based on Problem a,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

Abstract

背景:Hidden dependencies of structurally unrelated but over time logically coupled files exhibit a high potential to illustrate feature evolution and possible architectural deterioration
结构上不相关但随着时间的推移逻辑耦合的文件的隐藏依赖关系表现出很高的潜力来说明特征演变和可能的架构恶化。
任务:从CVS和Bugzilla等系统获取modification reports和problem reports中提取功能相关的描述
方法:Multidimensional Scaling (MDS)
将这些报告的相关性以1. feature-connected files 2. project directory structure的两种视图来展示
作为案例研究,我们使用 Mozilla 及其 CVS 和 Bugzilla 数据来展示我们方法的适用性和有效性。

这篇关于Proj FuzzViz Paper Reading: Visualizing Feature Evolution of Large-Scale Software based on Problem a的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!