Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 4 | 3 | 0.957 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 291 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EGenericTypeImpl.java |
2 | 11 | 596 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EGenericTypeImpl.java |
3 | 10 | 345 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/ETypedElementImpl.java |
4 | 11 | 451 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/ETypedElementImpl.java |
| |||||
if (eNotificationRequired()) { ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, EcorePackage.EGENERIC_TYPE__ERAW_TYPE, oldERawType, eRawType); if (msgs == null) { msgs = notification; } else { msgs.add(notification); } } |
| |||||
if (eNotificationRequired()) { ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, EcorePackage.EGENERIC_TYPE__ECLASSIFIER, oldEClassifier, eClassifier); if (msgs == null) { msgs = notification; } else { msgs.add(notification); } } |
| |||||
if (eNotificationRequired()) { ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, EcorePackage.ETYPED_ELEMENT__ETYPE, oldEType, eType); if (msgs == null) { msgs = notification; } else { msgs.add(notification); } } |
| |||||
if (eNotificationRequired()) { ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, EcorePackage.ETYPED_ELEMENT__EGENERIC_TYPE, newEGenericType, newEGenericType); if (msgs == null) { msgs = notification; } else { msgs.add(notification); } } |
| |||
if (eNotificationRequired()) { ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, EcorePackage. [[#variable17270160]], [[#variable172700c0]], [[#variable1726df60]]); if (msgs == null) { msgs = notification; } else { msgs.add(notification); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#17270160]] | EGENERIC_TYPE__ERAW_TYPE |
1 | 2 | [[#17270160]] | EGENERIC_TYPE__ECLASSIFIER |
1 | 3 | [[#17270160]] | ETYPED_ELEMENT__ETYPE |
1 | 4 | [[#17270160]] | ETYPED_ELEMENT__EGENERIC_TYPE |
2 | 1 | [[#172700c0]] | oldERawType |
2 | 2 | [[#172700c0]] | oldEClassifier |
2 | 3 | [[#172700c0]] | oldEType |
2 | 4 | [[#172700c0]] | newEGenericType |
3 | 1 | [[#1726df60]] | eRawType |
3 | 2 | [[#1726df60]] | eClassifier |
3 | 3 | [[#1726df60]] | eType |
3 | 4 | [[#1726df60]] | newEGenericType |