CloneSet636


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9201.000executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
19471
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/notify/impl/DelegatingNotifyingListImpl.java
29609
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/notify/impl/DelegatingNotifyingListImpl.java
Next
Last
Clone Instance
1
Line Count
9
Source Line
471
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/notify/impl/DelegatingNotifyingListImpl.java

if (hasInverse()) {
  NotificationChain notifications = createNotificationChain(collectionSize);
  int lastIndex = index + collectionSize;
  for (int i = index; i < lastIndex; ++i) {
    notifications = inverseAdd(delegateGet(i), notifications);
  }
  if (notifications != null)
    notifications.dispatch();
}


First
Previous
Clone Instance
2
Line Count
9
Source Line
609
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/notify/impl/DelegatingNotifyingListImpl.java

if (hasInverse()) {
  NotificationChain notifications = createNotificationChain(collectionSize);
  int lastIndex = index + collectionSize;
  for (int i = index; i < lastIndex; ++i) {
    notifications = inverseAdd(delegateGet(i), notifications);
  }
  if (notifications != null)
    notifications.dispatch();
}


Clone AbstractionParameter Count: 0Parameter Bindings

if (hasInverse()) {
  NotificationChain notifications = createNotificationChain(collectionSize);
  int lastIndex = index + collectionSize;
  for (int i = index; i < lastIndex; ++i) {
    notifications = inverseAdd(delegateGet(i), notifications);
  }
  if (notifications != null)
    notifications.dispatch();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None