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.975 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 527 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/change/impl/FeatureMapEntryImpl.java |
2 | 3 | 532 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/change/impl/FeatureMapEntryImpl.java |
| |||||
public NotificationChain inverseAdd(InternalEObject owner, int featureID, NotificationChain notifications) { return ((EStructuralFeature.Internal) getFeature()).getFeatureMapEntryPrototype().inverseAdd(owner, getValue(), featureID, notifications); } |
| |||||
public NotificationChain inverseRemove(InternalEObject owner, int featureID, NotificationChain notifications) { return ((EStructuralFeature.Internal) getFeature()).getFeatureMapEntryPrototype().inverseRemove(owner, getValue(), featureID, notifications); } |
| |||
public NotificationChain [[#variable173db700]](InternalEObject owner, int featureID, NotificationChain notifications) { return ((EStructuralFeature.Internal) getFeature()).getFeatureMapEntryPrototype(). [[#variable173db700]](owner, getValue(), featureID, notifications); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#173db700]] | inverseAdd |
1 | 2 | [[#173db700]] | inverseRemove |