Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.958 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 265 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Tar.java |
2 | 3 | 268 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Tar.java |
| |||||
for (Enumeration e = filesets.elements(); e.hasMoreElements();) { upToDate &= check((TarFileSet) e.nextElement()); } |
| |||||
for (Enumeration e = resourceCollections.elements(); e.hasMoreElements();) { upToDate &= check((ResourceCollection) e.nextElement()); } |
| |||
for (Enumeration e = [[#variable130a6c60]].elements(); e.hasMoreElements();) { upToDate &= check(( [[#variable130a6c00]]) e.nextElement()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#130a6c60]] | filesets |
1 | 2 | [[#130a6c60]] | resourceCollections |
2 | 1 | [[#130a6c00]] | TarFileSet |
2 | 2 | [[#130a6c00]] | ResourceCollection |