Replication Package for "MV-SZZ: A Majority Voting-Based SZZ Method"
.
├── dataset
│ ├── databases
│ ├── preparation
│ ├── pyszz_v2
│ └── repositories
├── docker
│ ├── cregit
│ ├── defects4j
│ ├── ghq
│ └── README.md
├── README.md
├── research_szz_cregit
│ ├── __init__.py
│ ├── models
│ └── repositories
├── scripts
│ ├── data_preparation
│ ├── discussion
│ ├── preliminary_study
│ ├── rq1
│ ├── rq2
│ ├── rq3
│ └── rq4
└── tools
├── cregit
├── neuralszz
└── pyszz_v2
datasetdirectory is used to store datasets. It also provides access to the raw data collected in this study.dockerdirectory is where the Dockerfile used for replication packages is located.research_szz_cregitdirectory is where the utility scripts created for some scripts inscriptsdirectory.scriptsdirectory is where jupyter notebooks is in place to replicate our study.toolsdirectory contains the PySZZ and cregit archives that we have modified and used.
Please read the following instructions and the README.md located in each folder to use the replication package.
See README.md.
See README.md.
See README.md.
See README.md.
Execute notebook
Execute notebook
Execute notebook
Execute notebook
Execute notebook
Execute notebook
Execute notebook Execute notebook Execute notebook
This Replication Package, including the modified cregit tool and associated scripts, is licensed under the GNU General Public License Version 3 (GPLv3). A copy of the GPLv3 license can be found in the file named LICENSE in the root directory of this package.
The original cregit tool, on which our modified version is based, is also licensed under the GPLv3. For details on the original cregit, please refer to here.