Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 2 | 0.958 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 593 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/change/impl/ChangeDescriptionImpl.java |
2 | 9 | 606 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/change/impl/ChangeDescriptionImpl.java |
| |||||
{ OldContainmentInformation oldContainmentInformation = getOldContainmentInformation().get(eObject); if (oldContainmentInformation == null) { return eObject.eContainer(); } else { return oldContainmentInformation.container; } } |
| |||||
{ OldContainmentInformation oldContainmentInformation = getOldContainmentInformation().get(eObject); if (oldContainmentInformation == null) { return eObject.eContainmentFeature(); } else { return oldContainmentInformation.containmentFeature; } } |
| |||
{ OldContainmentInformation oldContainmentInformation = getOldContainmentInformation().get(eObject); if (oldContainmentInformation == null) { return eObject. [[#variable1758dda0]](); } else { return oldContainmentInformation. [[#variable1758dce0]]; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1758dda0]] | eContainer |
1 | 2 | [[#1758dda0]] | eContainmentFeature |
2 | 1 | [[#1758dce0]] | container |
2 | 2 | [[#1758dce0]] | containmentFeature |