Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.984 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 1212 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/DelegatingEList.java |
2 | 6 | 1396 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/DelegatingEList.java |
| |||||
{ int size = size(); if (index < 0 || index > size()) throw new IndexOutOfBoundsException("index=" + index + ", size=" + size); return new EListIterator<E>(index); } |
| |||||
{ int size = size(); if (index < 0 || index > size()) throw new IndexOutOfBoundsException("index=" + index + ", size=" + size); return new NonResolvingEListIterator<E>(index); } |
| |||
{ int size = size(); if (index < 0 || index > size()) throw new IndexOutOfBoundsException("index=" + index + ", size=" + size); return new [[#variable174af160]]<E>(index); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#174af160]] | EListIterator |
1 | 2 | [[#174af160]] | NonResolvingEListIterator |