Configuration to Run the Benchmark - pouryafard75/DiffBenchmark GitHub Wiki

Finalize your setup by updating the paths

To run the project without any difficulties, you need to set 3 configuration paths. Also, don't forget to clone RefactoringMiner locally.

Please check the ConfigurationFactory.java and update the following path:

REFACTORING_MINER_PATH = PATH_TO_YOUR_REFACTORING_MINER_LOCAL_CLONE;

e.g., REFACTORING_MINER_PATH = "/home/tsantalis/eclipse-workspace/RefactoringMiner";