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/JakartaOroRegexpTest.java |
2 | 6 | 31 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/regexp/JakartaRegexpRegexpTest.java |
3 | 6 | 31 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/regexp/Jdk14RegexpRegexpTest.java |
| |||||
public Regexp getRegexpImplementation() { return new JakartaOroRegexp(); } public JakartaOroRegexpTest(String name) { super(name); } |
| |||||
public Regexp getRegexpImplementation() { return new JakartaRegexpRegexp(); } public JakartaRegexpRegexpTest(String name) { super(name); } |
| |||||
public Regexp getRegexpImplementation() { return new Jdk14RegexpRegexp(); } public Jdk14RegexpRegexpTest(String name) { super(name); } |
| |||
public Regexp getRegexpImplementation() { return new [[#variable1301d180]](); } public [[#variable1301d080]](String name) { super(name); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1301d180]] | JakartaOroRegexp |
1 | 2 | [[#1301d180]] | JakartaRegexpRegexp |
1 | 3 | [[#1301d180]] | Jdk14RegexpRegexp |
2 | 1 | [[#1301d080]] | JakartaOroRegexpTest |
2 | 2 | [[#1301d080]] | JakartaRegexpRegexpTest |
2 | 3 | [[#1301d080]] | Jdk14RegexpRegexpTest |