|
19 | 19 |
|
20 | 20 | package com.github.gumtree.benchmark; |
21 | 21 |
|
22 | | -import com.github.gumtreediff.actions.EditScript; |
23 | | -import com.github.gumtreediff.actions.EditScriptGenerator; |
24 | | -import com.github.gumtreediff.actions.SimplifiedChawatheScriptGenerator; |
| 22 | +import com.github.gumtreediff.actions.*; |
25 | 23 | import com.github.gumtreediff.actions.model.*; |
26 | 24 | import com.github.gumtreediff.gen.Register; |
27 | 25 | import com.github.gumtreediff.gen.SyntaxException; |
|
30 | 28 | import com.github.gumtreediff.gen.treesitterng.PythonTreeSitterNgTreeGenerator; |
31 | 29 | import com.github.gumtreediff.io.DirectoryComparator; |
32 | 30 | import com.github.gumtreediff.matchers.*; |
33 | | -import com.github.gumtreediff.matchers.heuristic.RwsDiffMatcher; |
34 | 31 | import com.github.gumtreediff.tree.TreeContext; |
35 | 32 | import com.github.gumtreediff.utils.Pair; |
36 | 33 |
|
@@ -86,8 +83,6 @@ public static void main(String[] args) throws IOException, ClassNotFoundExceptio |
86 | 83 | if (configurations.isEmpty()) { |
87 | 84 | configurations.add(new MatcherConfig("simple", |
88 | 85 | CompositeMatchers.SimpleGumtree::new, mediumMinSim())); |
89 | | - configurations.add(new MatcherConfig("rws", |
90 | | - RwsDiffMatcher::new, new GumtreeProperties())); |
91 | 86 | //configurations.add(new MatcherConfig("auto", |
92 | 87 | //CompositeMatchers.SimpleGumtreeAutoMt::new, new GumtreeProperties())); |
93 | 88 | //configurations.add(new MatcherConfig("hybrid-100", |
|
0 commit comments