Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 2 | 0.969 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 1026 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/notify/impl/NotificationImpl.java |
2 | 10 | 344 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/ItemProvider.java |
| |||||
{ Object notifier = getNotifier(); if (notifier != null && getEventType() != -1) { ((Notifier) notifier).eNotify(this ); } if (next != null) { next.dispatch(); } } |
| |||||
{ Object notifier = getNotifier(); if (notifier != null && getEventType() != -1) { ((IChangeNotifier) notifier).fireNotifyChanged(this ); } if (next != null) { next.dispatch(); } } |
| |||
{ Object notifier = getNotifier(); if (notifier != null && getEventType() != -1) { (( [[#variable1749f500]]) notifier). [[#variable1749f480]](this ); } if (next != null) { next.dispatch(); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1749f500]] | Notifier |
1 | 2 | [[#1749f500]] | IChangeNotifier |
2 | 1 | [[#1749f480]] | eNotify |
2 | 2 | [[#1749f480]] | fireNotifyChanged |