public String createNormalizedStringFromString(EDataType eDataType, String initialValue)
{
return createNormalizedString(initialValue);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated NOT
*/
public String convertNormalizedStringToString(EDataType eDataType, Object instanceValue)
{
return (String)instanceValue;
public String createTokenFromString(EDataType eDataType, String initialValue)
{
return createToken(initialValue);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated NOT
*/
public String convertTokenToString(EDataType eDataType, Object instanceValue)
{
return (String)instanceValue;
Clone fragments detected by clone detection tool
File path: /emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/impl/XMLTypeFactoryImpl.java
|
|
File path: /emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/impl/XMLTypeFactoryImpl.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | public String createNormalizedStringFromString(EDataType eDataType, String initialValue)↵ | | 1 | public String createTokenFromString(EDataType eDataType, String initialValue)↵
|
2 | {↵ | | 2 | {↵
|
3 | return createNormalizedString(initialValue);↵ | | 3 | return createToken(initialValue);↵
|
4 | }↵ | | 4 | }↵
|
|
5 | /**↵ | | 5 | /**↵
|
6 | * <!-- begin-user-doc -->↵ | | 6 | * <!-- begin-user-doc -->↵
|
7 | * <!-- end-user-doc -->↵ | | 7 | * <!-- end-user-doc -->↵
|
8 | * @generated NOT↵ | | 8 | * @generated NOT↵
|
9 | */↵ | | 9 | */↵
|
10 | public String convertNormalizedStringToString(EDataType eDataType, Object instanceValue)↵ | | 10 | public String convertTokenToString(EDataType eDataType, Object instanceValue)↵
|
11 | { ↵ | | 11 | {↵
|
12 | return (String)instanceValue; | | 12 | return (String)instanceValue;
|
See real code fragment |
|
See real code fragment |
Summary
Number of common nesting structure subtrees | 0 |
Number of refactorable cases | 0 |
Number of non-refactorable cases | 0 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.0 |
Clones location | |
Number of node comparisons | 0 |