Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 3 | 0.960 | statement_sequence |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 635 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/ECrossReferenceAdapter.java |
2 | 8 | 654 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/ECrossReferenceAdapter.java |
| |||||
{ EObject notifier = (EObject) notification.getNotifier(); EReference feature = (EReference) notification.getFeature(); for (Object newValue: (Collection<? >) notification.getNewValue()) { inverseCrossReferencer.add(notifier, feature, (EObject) newValue); } break; } |
| |||||
{ EObject notifier = (EObject) notification.getNotifier(); EReference feature = (EReference) notification.getFeature(); for (Object oldValue: (Collection<? >) notification.getOldValue()) { inverseCrossReferencer.remove(notifier, feature, (EObject) oldValue); } break; } |
| |||
{ EObject notifier = (EObject) notification.getNotifier(); EReference feature = (EReference) notification.getFeature(); for (Object [[#variable17357a20]]: (Collection<? >) notification. [[#variable17357980]]()) { inverseCrossReferencer. [[#variable17357960]](notifier, feature, (EObject) [[#variable17357a20]]); } break; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#17357a20]] | newValue |
1 | 2 | [[#17357a20]] | oldValue |
2 | 1 | [[#17357980]] | getNewValue |
2 | 2 | [[#17357980]] | getOldValue |
3 | 1 | [[#17357960]] | add |
3 | 2 | [[#17357960]] | remove |