|
1. |
BugFix: A learning-based tool to assist developers in fixing bugs
Jeffrey, D.; Min Feng; Gupta, N.; Gupta, R.;
Program Comprehension, 2009. ICPC '09. IEEE 17th International Conference on
17-19 May 2009
Page(s):70
-
79
Abstract:
We present a tool called BugFix that can assist developers in fixing program bugs. Our tool automatically analyzes the debugging situation at a statement and reports a prioritized list of relevant bug-fix suggestions that are likely to guide the developer to an appropriate fix at that statement. BugFix incorporates ideas from machine learning to automatically learn from new debugging situations and bug fixes over time. This enables more effective prediction of the most relevant bug-fix suggestions for newly-encountered debugging situations. The tool takes into account the static structure of a statement, the dynamic values used at that statement by both passing and failing runs, and the interesting value mapping pairs associated with that statement. We present a case study illustrating the efficacy of BugFix in helping developers to fix bugs.
|