This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
ima-preparation/bug-2022/README.md

20 lines
No EOL
421 B
Markdown

# IMA - Bug prediction project
## Setup
The following dependencies are required to run `defects4j`:
```shell
brew install git svn perl wget cpanminus
```
To install `defects4j` and checkout the required project for analysis run:
```shell
mkdir -p sources
git clone https://github.com/rjust/defects4j
cd defects4j
cpanm --installdeps .
./init.sh
./framework/bin/defects4j checkout -p Closure -v 1f -w ../sources/
```