CloneSet754


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

{
  dispatchNotification(feature.isMany() ? createNotification(Notification.REMOVE_MANY, feature, Collections.EMPTY_LIST, null, Notification.NO_INDEX, false): createNotification(feature.isUnsettable() ? Notification.UNSET: Notification.SET, feature, null, null, Notification.NO_INDEX, false));
}


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

{
  dispatchNotification(feature.isMany() ? createNotification(Notification.REMOVE_MANY, feature, Collections.EMPTY_LIST, null, Notification.NO_INDEX, false): createNotification(feature.isUnsettable() ? Notification.UNSET: Notification.SET, feature, null, null, Notification.NO_INDEX, false));
}


Clone AbstractionParameter Count: 0Parameter Bindings

{
  dispatchNotification(feature.isMany() ? createNotification(Notification.REMOVE_MANY, feature, Collections.EMPTY_LIST, null, Notification.NO_INDEX, false): createNotification(feature.isUnsettable() ? Notification.UNSET: Notification.SET, feature, null, null, Notification.NO_INDEX, false));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None