Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
14 | 8 | 2 | 0.955 | interface_member_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 14 | 232 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java |
2 | 14 | 255 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java |
3 | 13 | 461 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java |
4 | 14 | 483 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java |
5 | 14 | 506 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java |
6 | 14 | 529 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java |
7 | 14 | 552 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java |
8 | 14 | 1121 | 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); |
| |||||
/** * 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); |
| |||||
/** * 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); |
| |||||
/** * 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); |
| |||||
/** * 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); |
| |||||
/** * 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); |
| |||||
/** * 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); |
| |||||
/** * 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); |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#19053540]] | createDate |
1 | 2 | [[#19053540]] | createDateTime |
1 | 3 | [[#19053540]] | createGDay |
1 | 4 | [[#19053540]] | createGMonth |
1 | 5 | [[#19053540]] | createGMonthDay |
1 | 6 | [[#19053540]] | createGYear |
1 | 7 | [[#19053540]] | createGYearMonth |
1 | 8 | [[#19053540]] | createTime |
2 | 1 | [[#19053640]] | convertDate |
2 | 2 | [[#19053640]] | convertDateTime |
2 | 3 | [[#19053640]] | convertGDay |
2 | 4 | [[#19053640]] | convertGMonth |
2 | 5 | [[#19053640]] | convertGMonthDay |
2 | 6 | [[#19053640]] | convertGYear |
2 | 7 | [[#19053640]] | convertGYearMonth |
2 | 8 | [[#19053640]] | convertTime |