Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 2 | 0.952 | interface_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 775 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java |
2 | 11 | 1224 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java |
| |||||
/** * Returns an instance of data type '<em>Long Object</em>' corresponding the given literal. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param literal a literal of the data type. * @return a new instance value of the data type. * @generated */ Long createLongObject(String literal); /** * Returns a literal representation of an instance of data type '<em>Long Object</em>'. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param instanceValue an instance value of the data type. * @return a literal representation of the instance value. * @generated */ String convertLongObject(Long instanceValue); |
| |||||
/** * Returns an instance of data type '<em>Unsigned Int Object</em>' corresponding the given literal. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param literal a literal of the data type. * @return a new instance value of the data type. * @generated */ Long createUnsignedIntObject(String literal); /** * Returns a literal representation of an instance of data type '<em>Unsigned Int Object</em>'. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param instanceValue an instance value of the data type. * @return a literal representation of the instance value. * @generated */ String convertUnsignedIntObject(Long instanceValue); |
| |||
/** * Returns an instance of data type '<em>Unsigned Int Object</em>' corresponding the given literal. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param literal a literal of the data type. * @return a new instance value of the data type. * @generated */ /** * Returns an instance of data type '<em>Long Object</em>' corresponding the given literal. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param literal a literal of the data type. * @return a new instance value of the data type. * @generated */ Long [[#variable175eb140]](String literal); /** * Returns a literal representation of an instance of data type '<em>Unsigned Int Object</em>'. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param instanceValue an instance value of the data type. * @return a literal representation of the instance value. * @generated */ /** * Returns a literal representation of an instance of data type '<em>Long Object</em>'. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param instanceValue an instance value of the data type. * @return a literal representation of the instance value. * @generated */ String [[#variable175eafe0]](Long instanceValue); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#175eb140]] | createLongObject |
1 | 2 | [[#175eb140]] | createUnsignedIntObject |
2 | 1 | [[#175eafe0]] | convertLongObject |
2 | 2 | [[#175eafe0]] | convertUnsignedIntObject |