Skip to content

Commit 0d4e168

Browse files
committed
ASTDiff: Finalize BenchmarkUtilityRunner
1 parent 8f51bf7 commit 0d4e168

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

src/test/java/org/refactoringminer/astDiff/utils/dataset/runners/BenchmarkUtilityRunner.java

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,8 @@
77

88
public class BenchmarkUtilityRunner {
99
public static void main(String[] args) {
10-
// System.setProperty("rm.jdt.comments", "false");
10+
System.setProperty("rm.jdt.comments", "true");
1111
// Create instances of command classes
12-
String url;
13-
url = "https://github.com/kuujo/copycat/commit/19a49f8f36b2f6d82534dc13504d672e41a3a8d1";
14-
url = "https://github.com/mockito/mockito/commit/2d036ecf1d7170b4ec7346579a1ef8904109530a";
15-
url = "https://github.com/JetBrains/MPS/commit/ce4b0e22659c16ae83d421f9621fd3e922750764";
16-
17-
18-
19-
20-
21-
22-
//insert url to args
23-
String[] temp = new String[args.length + 1];
24-
System.arraycopy(args, 0, temp, 0, args.length);
25-
temp[temp.length - 1] = url;
26-
27-
args = temp;
2812
AddCommand addCommand = new AddCommand();
2913
RemoveCommand removeCommand = new RemoveCommand();
3014

0 commit comments

Comments
 (0)