Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 1 | 0.980 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 3104 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EStructuralFeatureImpl.java |
2 | 11 | 3119 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EStructuralFeatureImpl.java |
| |||||
{ if (otherEnd != null) { notifications = otherEnd.eInverseAdd(owner, otherEnd.eClass().getFeatureID(eStructuralFeature.getEOpposite()), null, notifications); } return notifications; } |
| |||||
{ if (otherEnd != null) { notifications = otherEnd.eInverseRemove(owner, otherEnd.eClass().getFeatureID(eStructuralFeature.getEOpposite()), null, notifications); } return notifications; } |
| |||
{ if (otherEnd != null) { notifications = otherEnd. [[#variable1755da20]](owner, otherEnd.eClass().getFeatureID(eStructuralFeature.getEOpposite()), null, notifications); } return notifications; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1755da20]] | eInverseAdd |
1 | 2 | [[#1755da20]] | eInverseRemove |