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.952 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 946 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EcoreFactoryImpl.java |
2 | 3 | 2014 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/impl/XMLTypeFactoryImpl.java |
3 | 3 | 2314 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/impl/XMLTypeFactoryImpl.java |
4 | 3 | 2334 | 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 convertEJavaObjectToString(EDataType eDataType, Object instanceValue) { return convertToString(instanceValue); } |
| |||||
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated NOT */ public String convertAnySimpleTypeToString(EDataType eDataType, Object instanceValue) { return convertAnySimpleType(instanceValue); } |
| |||||
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated NOT */ public String convertDateToString(EDataType eDataType, Object instanceValue) { return convertDate(instanceValue); } |
| |||||
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated NOT */ public String convertDateTimeToString(EDataType eDataType, Object instanceValue) { return convertDateTime(instanceValue); } |
| |||
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated NOT */ public String [[#variable173c7840]](EDataType eDataType, Object instanceValue) { return [[#variable173c77c0]](instanceValue); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#173c7840]] | convertEJavaObjectToString |
1 | 2 | [[#173c7840]] | convertAnySimpleTypeToString |
1 | 3 | [[#173c7840]] | convertDateToString |
1 | 4 | [[#173c7840]] | convertDateTimeToString |
2 | 1 | [[#173c77c0]] | convertToString |
2 | 2 | [[#173c77c0]] | convertAnySimpleType |
2 | 3 | [[#173c77c0]] | convertDate |
2 | 4 | [[#173c77c0]] | convertDateTime |