Return
Refactoring-Aware Block Tracking in Commit History
DOI:10.1109/TSE.2024.3484586.png)
Abstract
En 中文
Tracking the change history of statements in the commits of a project repository is in many cases useful for supporting various software maintenance, comprehension, and evolution tasks. A high level of accuracy can facilitate the adoption of code tracking tools by developers and researchers. To this end, we propose CodeTracker, a refactoring-aware tool that can generate the commit change history for code blocks. To evaluate its accuracy, we created an oracle with the change history of 1,280 code blocks found within 200 methods from 20 popular open-source project repositories. Moreover, we created a baseline based on the current state-of-the-art Abstract Syntax Tree diff tool, namely GumTree 3.0, in order to compare the accuracy and execution time. Our experiments have shown that CodeTracker has a considerably higher precision/recall and faster execution time than the GumTree-based baseline, and can extract the complete change history of a code block with a precision and recall of 99.5% within 3.6 seconds on average.
Keywords:
Codes
History
Software
Accuracy
Containers
Computer bugs
Source coding
Software engineering
Java
Target tracking
Commit change history
refactoring-aware source code tracking
change oracle
Journal
IF:
5.6
Papers:
2.8K
Citations:
1.1W

