Skip to content

Build the project

pouryafard75 edited this page Oct 27, 2023 · 3 revisions

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.