Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.984 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 429 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/EStructuralFeature.java |
2 | 2 | 443 | 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); |
| |||||
/** * 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); |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#174a0940]] | dynamicInverseAdd |
1 | 2 | [[#174a0940]] | dynamicInverseRemove |