Abstract:             Due to the explosive growth of software quantity and the mixed ability of software develop

An Automatic Software Defect Repair Method Based on Multi-Objective Genetic Programming

submited by
Style Pass
2024-10-05 17:30:06

Abstract: Due to the explosive growth of software quantity and the mixed ability of software developers, a large number of software defects emerge during the later stages of software maintenance. The search method based on genetic programming is one of the most popular in search algorithms, but it also has some issues. The single-objective approach to validate and select offspring patches without considering other constraints can affect the efficiency of patch generation. To address this issue, this paper proposes an automatic software repair method based on Multi-objective Genetic Programming (MGPRepair). Firstly, the method adopts a lightweight context analysis strategy to find suitable repair materials. Secondly, it decouples the replacement statements and insertion statements in the repair materials, using a lower-granularity patch representation method to encode the patches in the search space. Then, the automatic software defect repair is treated as a multi-objective search problem, and the NSGA-II multi-objective optimization algorithm is used to find simpler repair patches. Finally, the test case filtering technique is used to accelerate the patch validation process and generate correct patches. MGPRepair was experimentally evaluated on 395 real Java software defects from the Defects4J dataset. The experimental results show that MGPRepair can generate test case-passing patches for 51 defects, of which 35 defect patches are equivalent to manually generated patches. Its repair the efficiency and success rate are higher to other excellent automatic software defect repair methods such as jGenProg, RSRepair, ARJA, Nopol, Capgen, and SequenceR. Keywords: genetic programming; automatic software repair; multi-objective optimization; context analysis

Han, T.; Chu, Y.; Liu, F. An Automatic Software Defect Repair Method Based on Multi-Objective Genetic Programming. Appl. Sci. 2024, 14, 8550. https://doi.org/10.3390/app14188550

Leave a Comment