# 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/ ```