Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.958 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 458 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EStoreEObjectImpl.java |
2 | 4 | 500 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EStoreEObjectImpl.java |
| |||||
@Override protected Entry delegateGet(int index) { return (Entry) eStore().get(owner, eStructuralFeature, index); } |
| |||||
@Override protected Entry delegateRemove(int index) { return (Entry) eStore().remove(owner, eStructuralFeature, index); } |
| |||
@Override protected Entry [[#variable17574d80]](int index) { return (Entry) eStore(). [[#variable17574d20]](owner, eStructuralFeature, index); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#17574d80]] | delegateGet |
1 | 2 | [[#17574d80]] | delegateRemove |
2 | 1 | [[#17574d20]] | get |
2 | 2 | [[#17574d20]] | remove |