public String createNCName(String literal)
{
return collapseWhiteSpace(literal);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated NOT
*/
public String convertNCName(String instanceValue)
{
return instanceValue;
public String createToken(String literal)
{
return collapseWhiteSpace(literal);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated NOT
*/
public String convertToken(String instanceValue)
{
return 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 createNCName(String literal)↵ | | 1 | public String createToken(String literal)↵
|
2 | {↵ | | 2 | {↵
|
3 | return collapseWhiteSpace(literal);↵ | | 3 | return collapseWhiteSpace(literal);↵
|
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 convertNCName(String instanceValue)↵ | | 10 | public String convertToken(String instanceValue)↵
|
11 | {↵ | | 11 | {↵
|
12 | return instanceValue; | | 12 | return 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 |