Exploring Design Smells for Smell-Based Defect Prediction

Main Authors: Sotto-Mayor, Bruno, Elmishali, Amir, Kalech, Meir, Abreu, Rui
Format: info software eJournal
Bahasa: eng
Terbitan: , 2020
Subjects:
Online Access: https://zenodo.org/record/4110652
Daftar Isi:
  • The archived file code.zip includes the software developed for the study in the article Exploring Design Smells for Smell-Based Defect Prediction. After extracting the archived file, you will find several python files. To reproduce the results obtained in this study, you have to do the following steps. We assume the reader is using macos or linux, and has python3, pip, and make installed. Edit the file config.ini Set the path of RepoDir to a directory where the program will install the 97 projects. (expect ~20GB) Run, "make" If there is an error equivalent to "may have been in progress in another thread when fork() was called". Add the following line to your .bashrc: export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES For any other issues reproducing the code, contact us at mail@brunosottomayor.com.