Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.985 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 401 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/change/impl/FeatureChangeImpl.java |
2 | 7 | 237 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/change/impl/ResourceChangeImpl.java |
| |||||
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public EList<ListChange> getListChanges() { if (listChanges == null) { listChanges = new EObjectContainmentEList<ListChange>(ListChange.class , this, ChangePackage.FEATURE_CHANGE__LIST_CHANGES); } return listChanges; } |
| |||||
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public EList<ListChange> getListChanges() { if (listChanges == null) { listChanges = new EObjectContainmentEList<ListChange>(ListChange.class , this, ChangePackage.RESOURCE_CHANGE__LIST_CHANGES); } return listChanges; } |
| |||
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public EList<ListChange> getListChanges() { if (listChanges == null) { listChanges = new EObjectContainmentEList<ListChange>(ListChange.class , this, ChangePackage. [[#variable17490620]]); } return listChanges; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#17490620]] | FEATURE_CHANGE__LIST_CHANGES |
1 | 2 | [[#17490620]] | RESOURCE_CHANGE__LIST_CHANGES |