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
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;
Conference_Titel :
Software Maintenance and Reengineering (CSMR), 2013 17th European Conference on
Conference_Location :
Genova
Print_ISBN :
978-1-4673-5833-0
DOI :
10.1109/CSMR.2013.40