Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 3 | 0.952 | statement_sequence[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 78 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/SyncTest.java |
2 | 5 | 89 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/SyncTest.java |
3 | 5 | 102 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/SyncTest.java |
| |||||
String f = getProject().getProperty("dest") + "/e/f"; assertFileIsNotPresent(f); assertTrue(getFullLog().indexOf("Removing orphan file:") > -1); assertDebuglogContaining("Removed 1 dangling file from"); assertDebuglogContaining("Removed 1 dangling directory from"); |
| |||||
String f = getProject().getProperty("dest") + "/e/f"; assertFileIsNotPresent(f); assertTrue(getFullLog().indexOf("Removing orphan file:") > -1); assertDebuglogContaining("Removed 1 dangling file from"); assertDebuglogContaining("Removed 1 dangling directory from"); |
| |||||
String f = getProject().getProperty("dest") + "/e/f"; assertFileIsNotPresent(f); assertTrue(getFullLog().indexOf("Removing orphan directory:") > -1); assertDebuglogContaining("NO dangling file to remove from"); assertDebuglogContaining("Removed 2 dangling directories from"); |
| |||
String f = getProject().getProperty("dest") + "/e/f"; assertFileIsNotPresent(f); assertTrue(getFullLog().indexOf( [[#variable1012c7c0]]) > -1); assertDebuglogContaining( [[#variable1012a9a0]]); assertDebuglogContaining( [[#variable1012fa80]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1012c7c0]] | "Removing orphan file:" |
1 | 2 | [[#1012c7c0]] | "Removing orphan file:" |
1 | 3 | [[#1012c7c0]] | "Removing orphan directory:" |
2 | 1 | [[#1012a9a0]] | "Removed 1 dangling file from" |
2 | 2 | [[#1012a9a0]] | "Removed 1 dangling file from" |
2 | 3 | [[#1012a9a0]] | "NO dangling file to remove from" |
3 | 1 | [[#1012fa80]] | "Removed 1 dangling directory from" |
3 | 2 | [[#1012fa80]] | "Removed 1 dangling directory from" |
3 | 3 | [[#1012fa80]] | "Removed 2 dangling directories from" |