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.962 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 439 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/archive/ArchiveURLConnection.java |
2 | 3 | 538 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/archive/ArchiveURLConnection.java |
| |||||
for (int size; (size = zipInputStream.read(bytes, 0, bytes.length)) > -1;) { zipOutputStream.write(bytes, 0, size); } |
| |||||
for (int size; (size = inputStream.read(bytes, 0, bytes.length)) > -1;) { outputStream.write(bytes, 0, size); } |
| |||
for (int size; (size = [[#variable1752e980]].read(bytes, 0, bytes.length)) > -1;) { [[#variable1752e860]].write(bytes, 0, size); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1752e980]] | zipInputStream |
1 | 2 | [[#1752e980]] | inputStream |
2 | 1 | [[#1752e860]] | zipOutputStream |
2 | 2 | [[#1752e860]] | outputStream |