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);
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);
Clone fragments detected by clone detection tool
File path: /emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java File path: /emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
XMLGregorianCalendar createDate(String literal);
1
XMLGregorianCalendar createGMonthDay(String literal);
2
  /**
2
  /**
3
   * Returns a literal representation of an instance of data type '<em>Date</em>'.
3
   * Returns a literal representation of an instance of data type '<em>GMonth Day</em>'.
4
   * <!-- begin-user-doc -->
4
   * <!-- begin-user-doc -->
5
   * <!-- end-user-doc -->
5
   * <!-- end-user-doc -->
6
   * @param instanceValue an instance value of the data type.
6
   * @param instanceValue an instance value of the data type.
7
   * @return a literal representation of the instance value.
7
   * @return a literal representation of the instance value.
8
   * @generated
8
   * @generated
9
   */
9
   */
10
  String convertDate(XMLGregorianCalendar instanceValue);
10
  String convertGMonthDay(XMLGregorianCalendar instanceValue);
11
  @Deprecated
11
  @Deprecated
12
  String convertDate(Object instanceValue);
12
  String convertGMonthDay(Object instanceValue);
Summary
Number of common nesting structure subtrees0
Number of refactorable cases0
Number of non-refactorable cases0
Time elapsed for finding largest common nesting structure subtrees (ms)0.0
Clones location
Number of node comparisons0