CloneSet1572


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1210.976method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11236
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/InternalEObject.java
21322
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/InternalEObject.java
Next
Last
Clone Instance
1
Line Count
1
Source Line
236
Source File
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);


First
Previous
Clone Instance
2
Line Count
1
Source Line
322
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/InternalEObject.java

/**
 * 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);


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#175f12e0]]
get 
12[[#175f12e0]]
remove