Abstract
In this study, we proposed an approach to mine a change history to improve the bug localization performance. The key idea is that a recently fixed file may be fixed in the near future. We used a combination of textual feature and mining the change history to recommend source code files that are likely to be fixed for a given bug report. First, we adopted the Vector Space Model (VSM) to find relevant source code files that are textually similar to the bug report. Second, we analyzed the change history to identify previously fixed files. We then estimated the fault proneness of these files. Finally, we combined the two scores, from textual similarity and fault proneness, for every source code file. We then recommend developers examine source code files with higher scores. We evaluated our approach based on 1,212 bug reports from the Eclipse Platform and Eclipse JDT. The experimental results show that our proposed approach can improve the bug localization performance and effectively identify buggy files.
Original language | English |
---|---|
Title of host publication | 2013 IEEE International Symposium on Software Reliability Engineering Workshops, ISSREW 2013 |
Pages | 108-113 |
Number of pages | 6 |
DOIs | |
Publication status | Published - 1 Dec 2013 |
Externally published | Yes |
Event | 2013 24th IEEE International Symposium on Software Reliability Engineering Workshops, ISSREW 2013 - Pasadena, CA, United States of America Duration: 4 Nov 2013 → 7 Nov 2013 |
Conference
Conference | 2013 24th IEEE International Symposium on Software Reliability Engineering Workshops, ISSREW 2013 |
---|---|
Country/Territory | United States of America |
City | Pasadena, CA |
Period | 4/11/13 → 7/11/13 |
Keywords
- Bug Localization
- Information Retrieval
- Mining Change History
- Software Debugging