String createAnyURI(String literal); /** * Returns a literal representation of an instance of data type '<em>Any URI</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 convertAnyURI(String instanceValue);
String createID(String literal); /** * Returns a literal representation of an instance of data type '<em>ID</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 convertID(String 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
String createAnyURI(String literal);
1
String createID(String literal);
2
  /**
2
  /**
3
   * Returns a literal representation of an instance of data type '<em>Any URI</em>'.
3
   * Returns a literal representation of an instance of data type '<em>ID</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 convertAnyURI(String instanceValue);
10
  String convertID(String 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