Using Changeset Descriptions as a Data Source to Assist Feature Location

Muslim Chochlov,Michael English,Jim Buckley
DOI: https://doi.org/10.1109/SCAM.2015.7335401
2024-02-08
Abstract:Feature location attempts to assist developers in discovering functionality in source code. Many textual feature location techniques utilize information retrieval and rely on comments and identifiers of source code to describe software entities. An interesting alternative would be to employ the changeset descriptions of the code altered in that changeset as a data source to describe such software entities. To investigate this we implement a technique utilizing changeset descriptions and conduct an empirical study to observe this technique's overall performance. Moreover, we study how the granularity (i.e. file or method level of software entities) and changeset range inclusion (i.e. most recent or all historical changesets) affect such an approach. The results of a preliminary study with Rhino and <a class="link-external link-http" href="http://Mylyn.Tasks" rel="external noopener nofollow">this http URL</a> systems suggest that the approach could lead to a potentially efficient feature location technique. They also suggest that it is advantageous in terms of the effort to configure the technique at method level granularity and that older changesets from older systems may reduce the effectiveness of the technique.
Software Engineering
What problem does this paper attempt to address?