Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.957 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 925 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/notify/impl/NotifyingListImpl.java |
2 | 6 | 916 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/BasicEList.java |
| |||||
for (int i = size; --i >= 0;) { if (collection.contains(data[i])) { doRemove(i); result = true; } } |
| |||||
for (int i = size; --i >= 0;) { if (collection.contains(data[i])) { remove(i); modified = true; } } |
| |||
for (int i = size; --i >= 0;) { if (collection.contains(data[i])) { [[#variable17594f60]](i); [[#variable17594f00]]= true; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#17594f60]] | doRemove |
1 | 2 | [[#17594f60]] | remove |
2 | 1 | [[#17594f00]] | result |
2 | 2 | [[#17594f00]] | modified |