CloneSet821


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
13210.986block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1133175
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EStructuralFeatureImpl.java
2133191
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EStructuralFeatureImpl.java
Next
Last
Clone Instance
1
Line Count
13
Source Line
3175
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EStructuralFeatureImpl.java

{
  if (otherEnd != null) {
    int containmentFeatureID = owner.eClass().getFeatureID(eStructuralFeature);
    notifications = otherEnd.eInverseAdd(owner, InternalEObject.EOPPOSITE_FEATURE_BASE - (containmentFeatureID == -1 ? featureID: containmentFeatureID), null, notifications);
  }
  return notifications;
}


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

{
  if (otherEnd != null) {
    int containmentFeatureID = owner.eClass().getFeatureID(eStructuralFeature);
    notifications = otherEnd.eInverseRemove(owner, InternalEObject.EOPPOSITE_FEATURE_BASE - (containmentFeatureID == -1 ? featureID: containmentFeatureID), null, notifications);
  }
  return notifications;
}


Clone AbstractionParameter Count: 1Parameter Bindings

{
  if (otherEnd != null) {
    int containmentFeatureID = owner.eClass().getFeatureID(eStructuralFeature);
    notifications = otherEnd. [[#variable17434b60]](owner, InternalEObject.EOPPOSITE_FEATURE_BASE - (containmentFeatureID == -1 ? featureID: containmentFeatureID), null, notifications);
  }
  return notifications;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#17434b60]]
eInverseAdd 
12[[#17434b60]]
eInverseRemove