This is the artifact page for the ESEM '19 "Predicting Merge Conflicts in Collaborative Software Development" paper by Moein Owhadi-Kareshk, Sarah Nadi, and Julia Rubin.
Here are the main durectories:
- Logs: This directory contains the log of our code for extracting the software merging data.
- prediction_data: This library is the extracted features for training the predictors. The files start with data_ are the features and the files start with label_ are the targets.
- prediction_result: The output of predictors.
- tool: Our tool for data extraction and data classification.