Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 1 | 0.988 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 1034 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/presentation/MappingEditor.java |
2 | 11 | 1048 | 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); } } |
| |||||
{ for (Object primaryMappedObject: getPrimaryMappedObjects((Mapping) note.getNewValue())) { ENotificationImpl newNote2 = new ENotificationImpl((InternalEObject) primaryMappedObject, Notification.SET, null, null, null, Notification.NO_INDEX); super.notifyChanged(newNote2); } } |
| |||
{ 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#173cf3c0]] | getOldValue |
1 | 2 | [[#173cf3c0]] | getNewValue |