CloneSet1123


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5310.974method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15105
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/provider/EObjectItemProvider.java
2643
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/EContentAdapter.java
35113
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/ecore2ecore/provider/Ecore2EcoreMappingRootItemProvider.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
105
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/provider/EObjectItemProvider.java

/**
 * This handles model notifications by calling {@link #updateChildren} to update any cached
 * children and by creating a viewer notification, which it passes to {@link #fireNotifyChanged}.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override public void notifyChanged(Notification notification) {
  updateChildren(notification);
  super.notifyChanged(notification);
}


Next
Previous
Clone Instance
2
Line Count
6
Source Line
43
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/EContentAdapter.java

/**
 * Handles a notification by calling {@link #selfAdapt selfAdapter}.
 */
@Override public void notifyChanged(Notification notification) {
  selfAdapt(notification);
  super.notifyChanged(notification);
}


First
Previous
Clone Instance
3
Line Count
5
Source Line
113
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/ecore2ecore/provider/Ecore2EcoreMappingRootItemProvider.java

/**
 * This handles model notifications by calling {@link #updateChildren} to update any cached
 * children and by creating a viewer notification, which it passes to {@link #fireNotifyChanged}.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override public void notifyChanged(Notification notification) {
  updateChildren(notification);
  super.notifyChanged(notification);
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
   * This handles model notifications by calling {@link #updateChildren} to update any cached
   * children and by creating a viewer notification, which it passes to {@link #fireNotifyChanged}.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
/**
   * Handles a notification by calling {@link #selfAdapt selfAdapter}.
   */
@Override public void notifyChanged(Notification notification) {
   [[#variable174fc4e0]](notification);
  super.notifyChanged(notification);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#174fc4e0]]
updateChildren 
12[[#174fc4e0]]
selfAdapt 
13[[#174fc4e0]]
updateChildren