Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
19 | 2 | 3 | 0.968 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 19 | 323 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EGenericTypeImpl.java |
2 | 19 | 359 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EGenericTypeImpl.java |
| |||||
if (eContainer.eNotificationRequired()) { ENotificationImpl notification = new ENotificationImpl(eContainer, Notification.SET, EcorePackage.EOPERATION__EEXCEPTIONS, oldERawType, newERawType, ((EOperation) eContainer).getEGenericExceptions().indexOf(this ), false); if (msgs == null) { msgs = notification; } else { msgs.add(notification); } } |
| |||||
if (eContainer.eNotificationRequired()) { ENotificationImpl notification = new ENotificationImpl(eContainer, Notification.SET, EcorePackage.ECLASS__ESUPER_TYPES, oldERawType, newERawType, ((EClass) eContainer).getEGenericSuperTypes().indexOf(this ), false); if (msgs == null) { msgs = notification; } else { msgs.add(notification); } } |
| |||
if (eContainer.eNotificationRequired()) { ENotificationImpl notification = new ENotificationImpl(eContainer, Notification.SET, EcorePackage. [[#variable173771e0]], oldERawType, newERawType, (( [[#variable17377060]]) eContainer). [[#variable173770a0]]().indexOf(this ), false); if (msgs == null) { msgs = notification; } else { msgs.add(notification); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#173771e0]] | EOPERATION__EEXCEPTIONS |
1 | 2 | [[#173771e0]] | ECLASS__ESUPER_TYPES |
2 | 1 | [[#17377060]] | EOperation |
2 | 2 | [[#17377060]] | EClass |
3 | 1 | [[#173770a0]] | getEGenericExceptions |
3 | 2 | [[#173770a0]] | getEGenericSuperTypes |