CloneSet251


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11620.966interface_member_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111361
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java
211381
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java
311635
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java
411655
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java
511875
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java
611895
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
361
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>ENTITIES</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
 */
List<String> createENTITIES(String literal);
/**
 * Returns a literal representation of an instance of data type '<em>ENTITIES</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 convertENTITIES(List<? extends String> instanceValue);


Next
Previous
Clone Instance
2
Line Count
11
Source Line
381
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>ENTITIES Base</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
 */
List<String> createENTITIESBase(String literal);
/**
 * Returns a literal representation of an instance of data type '<em>ENTITIES Base</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 convertENTITIESBase(List<? extends String> instanceValue);


Next
Previous
Clone Instance
3
Line Count
11
Source Line
635
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>IDREFS</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
 */
List<String> createIDREFS(String literal);
/**
 * Returns a literal representation of an instance of data type '<em>IDREFS</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 convertIDREFS(List<? extends String> instanceValue);


Next
Previous
Clone Instance
4
Line Count
11
Source Line
655
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>IDREFS Base</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
 */
List<String> createIDREFSBase(String literal);
/**
 * Returns a literal representation of an instance of data type '<em>IDREFS Base</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 convertIDREFSBase(List<? extends String> instanceValue);


Next
Previous
Clone Instance
5
Line Count
11
Source Line
875
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>NMTOKENS</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
 */
List<String> createNMTOKENS(String literal);
/**
 * Returns a literal representation of an instance of data type '<em>NMTOKENS</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 convertNMTOKENS(List<? extends String> instanceValue);


First
Previous
Clone Instance
6
Line Count
11
Source Line
895
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>NMTOKENS Base</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
 */
List<String> createNMTOKENSBase(String literal);
/**
 * Returns a literal representation of an instance of data type '<em>NMTOKENS Base</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 convertNMTOKENSBase(List<? extends String> instanceValue);


Clone AbstractionParameter Count: 2Parameter Bindings

/**
   * Returns an instance of data type '<em>ENTITIES</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>ENTITIES Base</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>IDREFS</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>IDREFS Base</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>NMTOKENS</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>NMTOKENS Base</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
   */
List<String>  [[#variable171c1520]](String literal);
/**
   * Returns a literal representation of an instance of data type '<em>ENTITIES</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>ENTITIES Base</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>IDREFS</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>IDREFS Base</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>NMTOKENS</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>NMTOKENS Base</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  [[#variable171c1480]](List<? extends String> instanceValue);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#171c1520]]
createENTITIES 
12[[#171c1520]]
createENTITIESBase 
13[[#171c1520]]
createIDREFS 
14[[#171c1520]]
createIDREFSBase 
15[[#171c1520]]
createNMTOKENS 
16[[#171c1520]]
createNMTOKENSBase 
21[[#171c1480]]
convertENTITIES 
22[[#171c1480]]
convertENTITIESBase 
23[[#171c1480]]
convertIDREFS 
24[[#171c1480]]
convertIDREFSBase 
25[[#171c1480]]
convertNMTOKENS 
26[[#171c1480]]
convertNMTOKENSBase