Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 6 | 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 | 695 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java |
2 | 11 | 835 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java |
3 | 11 | 915 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java |
4 | 11 | 935 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java |
5 | 11 | 998 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java |
6 | 11 | 1244 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java |
| |||||
/** * Returns an instance of data type '<em>Integer</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 */ BigInteger createInteger(String literal); /** * Returns a literal representation of an instance of data type '<em>Integer</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 convertInteger(BigInteger instanceValue); |
| |||||
/** * Returns an instance of data type '<em>Negative Integer</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 */ BigInteger createNegativeInteger(String literal); /** * Returns a literal representation of an instance of data type '<em>Negative Integer</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 convertNegativeInteger(BigInteger instanceValue); |
| |||||
/** * Returns an instance of data type '<em>Non Negative Integer</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 */ BigInteger createNonNegativeInteger(String literal); /** * Returns a literal representation of an instance of data type '<em>Non Negative Integer</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 convertNonNegativeInteger(BigInteger instanceValue); |
| |||||
/** * Returns an instance of data type '<em>Non Positive Integer</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 */ BigInteger createNonPositiveInteger(String literal); /** * Returns a literal representation of an instance of data type '<em>Non Positive Integer</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 convertNonPositiveInteger(BigInteger instanceValue); |
| |||||
/** * Returns an instance of data type '<em>Positive Integer</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 */ BigInteger createPositiveInteger(String literal); /** * Returns a literal representation of an instance of data type '<em>Positive Integer</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 convertPositiveInteger(BigInteger instanceValue); |
| |||||
/** * Returns an instance of data type '<em>Unsigned Long</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 */ BigInteger createUnsignedLong(String literal); /** * Returns a literal representation of an instance of data type '<em>Unsigned Long</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 convertUnsignedLong(BigInteger instanceValue); |
| |||
/** * Returns an instance of data type '<em>Unsigned Long</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>Positive Integer</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>Non Positive Integer</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>Non Negative Integer</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>Negative Integer</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>Integer</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 */ BigInteger [[#variable172945c0]](String literal); /** * Returns a literal representation of an instance of data type '<em>Unsigned Long</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>Positive Integer</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>Non Positive Integer</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>Non Negative Integer</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>Negative Integer</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>Integer</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 [[#variable17294520]](BigInteger instanceValue); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#172945c0]] | createInteger |
1 | 2 | [[#172945c0]] | createNegativeInteger |
1 | 3 | [[#172945c0]] | createNonNegativeInteger |
1 | 4 | [[#172945c0]] | createNonPositiveInteger |
1 | 5 | [[#172945c0]] | createPositiveInteger |
1 | 6 | [[#172945c0]] | createUnsignedLong |
2 | 1 | [[#17294520]] | convertInteger |
2 | 2 | [[#17294520]] | convertNegativeInteger |
2 | 3 | [[#17294520]] | convertNonNegativeInteger |
2 | 4 | [[#17294520]] | convertNonPositiveInteger |
2 | 5 | [[#17294520]] | convertPositiveInteger |
2 | 6 | [[#17294520]] | convertUnsignedLong |