Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.977 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 1454 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/BasicEList.java |
2 | 5 | 1637 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/BasicEList.java |
| |||||
{ if (index < 0 || index > size()) throw new BasicIndexOutOfBoundsException(index, size); return new EListIterator<E>(index); } |
| |||||
{ if (index < 0 || index > size()) throw new BasicIndexOutOfBoundsException(index, size); return new NonResolvingEListIterator<E>(index); } |
| |||
{ if (index < 0 || index > size()) throw new BasicIndexOutOfBoundsException(index, size); return new [[#variable175e0a20]]<E>(index); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#175e0a20]] | EListIterator |
1 | 2 | [[#175e0a20]] | NonResolvingEListIterator |