Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.988 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 273 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/ConcatTest.java |
2 | 5 | 132 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/CopyTest.java |
| |||||
public void testTranscoding() throws IOException { executeTarget("testTranscoding"); File f1 = getProject().resolveFile("copy/expected/utf-8"); File f2 = getProject().resolveFile("concat.utf8"); assertTrue(FILE_UTILS.contentEquals(f1, f2)); } |
| |||||
public void testTranscoding() throws IOException { executeTarget("testTranscoding"); File f1 = getProject().resolveFile("copy/expected/utf-8"); File f2 = getProject().resolveFile("copytest1.tmp"); assertTrue(FILE_UTILS.contentEquals(f1, f2)); } |
| |||
public void testTranscoding() throws IOException { executeTarget("testTranscoding"); File f1 = getProject().resolveFile("copy/expected/utf-8"); File f2 = getProject().resolveFile( [[#variable1310cb00]]); assertTrue(FILE_UTILS.contentEquals(f1, f2)); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1310cb00]] | "concat.utf8" |
1 | 2 | [[#1310cb00]] | "copytest1.tmp" |