CloneSet710


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11210.988block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1111034
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/presentation/MappingEditor.java
2111048
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/presentation/MappingEditor.java
Next
Last
Clone Instance
1
Line Count
11
Source Line
1034
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/presentation/MappingEditor.java

{
  for (Object primaryMappedObject: getPrimaryMappedObjects((Mapping) note.getOldValue())) {
    ENotificationImpl newNote2 = new ENotificationImpl((InternalEObject) primaryMappedObject, Notification.SET, null, null, null, Notification.NO_INDEX);
    super.notifyChanged(newNote2);
  }
}


First
Previous
Clone Instance
2
Line Count
11
Source Line
1048
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/presentation/MappingEditor.java

{
  for (Object primaryMappedObject: getPrimaryMappedObjects((Mapping) note.getNewValue())) {
    ENotificationImpl newNote2 = new ENotificationImpl((InternalEObject) primaryMappedObject, Notification.SET, null, null, null, Notification.NO_INDEX);
    super.notifyChanged(newNote2);
  }
}


Clone AbstractionParameter Count: 1Parameter Bindings

{
  for (Object primaryMappedObject: getPrimaryMappedObjects((Mapping) note. [[#variable173cf3c0]]())) {
    ENotificationImpl newNote2 = new ENotificationImpl((InternalEObject) primaryMappedObject, Notification.SET, null, null, null, Notification.NO_INDEX);
    super.notifyChanged(newNote2);
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#173cf3c0]]
getOldValue 
12[[#173cf3c0]]
getNewValue