Symmetry (Apr 2018)

Applying Genetic Programming with Similar Bug Fix Information to Automatic Fault Repair

  • Geunseok Yang,
  • Youngjun Jeong,
  • Kyeongsic Min,
  • Jung-won Lee,
  • Byungjeong Lee

DOI
https://doi.org/10.3390/sym10040092
Journal volume & issue
Vol. 10, no. 4
p. 92

Abstract

Read online

Owing to the high complexity of recent software products, developers cannot avoid major/minor mistakes, and software bugs are generated during the software development process. When developers manually modify a program source code using bug descriptions to fix bugs, their daily workloads and costs increase. Therefore, we need a way to reduce their workloads and costs. In this paper, we propose a novel automatic fault repair method by using similar bug fix information based on genetic programming (GP). First, we searched for similar buggy source codes related to the new given buggy code, and then we searched for a fixed the buggy code related to the most similar source code. Next, we transformed the fixed code into abstract syntax trees for applying GP and generated the candidate program patches. In this step, we verified the candidate patches by using a fitness function based on given test cases to determine whether the patch was valid or not. Finally, we produced program patches to fix the new given buggy code.

Keywords