Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 4 | 1 | 0.966 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 225 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/BasicFeatureMap.java |
2 | 4 | 264 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/BasicFeatureMap.java |
3 | 4 | 275 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/BasicFeatureMap.java |
4 | 4 | 314 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/BasicFeatureMap.java |
| |||||
@Override public NotificationChain shadowAdd(Entry object, NotificationChain notifications) { return shadowAdd((FeatureMap.Entry.Internal) object, notifications); } |
| |||||
@Override public NotificationChain inverseAdd(Entry object, NotificationChain notifications) { return inverseAdd((FeatureMap.Entry.Internal) object, notifications); } |
| |||||
@Override public NotificationChain shadowRemove(Entry object, NotificationChain notifications) { return shadowRemove((FeatureMap.Entry.Internal) object, notifications); } |
| |||||
@Override public NotificationChain inverseRemove(Entry object, NotificationChain notifications) { return inverseRemove((FeatureMap.Entry.Internal) object, notifications); } |
| |||
@Override public NotificationChain [[#variable172bf180]](Entry object, NotificationChain notifications) { return [[#variable172bf180]]((FeatureMap.Entry.Internal) object, notifications); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#172bf180]] | shadowAdd |
1 | 2 | [[#172bf180]] | inverseAdd |
1 | 3 | [[#172bf180]] | shadowRemove |
1 | 4 | [[#172bf180]] | inverseRemove |