DocumentCode
1958866
Title
Using Version Control History to Follow the Changes of Source Code Elements
Author
Toth, Zoltan ; Novak, G. ; Ferenc, Rudolf ; Siket, Istvan
Author_Institution
Dept. of Software Eng., Univ. of Szeged, Szeged, Hungary
fYear
2013
fDate
5-8 March 2013
Firstpage
319
Lastpage
322
Abstract
Version control systems store the whole history of the source code. Since the source code of a system is organized into files and folders, the history tells us the concerned files and their changed lines only but software engineers are also interested in which source code elements (e.g. classes or methods) are affected by a change. Unfortunately, in most programming languages source code elements do not follow the file system hierarchy, which means that a file can contain more classes and methods and a class can be stored in more files, which makes it difficult to determine the changes of classes by using the changes of files. To solve this problem we developed an algorithm, which is able to follow the changes of the source code elements by using the changes of files and we successfully applied it on the Web Kit open source system.
Keywords
Internet; configuration management; file organisation; public domain software; Web Kit open source system; file change; file system hierarchy; programming language; software engineer; source code element; version control history; version control system; Algorithm design and analysis; Control systems; Data mining; History; Measurement; Software; Software algorithms; Repository Mining; Static Analysis; Version Control System;
fLanguage
English
Publisher
ieee
Conference_Titel
Software Maintenance and Reengineering (CSMR), 2013 17th European Conference on
Conference_Location
Genova
ISSN
1534-5351
Print_ISBN
978-1-4673-5833-0
Type
conf
DOI
10.1109/CSMR.2013.40
Filename
6498479
Link To Document