Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 0 | 1.000 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 707 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/DelegatingEList.java |
2 | 9 | 743 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/DelegatingEList.java |
| |||||
for (int i = start; i < end; ++i, ++index) { @SuppressWarnings("unchecked")E object = (E) objects[i]; delegateAdd(validate(index, object)); didAdd(index, object); didChange(); } return true; |
| |||||
for (int i = start; i < end; ++i, ++index) { @SuppressWarnings("unchecked")E object = (E) objects[i]; delegateAdd(validate(index, object)); didAdd(index, object); didChange(); } return true; |
| |||
for (int i = start; i < end; ++i, ++index) { @SuppressWarnings("unchecked")E object = (E) objects[i]; delegateAdd(validate(index, object)); didAdd(index, object); didChange(); } return true; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |