CloneSet408


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11620.952interface_member_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111695
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java
211835
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java
311915
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java
411935
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java
511998
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java
6111244
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java
Next
Last
Clone Instance
1
Line Count
11
Source Line
695
Source File
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);


Next
Previous
Clone Instance
2
Line Count
11
Source Line
835
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java

/**
 * 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);


Next
Previous
Clone Instance
3
Line Count
11
Source Line
915
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java

/**
 * 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);


Next
Previous
Clone Instance
4
Line Count
11
Source Line
935
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java

/**
 * 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);


Next
Previous
Clone Instance
5
Line Count
11
Source Line
998
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java

/**
 * 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);


First
Previous
Clone Instance
6
Line Count
11
Source Line
1244
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java

/**
 * 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);


Clone AbstractionParameter Count: 2Parameter Bindings

/**
   * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#172945c0]]
createInteger 
12[[#172945c0]]
createNegativeInteger 
13[[#172945c0]]
createNonNegativeInteger 
14[[#172945c0]]
createNonPositiveInteger 
15[[#172945c0]]
createPositiveInteger 
16[[#172945c0]]
createUnsignedLong 
21[[#17294520]]
convertInteger 
22[[#17294520]]
convertNegativeInteger 
23[[#17294520]]
convertNonNegativeInteger 
24[[#17294520]]
convertNonPositiveInteger 
25[[#17294520]]
convertPositiveInteger 
26[[#17294520]]
convertUnsignedLong