Improving feature location using structural similarity and iterative graph mapping

  • Authors:
  • Xin Peng;Zhenchang Xing;Xi Tan;Yijun Yu;Wenyun Zhao

  • Affiliations:
  • School of Computer Science, Fudan University, Shanghai, China;School of Computer Engineering, Nanyang Technological University, Singapore;School of Computer Science, Fudan University, Shanghai, China;Department of Computing, The Open University, UK;School of Computer Science, Fudan University, Shanghai, China

  • Venue:
  • Journal of Systems and Software
  • Year:
  • 2013

Quantified Score

Hi-index 0.00

Visualization

Abstract

Locating program element(s) relevant to a particular feature is an important step in efficient maintenance of a software system. The existing feature location techniques analyse each feature independently and perform a one-time analysis after being provided an initial input. As a result, these techniques are sensitive to the quality of the input. In this paper, we propose to address the above issues in feature location using an iterative context-aware approach. The underlying intuition is that features are not independent of each other, and the structure of source code resembles the structure of features. The distinguishing characteristics of the proposed approach are: (1) it takes into account the structural similarity between a feature and a program element to determine feature-element relevance and (2) it employs an iterative process to propagate the relevance of the established mappings between a feature and a program element to the neighbouring features and program elements. We evaluate our approach using two different systems, DirectBank, a small-scale industry financial system, and Linux kernel, a large-scale open-source operating system. Our evaluation suggests that the proposed approach is more robust and can significantly increase the recall of feature location with only a minor decrease of precision.