Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.957 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 299 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Tar.java |
2 | 3 | 303 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Tar.java |
| |||||
for (Enumeration e = filesets.elements(); e.hasMoreElements();) { tar((TarFileSet) e.nextElement(), tOut); } |
| |||||
for (Enumeration e = resourceCollections.elements(); e.hasMoreElements();) { tar((ResourceCollection) e.nextElement(), tOut); } |
| |||
for (Enumeration e = [[#variable130b67c0]].elements(); e.hasMoreElements();) { tar(( [[#variable130b6760]]) e.nextElement(), tOut); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#130b67c0]] | filesets |
1 | 2 | [[#130b67c0]] | resourceCollections |
2 | 1 | [[#130b6760]] | TarFileSet |
2 | 2 | [[#130b6760]] | ResourceCollection |