CloneSet970


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6220.969switch_groups
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16191
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/ecore2xml/provider/ENamedElementToXMLInfoMapEntryItemProvider.java
26215
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/ecore2xml/provider/XMLMapItemProvider.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
191
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/ecore2xml/provider/ENamedElementToXMLInfoMapEntryItemProvider.java

case Ecore2XMLPackage.ENAMED_ELEMENT_TO_XML_INFO_MAP_ENTRY__KEY:
  fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), false, true));
  return;
case Ecore2XMLPackage.ENAMED_ELEMENT_TO_XML_INFO_MAP_ENTRY__VALUE:
  fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), true, false));
  return;


First
Previous
Clone Instance
2
Line Count
6
Source Line
215
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/ecore2xml/provider/XMLMapItemProvider.java

case Ecore2XMLPackage.XML_MAP__ID_ATTRIBUTE_NAME:
  fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), false, true));
  return;
case Ecore2XMLPackage.XML_MAP__ECORE_TO_XML_INFO:
  fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), true, false));
  return;


Clone AbstractionParameter Count: 2Parameter Bindings

case Ecore2XMLPackage. [[#variable1749dd60]]:
  fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), false, true));
  return;
case Ecore2XMLPackage. [[#variable1749de00]]:
  fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), true, false));
  return;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1749dd60]]
ENAMED_ELEMENT_TO_XML_INFO_MAP_ENTRY__KEY 
12[[#1749dd60]]
XML_MAP__ID_ATTRIBUTE_NAME 
21[[#1749de00]]
ENAMED_ELEMENT_TO_XML_INFO_MAP_ENTRY__VALUE 
22[[#1749de00]]
XML_MAP__ECORE_TO_XML_INFO