CloneSet720


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
19764
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/notify/impl/NotificationImpl.java
291385
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/FeatureMapUtil.java
Next
Last
Clone Instance
1
Line Count
9
Source Line
764
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/notify/impl/NotificationImpl.java

Object notificationNotifier = notification.getNotifier();
if (notificationNotifier == getNotifier() && getFeatureID(null) == notification.getFeatureID(null)) {
  newValue = notification.getNewValue();
  if (notification.getEventType() == Notification.SET) {
    eventType = Notification.SET;
  }
  return true;
}


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

Object notificationNotifier = notification.getNotifier();
if (notificationNotifier == getNotifier() && getFeatureID(null) == notification.getFeatureID(null)) {
  newValue = notification.getNewValue();
  if (notification.getEventType() == Notification.SET) {
    eventType = Notification.SET;
  }
  return true;
}


Clone AbstractionParameter Count: 0Parameter Bindings

Object notificationNotifier = notification.getNotifier();
if (notificationNotifier == getNotifier() && getFeatureID(null) == notification.getFeatureID(null)) {
  newValue = notification.getNewValue();
  if (notification.getEventType() == Notification.SET) {
    eventType = Notification.SET;
  }
  return true;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None