Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 4 | 2 | 0.953 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 652 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EcoreFactoryImpl.java |
2 | 3 | 2354 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/impl/XMLTypeFactoryImpl.java |
3 | 3 | 2686 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/impl/XMLTypeFactoryImpl.java |
4 | 3 | 2696 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/impl/XMLTypeFactoryImpl.java |
| |||||
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated NOT */ public String convertEStringToString(EDataType metaObject, Object instanceValue) { return (String) instanceValue; } |
| |||||
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated NOT */ public String convertStringToString(EDataType eDataType, Object instanceValue) { return (String) instanceValue; } |
| |||||
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated NOT */ public String convertIDToString(EDataType eDataType, Object instanceValue) { return (String) instanceValue; } |
| |||||
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated NOT */ public String convertIDREFToString(EDataType eDataType, Object instanceValue) { return (String) instanceValue; } |
| |||
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated NOT */ public String [[#variable173a9c60]](EDataType [[#variable173a9c00]], Object instanceValue) { return (String) instanceValue; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#173a9c60]] | convertEStringToString |
1 | 2 | [[#173a9c60]] | convertStringToString |
1 | 3 | [[#173a9c60]] | convertIDToString |
1 | 4 | [[#173a9c60]] | convertIDREFToString |
2 | 1 | [[#173a9c00]] | metaObject |
2 | 2 | [[#173a9c00]] | eDataType |
2 | 3 | [[#173a9c00]] | eDataType |
2 | 4 | [[#173a9c00]] | eDataType |