FL(Fault Localization) + APR(Automated Program Repair) + RT(Regression Testing) 를 통합한 자동화 프레임워크로 버기 프로그램에 대한 패치를 자동으로 생성
sudo apt-get install python3 python3-pip
source env/bin/activate
or
pip install -r requirements.txt
python run.py -p 1
-pflag specifies the number of project(1~17)-tflag specifies the timeout for RT of Testcases-gflag specifies the number of patch generation per buggy in APR-sflag specifies the number of random seed
- Dongwook Choi ([email protected])
- Jinyoung Kim ([email protected])
- Jinseok Heo ([email protected])
- Youngkyung Kim ([email protected])
- Hohyeon Jeong ([email protected])
- Misoo Kim ([email protected])
- Eunseok Lee ([email protected])
This work was supported by the National Research Foundation of Korea(NRF) grant funded by the Korea government(MSIT) (No. 2019R1A2C2006411).