Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 1 | 0.976 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 236 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/InternalEObject.java |
2 | 1 | 322 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/InternalEObject.java |
| |||||
/** * Returns the value at the index in the {@link EObject#eGet(EStructuralFeature,boolean) content} of the object's feature. * @param object the object in question. * @param feature a feature of the object. * @param index an index within the content or {@link #NO_INDEX}. * @return the value at the index in the content of the object's feature. */ Object get(InternalEObject object, EStructuralFeature feature, int index); |
| |||||
/** * Removes the value at the index in the {@link EObject#eGet(EStructuralFeature,boolean) content} of the object's feature. * @param object the object in question. * @param feature a {@link ETypedElement#isMany() many-valued} feature of the object. * @param index the index within the feature's content of the value to remove. * @return the removed value. */ Object remove(InternalEObject object, EStructuralFeature feature, int index); |
| |||
/** * Returns the value at the index in the {@link EObject#eGet(EStructuralFeature,boolean) content} of the object's feature. * @param object the object in question. * @param feature a feature of the object. * @param index an index within the content or {@link #NO_INDEX}. * @return the value at the index in the content of the object's feature. */ /** * Removes the value at the index in the {@link EObject#eGet(EStructuralFeature,boolean) content} of the object's feature. * @param object the object in question. * @param feature a {@link ETypedElement#isMany() many-valued} feature of the object. * @param index the index within the feature's content of the value to remove. * @return the removed value. */ Object [[#variable175f12e0]](InternalEObject object, EStructuralFeature feature, int index); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#175f12e0]] | get |
1 | 2 | [[#175f12e0]] | remove |