Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.957 | import_statements |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 21 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/optional/i18n/TranslateTest.java |
2 | 4 | 20 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/optional/junit/JUnitTaskTest.java |
| |||||
import org.apache.tools.ant.BuildFileTest; import java.io.File; import java.io.FileInputStream; import java.io.IOException; |
| |||||
import org.apache.tools.ant.BuildFileTest; import java.io.BufferedReader; import java.io.FileReader; import java.io.IOException; |
| |||
import org.apache.tools.ant.BuildFileTest; import java.io. [[#variable130c0f80]]; import java.io. [[#variable130c1040]]; import java.io.IOException; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#130c0f80]] | File |
1 | 2 | [[#130c0f80]] | BufferedReader |
2 | 1 | [[#130c1040]] | FileInputStream |
2 | 2 | [[#130c1040]] | FileReader |