文件名称:MiningSourceCode
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:1.26mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
Code duplication exists for many reasons, although it is known to be a bad practice. It
may save costs on the development phase, but it surely has a higher cost of maintenance.
What can we do to detect and eliminate those problems?
This document shows how to use the mathematical foundation of Formal Concept
Analysis to detect code duplication.
Formal Concept Analysis allows us to identify concepts, or groupings of elements, that
have common properties. We work with a particular kind of elements and properties:
Methods containing similar Regular Parse Tree Expressions. We classify these concepts
in a certain way to reveal candidates for code duplication refactorings and show them in
an ordered way, so that the user can decide to apply the refactoring when needed.
This work is done as an extension of the existing Delfstof framework for VisualWorks
Smalltalk, which is currently being developed by researchers at CWI1 and UCL.
may save costs on the development phase, but it surely has a higher cost of maintenance.
What can we do to detect and eliminate those problems?
This document shows how to use the mathematical foundation of Formal Concept
Analysis to detect code duplication.
Formal Concept Analysis allows us to identify concepts, or groupings of elements, that
have common properties. We work with a particular kind of elements and properties:
Methods containing similar Regular Parse Tree Expressions. We classify these concepts
in a certain way to reveal candidates for code duplication refactorings and show them in
an ordered way, so that the user can decide to apply the refactoring when needed.
This work is done as an extension of the existing Delfstof framework for VisualWorks
Smalltalk, which is currently being developed by researchers at CWI1 and UCL.
相关搜索: formal concept
(系统自动生成,下载前可以参看下载内容)
下载文件列表
MiningSourceCode.pdf
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.