From 93dd47cc8d15394ae04030286ccc5cd486c34c1c Mon Sep 17 00:00:00 2001 From: Martin Monperrus Date: Tue, 27 Aug 2019 06:23:49 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b2d1ac..51fb155 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Code of FixMiner -## Prequisites +## Prerequisites redis should be installed on the machine. @@ -32,7 +32,7 @@ mvn install ## Main classes -* `src/main/java/edu/lu/uni/serval/fixminer/Launcher.java` computes the edit scripts from local file pairs and pushes them to a Redis database +* `src/main/java/edu/lu/uni/serval/fixminer/Launcher.java` computes the edit scripts from local file pairs and pushes them to a Redis database: `mvn exec:java -Dexec.mainClass=edu.lu.uni.serval.fixminer.Launcher -Dexec.args=../fixminer-core/python/data/app.properties` * `src/main/java/edu/lu/uni/serval/utils/ClusterToPattern.java` extracts the Rich Edit Script from the Gumtree output from the database * `src/main/java/edu/lu/uni/serval/utils/CallShell.java` * `src/main/java/edu/lu/uni/serval/fixminer/TestTreeLoader.java`