Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.977 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 293 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/DelegatingFeatureMap.java |
2 | 5 | 336 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/DelegatingFeatureMap.java |
| |||||
@Override public NotificationChain inverseAdd(Entry object, NotificationChain notifications) { FeatureMap.Entry.Internal entry = (FeatureMap.Entry.Internal) object; return entry.inverseAdd(owner, getFeatureID(), notifications); } |
| |||||
@Override public NotificationChain inverseRemove(Entry object, NotificationChain notifications) { FeatureMap.Entry.Internal entry = (FeatureMap.Entry.Internal) object; return entry.inverseRemove(owner, getFeatureID(), notifications); } |
| |||
@Override public NotificationChain [[#variable173a1880]](Entry object, NotificationChain notifications) { FeatureMap.Entry.Internal entry = (FeatureMap.Entry.Internal) object; return entry. [[#variable173a1880]](owner, getFeatureID(), notifications); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#173a1880]] | inverseAdd |
1 | 2 | [[#173a1880]] | inverseRemove |