Analyzing the Evolution of the Source Code Vocabulary
Analyzing the Evolution of the Source Code Vocabulary
复制标题
DOI:
10.1109/csmr.2009.61
复制
发表时间:
2009-03
期刊:
影响因子:
--
通讯作者:
S. Abebe;S. Haiduc;Andrian Marcus;P. Tonella;G. Antoniol
中科院分区:
文献类型:
--
作者:
S. Abebe;S. Haiduc;Andrian Marcus;P. Tonella;G. Antoniol
Source code is a mixed software artifact, containing information for both the compiler and the developers. While programming language grammar dictates how the source code is written, developers have a lot of freedom in writing identifiers and comments. These are intentional in nature and become means of communication between developers.The goal of this paper is to analyze how the source code vocabulary changes during evolution, through an exploratory study of two software systems. Specifically, we collected data to answer a set of questions about the vocabulary evolution, such as: How does the size of the source code vocabulary evolve over time? What do most frequent terms refer to? Are new identifiers introducing new terms? Are there terms shared between different types of identifiers and comments? Are new and deleted terms in a type of identifiers mirrored in other types of identifiers or in comments?