CloneSet663


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.977method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15293
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/DelegatingFeatureMap.java
25336
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/DelegatingFeatureMap.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
293
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/DelegatingFeatureMap.java

@Override public NotificationChain inverseAdd(Entry object, NotificationChain notifications) {
  FeatureMap.Entry.Internal entry = (FeatureMap.Entry.Internal) object;
  return entry.inverseAdd(owner, getFeatureID(), notifications);
}


First
Previous
Clone Instance
2
Line Count
5
Source Line
336
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/DelegatingFeatureMap.java

@Override public NotificationChain inverseRemove(Entry object, NotificationChain notifications) {
  FeatureMap.Entry.Internal entry = (FeatureMap.Entry.Internal) object;
  return entry.inverseRemove(owner, getFeatureID(), notifications);
}


Clone AbstractionParameter Count: 1Parameter Bindings

@Override public NotificationChain  [[#variable173a1880]](Entry object, NotificationChain notifications) {
  FeatureMap.Entry.Internal entry = (FeatureMap.Entry.Internal) object;
  return entry. [[#variable173a1880]](owner, getFeatureID(), notifications);
}
 

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