Skip to content

Commit

Permalink
ASTDiff: Finalize BenchmarkUtilityRunner
Browse files Browse the repository at this point in the history
  • Loading branch information
pouryafard75 committed Dec 9, 2024
1 parent 8f51bf7 commit 0d4e168
Showing 1 changed file with 1 addition and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,8 @@

public class BenchmarkUtilityRunner {
public static void main(String[] args) {
// System.setProperty("rm.jdt.comments", "false");
System.setProperty("rm.jdt.comments", "true");
// Create instances of command classes
String url;
url = "https://github.com/kuujo/copycat/commit/19a49f8f36b2f6d82534dc13504d672e41a3a8d1";
url = "https://github.com/mockito/mockito/commit/2d036ecf1d7170b4ec7346579a1ef8904109530a";
url = "https://github.com/JetBrains/MPS/commit/ce4b0e22659c16ae83d421f9621fd3e922750764";






//insert url to args
String[] temp = new String[args.length + 1];
System.arraycopy(args, 0, temp, 0, args.length);
temp[temp.length - 1] = url;

args = temp;
AddCommand addCommand = new AddCommand();
RemoveCommand removeCommand = new RemoveCommand();

Expand Down

0 comments on commit 0d4e168

Please sign in to comment.