CloneSet526


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
24201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1241698
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/BasicFeatureMap.java
2241565
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/DelegatingFeatureMap.java
Next
Last
Clone Instance
1
Line Count
24
Source Line
1698
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/BasicFeatureMap.java

NotificationImpl notification = feature.isMany() ? createNotification(Notification.ADD, feature, null, object, indexOf(feature, object), oldIsSet): createNotification(Notification.SET, feature, feature.getDefaultValue(), object, Notification.NO_INDEX, oldIsSet);
if (notifications != null) {
  notifications.add(notification);
}
else {
  notifications = notification;
}


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

NotificationImpl notification = feature.isMany() ? createNotification(Notification.ADD, feature, null, object, indexOf(feature, object), oldIsSet): createNotification(Notification.SET, feature, feature.getDefaultValue(), object, Notification.NO_INDEX, oldIsSet);
if (notifications != null) {
  notifications.add(notification);
}
else {
  notifications = notification;
}


Clone AbstractionParameter Count: 0Parameter Bindings

NotificationImpl notification = feature.isMany() ? createNotification(Notification.ADD, feature, null, object, indexOf(feature, object), oldIsSet): createNotification(Notification.SET, feature, feature.getDefaultValue(), object, Notification.NO_INDEX, oldIsSet);
if (notifications != null) {
  notifications.add(notification);
}
else {
  notifications = notification;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None