Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 3 | 0.952 | switch_groups[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 1257 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EClassImpl.java |
2 | 4 | 397 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EEnumImpl.java |
3 | 4 | 789 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EOperationImpl.java |
| |||||
case EcorePackage.ECLASS__ETYPE_PARAMETERS: return ((InternalEList<? >) getETypeParameters()).basicRemove(otherEnd, msgs); case EcorePackage.ECLASS__EOPERATIONS: return ((InternalEList<? >) getEOperations()).basicRemove(otherEnd, msgs); |
| |||||
case EcorePackage.EENUM__ETYPE_PARAMETERS: return ((InternalEList<? >) getETypeParameters()).basicRemove(otherEnd, msgs); case EcorePackage.EENUM__ELITERALS: return ((InternalEList<? >) getELiterals()).basicRemove(otherEnd, msgs); |
| |||||
case EcorePackage.EOPERATION__ETYPE_PARAMETERS: return ((InternalEList<? >) getETypeParameters()).basicRemove(otherEnd, msgs); case EcorePackage.EOPERATION__EPARAMETERS: return ((InternalEList<? >) getEParameters()).basicRemove(otherEnd, msgs); |
| |||
case EcorePackage. [[#variable1735fe80]]: return ((InternalEList<? >) getETypeParameters()).basicRemove(otherEnd, msgs); case EcorePackage. [[#variable1737c300]]: return ((InternalEList<? >) [[#variable1737c5c0]]()).basicRemove(otherEnd, msgs); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1735fe80]] | ECLASS__ETYPE_PARAMETERS |
1 | 2 | [[#1735fe80]] | EENUM__ETYPE_PARAMETERS |
1 | 3 | [[#1735fe80]] | EOPERATION__ETYPE_PARAMETERS |
2 | 1 | [[#1737c300]] | ECLASS__EOPERATIONS |
2 | 2 | [[#1737c300]] | EENUM__ELITERALS |
2 | 3 | [[#1737c300]] | EOPERATION__EPARAMETERS |
3 | 1 | [[#1737c5c0]] | getEOperations |
3 | 2 | [[#1737c5c0]] | getELiterals |
3 | 3 | [[#1737c5c0]] | getEParameters |