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 | 2164 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/impl/XMLTypeFactoryImpl.java |
2 | 3 | 2184 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/impl/XMLTypeFactoryImpl.java |
3 | 3 | 2846 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/impl/XMLTypeFactoryImpl.java |
4 | 3 | 2866 | 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 Long createLongFromString(EDataType eDataType, String initialValue) { return createLongObject(initialValue); } |
| |||||
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated NOT */ public Long createLongObjectFromString(EDataType eDataType, String initialValue) { return createLongObject(initialValue); } |
| |||||
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated NOT */ public Long createUnsignedIntFromString(EDataType eDataType, String initialValue) { return createUnsignedIntObject(initialValue); } |
| |||||
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated NOT */ public Long createUnsignedIntObjectFromString(EDataType eDataType, String initialValue) { return createUnsignedIntObject(initialValue); } |
| |||
/** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated NOT */ public Long [[#variable173bc8e0]](EDataType eDataType, String initialValue) { return [[#variable173bc7e0]](initialValue); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#173bc8e0]] | createLongFromString |
1 | 2 | [[#173bc8e0]] | createLongObjectFromString |
1 | 3 | [[#173bc8e0]] | createUnsignedIntFromString |
1 | 4 | [[#173bc8e0]] | createUnsignedIntObjectFromString |
2 | 1 | [[#173bc7e0]] | createLongObject |
2 | 2 | [[#173bc7e0]] | createLongObject |
2 | 3 | [[#173bc7e0]] | createUnsignedIntObject |
2 | 4 | [[#173bc7e0]] | createUnsignedIntObject |