CloneSet1000


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.984method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12429
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/EStructuralFeature.java
22443
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/EStructuralFeature.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
429
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/EStructuralFeature.java

/**
 * Adds the object at the other end of a bidirectional reference to the appropriate feature
 * and returns accumulated notifications.
 * @param owner the owner of the feature.
 * @param settings the owner's array of cached values.
 * @param dynamicFeatureID the feature's index in the owner's cached dynamic values.
 * @param otherEnd the object to inverse add.
 * @param notifications the incoming accumulated notifications.
 * @return accumulated notifications.
 * @see InternalEObject#eInverseAdd
 */
NotificationChain dynamicInverseAdd(InternalEObject owner, DynamicValueHolder settings, int dynamicFeatureID, InternalEObject otherEnd, NotificationChain notifications);


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

/**
 * Removes the object at the other end of a bidirectional reference from the appropriate feature
 * and returns accumulated notifications.
 * @param owner the owner of the feature.
 * @param settings the owner's array of cached values.
 * @param dynamicFeatureID the feature's index in the owner's cached dynamic values.
 * @param otherEnd the object to inverse remove.
 * @param notifications the incoming accumulated notifications.
 * @return accumulated notifications.
 * @see InternalEObject#eInverseRemove
 */
NotificationChain dynamicInverseRemove(InternalEObject owner, DynamicValueHolder settings, int dynamicFeatureID, InternalEObject otherEnd, NotificationChain notifications);


Clone AbstractionParameter Count: 1Parameter Bindings

/**
       * Adds the object at the other end of a bidirectional reference to the appropriate feature
       * and returns accumulated notifications.
       * @param owner the owner of the feature.
       * @param settings the owner's array of cached values.
       * @param dynamicFeatureID the feature's index in the owner's cached dynamic values.
       * @param otherEnd the object to inverse add.
       * @param notifications the incoming accumulated notifications.
       * @return accumulated notifications.
       * @see InternalEObject#eInverseAdd
       */
/**
       * Removes the object at the other end of a bidirectional reference from the appropriate feature
       * and returns accumulated notifications.
       * @param owner the owner of the feature.
       * @param settings the owner's array of cached values.
       * @param dynamicFeatureID the feature's index in the owner's cached dynamic values.
       * @param otherEnd the object to inverse remove.
       * @param notifications the incoming accumulated notifications.
       * @return accumulated notifications.
       * @see InternalEObject#eInverseRemove
       */
NotificationChain  [[#variable174a0940]](InternalEObject owner, DynamicValueHolder settings, int dynamicFeatureID, InternalEObject otherEnd, NotificationChain notifications);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#174a0940]]
dynamicInverseAdd 
12[[#174a0940]]
dynamicInverseRemove