CloneSet726


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.975method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13527
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/change/impl/FeatureMapEntryImpl.java
23532
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/change/impl/FeatureMapEntryImpl.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
527
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/change/impl/FeatureMapEntryImpl.java

public NotificationChain inverseAdd(InternalEObject owner, int featureID, NotificationChain notifications) {
  return ((EStructuralFeature.Internal) getFeature()).getFeatureMapEntryPrototype().inverseAdd(owner, getValue(), featureID, notifications);
}


First
Previous
Clone Instance
2
Line Count
3
Source Line
532
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/change/impl/FeatureMapEntryImpl.java

public NotificationChain inverseRemove(InternalEObject owner, int featureID, NotificationChain notifications) {
  return ((EStructuralFeature.Internal) getFeature()).getFeatureMapEntryPrototype().inverseRemove(owner, getValue(), featureID, notifications);
}


Clone AbstractionParameter Count: 1Parameter Bindings

public NotificationChain  [[#variable173db700]](InternalEObject owner, int featureID, NotificationChain notifications) {
  return ((EStructuralFeature.Internal) getFeature()).getFeatureMapEntryPrototype(). [[#variable173db700]](owner, getValue(), featureID, notifications);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#173db700]]
inverseAdd 
12[[#173db700]]
inverseRemove