主催: 名倉 正剛, 関澤 俊弦
会議名: 第28回ソフトウェア工学の基礎ワークショップ(FOSE2021)
開催地: 福島県郡山市
開催日: 2021/11/11 - 2021/11/13
p. 157-158
We propose a method for improving a generate-and-validate (G&V)-based automatic program repair (APR) system. Fixes are first generated and then output if they pass a test suite validation. However, there is a chance that the output fixes are unacceptable for developers. To reduce the number of unacceptable fixes, we propose a method called second validation that validates the behavior of the fixed program. The results of our experiment showed that 81.3% of the unacceptable fixes were filtered.