CloneSet539


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
124236
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/BasicFeatureMap.java
224264
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
236
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/BasicFeatureMap.java

// EATM must fix isSet bits.
NotificationImpl notification = feature.isMany() ? createNotification(Notification.ADD, feature, null, value, indexOf(feature, value), true): createNotification(Notification.SET, feature, feature.getDefaultValue(), value, Notification.NO_INDEX, true);
if (notifications != null) {
  notifications.add(notification);
}
else {
  notifications = notification;
}


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

// EATM must fix isSet bits.
NotificationImpl notification = feature.isMany() ? createNotification(Notification.ADD, feature, null, value, indexOf(feature, value), true): createNotification(Notification.SET, feature, feature.getDefaultValue(), value, Notification.NO_INDEX, true);
if (notifications != null) {
  notifications.add(notification);
}
else {
  notifications = notification;
}


Clone AbstractionParameter Count: 0Parameter Bindings

// EATM must fix isSet bits.
NotificationImpl notification = feature.isMany() ? createNotification(Notification.ADD, feature, null, value, indexOf(feature, value), true): createNotification(Notification.SET, feature, feature.getDefaultValue(), value, Notification.NO_INDEX, true);
if (notifications != null) {
  notifications.add(notification);
}
else {
  notifications = notification;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None