Copy the page URI to the clipboard
Dilshener, Tezcan and Wermelinger, Michel
(2011).
DOI: https://doi.org/10.1109/icsm.2011.6080808
URL: http://www.cs.wm.edu/icsm2011/?page_id=689
Abstract
Developers working on unfamiliar systems are challenged to accurately identify where and how high-level concepts are implemented in the source code. Without additional help, concept location can become a tedious, time-consuming and error-prone task. In this paper we study an industrial financial application for which we had access to the user guide, the source code, and some change requests. We compared the relative importance of the domain concepts, as understood by developers, in the user manual and in the source code. We also searched the code for the concepts occurring in change requests, to see if they could point developers to code to be modified. We varied the searches (using exact and stem matching, discarding stop-words, etc.) and present the precision and recall. We discuss the implication of our results for maintenance.