CloneSet924


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

{
  if (owner.eInternalContainer() != null) {
    notifications = owner.eBasicRemoveFromContainer(notifications);
  }
  int featureID = owner.eClass().getFeatureID(feature);
  return owner.eBasicSetContainer(otherEnd, featureID, notifications);
}


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

{
  if (owner.eInternalContainer() != null) {
    notifications = owner.eBasicRemoveFromContainer(notifications);
  }
  int featureID = owner.eClass().getFeatureID(feature);
  return owner.eBasicSetContainer(null, featureID, notifications);
}


Clone AbstractionParameter Count: 1Parameter Bindings

{
  if (owner.eInternalContainer() != null) {
    notifications = owner.eBasicRemoveFromContainer(notifications);
  }
  int featureID = owner.eClass().getFeatureID(feature);
  return owner.eBasicSetContainer( [[#variable1747b320]], featureID, notifications);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1747b320]]
otherEnd 
12[[#1747b320]]
null