Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 3 | 2 | 0.951 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 27 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/regexp/JakartaOroMatcherTest.java |
2 | 6 | 31 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/regexp/JakartaRegexpMatcherTest.java |
3 | 6 | 31 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/regexp/Jdk14RegexpMatcherTest.java |
| |||||
public RegexpMatcher getImplementation() { return new JakartaOroMatcher(); } public JakartaOroMatcherTest(String name) { super(name); } |
| |||||
public RegexpMatcher getImplementation() { return new JakartaRegexpMatcher(); } public JakartaRegexpMatcherTest(String name) { super(name); } |
| |||||
public RegexpMatcher getImplementation() { return new Jdk14RegexpMatcher(); } public Jdk14RegexpMatcherTest(String name) { super(name); } |
| |||
public RegexpMatcher getImplementation() { return new [[#variable13016660]](); } public [[#variable13016600]](String name) { super(name); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#13016660]] | JakartaOroMatcher |
1 | 2 | [[#13016660]] | JakartaRegexpMatcher |
1 | 3 | [[#13016660]] | Jdk14RegexpMatcher |
2 | 1 | [[#13016600]] | JakartaOroMatcherTest |
2 | 2 | [[#13016600]] | JakartaRegexpMatcherTest |
2 | 3 | [[#13016600]] | Jdk14RegexpMatcherTest |