Build the project - pouryafard75/DiffBenchmark GitHub Wiki
How to build DiffBenchmark
First, clone the RefactoringMiner repository.
Then, go to file benchmark.utils.Configuration.ConfigurationFactory
and update field REFACTORING_MINER_PATH
to the RefactoringMiner cloned repository path in your hard drive.
Import DiffBenchmark as a gradle project in your IDE, or run ./gradlew jar
to build.
Then, Please check the Configuration-Wikipage to finalize your setup.