Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 0 | 1.000 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 1268 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/BasicEList.java |
2 | 4 | 1009 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/DelegatingEList.java |
| |||||
/** * Returns an iterator. * This implementation allocates a {@link BasicEList.EIterator}. * @return an iterator. * @see BasicEList.EIterator */ @Override public Iterator<E> iterator() { return new EIterator<E>(); } |
| |||||
/** * Returns an iterator. * This implementation allocates a {@link DelegatingEList.EIterator}. * @return an iterator. * @see DelegatingEList.EIterator */ @Override public Iterator<E> iterator() { return new EIterator<E>(); } |
| |||
/** * Returns an iterator. * This implementation allocates a {@link BasicEList.EIterator}. * @return an iterator. * @see BasicEList.EIterator */ /** * Returns an iterator. * This implementation allocates a {@link DelegatingEList.EIterator}. * @return an iterator. * @see DelegatingEList.EIterator */ @Override public Iterator<E> iterator() { return new EIterator<E>(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |