CloneSet1535


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11220.952interface_member_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111715
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java
2111284
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
715
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>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);


First
Previous
Clone Instance
2
Line Count
11
Source Line
1284
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 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);


Clone AbstractionParameter Count: 2Parameter Bindings

/**
   * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#175ef780]]
createIntObject 
12[[#175ef780]]
createUnsignedShortObject 
21[[#175ef6e0]]
convertIntObject 
22[[#175ef6e0]]
convertUnsignedShortObject