Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.965 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 270 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/BasicFeatureMap.java |
2 | 3 | 320 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/BasicFeatureMap.java |
| |||||
public NotificationChain inverseAdd(FeatureMap.Entry.Internal entry, NotificationChain notifications) { return entry.inverseAdd(owner, featureID, notifications); } |
| |||||
public NotificationChain inverseRemove(FeatureMap.Entry.Internal entry, NotificationChain notifications) { return entry.inverseRemove(owner, featureID, notifications); } |
| |||
public NotificationChain [[#variable174f3400]](FeatureMap.Entry.Internal entry, NotificationChain notifications) { return entry. [[#variable174f3400]](owner, featureID, notifications); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#174f3400]] | inverseAdd |
1 | 2 | [[#174f3400]] | inverseRemove |