CloneSet985


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10220.969block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1101026
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/notify/impl/NotificationImpl.java
210344
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/ItemProvider.java
Next
Last
Clone Instance
1
Line Count
10
Source Line
1026
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/notify/impl/NotificationImpl.java

{
  Object notifier = getNotifier();
  if (notifier != null && getEventType() != -1) {
    ((Notifier) notifier).eNotify(this );
  }
  if (next != null) {
    next.dispatch();
  }
}


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

{
  Object notifier = getNotifier();
  if (notifier != null && getEventType() != -1) {
    ((IChangeNotifier) notifier).fireNotifyChanged(this );
  }
  if (next != null) {
    next.dispatch();
  }
}


Clone AbstractionParameter Count: 2Parameter Bindings

{
  Object notifier = getNotifier();
  if (notifier != null && getEventType() != -1) {
    (( [[#variable1749f500]]) notifier). [[#variable1749f480]](this );
  }
  if (next != null) {
    next.dispatch();
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1749f500]]
Notifier 
12[[#1749f500]]
IChangeNotifier 
21[[#1749f480]]
eNotify 
22[[#1749f480]]
fireNotifyChanged