CloneSet135


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
14820.955interface_member_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
114232
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java
214255
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java
313461
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java
414483
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java
514506
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java
614529
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java
714552
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java
8141121
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java
Next
Last
Clone Instance
1
Line Count
14
Source Line
232
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>Date</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
 */
XMLGregorianCalendar createDate(String literal);
/**
 * Returns a literal representation of an instance of data type '<em>Date</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 convertDate(XMLGregorianCalendar instanceValue);
@Deprecated String convertDate(Object instanceValue);


Next
Previous
Clone Instance
2
Line Count
14
Source Line
255
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>Date Time</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
 */
XMLGregorianCalendar createDateTime(String literal);
/**
 * Returns a literal representation of an instance of data type '<em>Date Time</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 convertDateTime(XMLGregorianCalendar instanceValue);
@Deprecated String convertDateTime(Object instanceValue);


Next
Previous
Clone Instance
3
Line Count
13
Source Line
461
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>GDay</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
 */
XMLGregorianCalendar createGDay(String literal);
/**
 * Returns a literal representation of an instance of data type '<em>GDay</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 convertGDay(XMLGregorianCalendar instanceValue);
@Deprecated String convertGDay(Object instanceValue);


Next
Previous
Clone Instance
4
Line Count
14
Source Line
483
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>GMonth</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
 */
XMLGregorianCalendar createGMonth(String literal);
/**
 * Returns a literal representation of an instance of data type '<em>GMonth</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 convertGMonth(XMLGregorianCalendar instanceValue);
@Deprecated String convertGMonth(Object instanceValue);


Next
Previous
Clone Instance
5
Line Count
14
Source Line
506
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>GMonth Day</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
 */
XMLGregorianCalendar createGMonthDay(String literal);
/**
 * Returns a literal representation of an instance of data type '<em>GMonth Day</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 convertGMonthDay(XMLGregorianCalendar instanceValue);
@Deprecated String convertGMonthDay(Object instanceValue);


Next
Previous
Clone Instance
6
Line Count
14
Source Line
529
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>GYear</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
 */
XMLGregorianCalendar createGYear(String literal);
/**
 * Returns a literal representation of an instance of data type '<em>GYear</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 convertGYear(XMLGregorianCalendar instanceValue);
@Deprecated String convertGYear(Object instanceValue);


Next
Previous
Clone Instance
7
Line Count
14
Source Line
552
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>GYear Month</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
 */
XMLGregorianCalendar createGYearMonth(String literal);
/**
 * Returns a literal representation of an instance of data type '<em>GYear Month</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 convertGYearMonth(XMLGregorianCalendar instanceValue);
@Deprecated String convertGYearMonth(Object instanceValue);


First
Previous
Clone Instance
8
Line Count
14
Source Line
1121
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>Time</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
 */
XMLGregorianCalendar createTime(String literal);
/**
 * Returns a literal representation of an instance of data type '<em>Time</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 convertTime(XMLGregorianCalendar instanceValue);
@Deprecated String convertTime(Object instanceValue);


Clone AbstractionParameter Count: 2Parameter Bindings

/**
   * Returns an instance of data type '<em>Time</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>GYear Month</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>GYear</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>GMonth Day</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>GMonth</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>GDay</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>Date Time</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>Date</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
   */
XMLGregorianCalendar  [[#variable19053540]](String literal);
/**
   * Returns a literal representation of an instance of data type '<em>Time</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>GYear Month</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>GYear</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>GMonth Day</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>GMonth</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>GDay</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>Date Time</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>Date</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  [[#variable19053640]](XMLGregorianCalendar instanceValue);
@Deprecated String  [[#variable19053640]](Object instanceValue);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#19053540]]
createDate 
12[[#19053540]]
createDateTime 
13[[#19053540]]
createGDay 
14[[#19053540]]
createGMonth 
15[[#19053540]]
createGMonthDay 
16[[#19053540]]
createGYear 
17[[#19053540]]
createGYearMonth 
18[[#19053540]]
createTime 
21[[#19053640]]
convertDate 
22[[#19053640]]
convertDateTime 
23[[#19053640]]
convertGDay 
24[[#19053640]]
convertGMonth 
25[[#19053640]]
convertGMonthDay 
26[[#19053640]]
convertGYear 
27[[#19053640]]
convertGYearMonth 
28[[#19053640]]
convertTime