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.950 | interface_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 132 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java |
2 | 11 | 575 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java |
| |||||
/** * Returns an instance of data type '<em>Base64 Binary</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 */ byte[] createBase64Binary(String literal); /** * Returns a literal representation of an instance of data type '<em>Base64 Binary</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 convertBase64Binary(byte[] instanceValue); |
| |||||
/** * Returns an instance of data type '<em>Hex Binary</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 */ byte[] createHexBinary(String literal); /** * Returns a literal representation of an instance of data type '<em>Hex Binary</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 convertHexBinary(byte[] instanceValue); |
| |||
/** * Returns an instance of data type '<em>Hex Binary</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>Base64 Binary</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 */ byte[] [[#variable17607560]](String literal); /** * Returns a literal representation of an instance of data type '<em>Hex Binary</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>Base64 Binary</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 [[#variable17607500]](byte[] instanceValue); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#17607560]] | createBase64Binary |
1 | 2 | [[#17607560]] | createHexBinary |
2 | 1 | [[#17607500]] | convertBase64Binary |
2 | 2 | [[#17607500]] | convertHexBinary |