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);
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);
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
List<String> createIDREFS(String literal);
1
List<String> createIDREFSBase(String literal);
2
  /**
2
  /**
3
   * Returns a literal representation of an instance of data type '<em>IDREFS</em>'.
3
   * Returns a literal representation of an instance of data type '<em>IDREFS Base</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 convertIDREFS(List<? extends String> instanceValue);
10
  String convertIDREFSBase(List<? extends 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