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 | 715 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java |
2 | 11 | 1284 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java |
| |||||
/** * Returns an instance of data type '<em>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 */ Integer createIntObject(String literal); /** * Returns a literal representation of an instance of data type '<em>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 convertIntObject(Integer instanceValue); |
| |||||
/** * Returns an instance of data type '<em>Unsigned Short 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 */ Integer createUnsignedShortObject(String literal); /** * Returns a literal representation of an instance of data type '<em>Unsigned Short 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 convertUnsignedShortObject(Integer instanceValue); |
| |||
/** * Returns an instance of data type '<em>Unsigned Short 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>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 */ Integer [[#variable175ef780]](String literal); /** * Returns a literal representation of an instance of data type '<em>Unsigned Short 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>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 [[#variable175ef6e0]](Integer instanceValue); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#175ef780]] | createIntObject |
1 | 2 | [[#175ef780]] | createUnsignedShortObject |
2 | 1 | [[#175ef6e0]] | convertIntObject |
2 | 2 | [[#175ef6e0]] | convertUnsignedShortObject |