CloneSet806


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10201.000method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
110606
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/DelegatingWrapperItemProvider.java
210134
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/ItemProviderDecorator.java
Next
Last
Clone Instance
1
Line Count
10
Source Line
606
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/DelegatingWrapperItemProvider.java

/**
 * Fires a notification to the adapter factory and any registered listeners.
 */
public void fireNotifyChanged(Notification notification) {
  if (adapterFactory instanceof IChangeNotifier) {
    IChangeNotifier adapterFactoryChangeNotifier = (IChangeNotifier) adapterFactory;
    adapterFactoryChangeNotifier.fireNotifyChanged(notification);
  }
  if (changeNotifier != null) {
    changeNotifier.fireNotifyChanged(notification);
  }
}


First
Previous
Clone Instance
2
Line Count
10
Source Line
134
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/ItemProviderDecorator.java

/**
 * This delegates to the {@link #adapterFactory}.
 * The event type is a value from the static constants in {@link org.eclipse.emf.common.notify.Notifier}.
 */
public void fireNotifyChanged(Notification notification) {
  if (adapterFactory instanceof IChangeNotifier) {
    IChangeNotifier adapterFactoryChangeNotifier = (IChangeNotifier) adapterFactory;
    adapterFactoryChangeNotifier.fireNotifyChanged(notification);
  }
  if (changeNotifier != null) {
    changeNotifier.fireNotifyChanged(notification);
  }
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
   * Fires a notification to the adapter factory and any registered listeners.
   */
/**
   * This delegates to the {@link #adapterFactory}.
   * The event type is a value from the static constants in {@link org.eclipse.emf.common.notify.Notifier}.
   */
public void fireNotifyChanged(Notification notification) {
  if (adapterFactory instanceof IChangeNotifier) {
    IChangeNotifier adapterFactoryChangeNotifier = (IChangeNotifier) adapterFactory;
    adapterFactoryChangeNotifier.fireNotifyChanged(notification);
  }
  if (changeNotifier != null) {
    changeNotifier.fireNotifyChanged(notification);
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None