CloneSet1283


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

{
  if (otherEnd != null) {
    notifications = otherEnd.eInverseAdd(owner, otherEnd.eClass().getFeatureID(eStructuralFeature.getEOpposite()), null, notifications);
  }
  return notifications;
}


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

{
  if (otherEnd != null) {
    notifications = otherEnd.eInverseRemove(owner, otherEnd.eClass().getFeatureID(eStructuralFeature.getEOpposite()), null, notifications);
  }
  return notifications;
}


Clone AbstractionParameter Count: 1Parameter Bindings

{
  if (otherEnd != null) {
    notifications = otherEnd. [[#variable1755da20]](owner, otherEnd.eClass().getFeatureID(eStructuralFeature.getEOpposite()), null, notifications);
  }
  return notifications;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1755da20]]
eInverseAdd 
12[[#1755da20]]
eInverseRemove