@Override
protected EClass eStaticClass()
{
return XMLTypePackage.Literals.ANY_TYPE;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public FeatureMap getMixed()
{
if (mixed == null)
{
mixed = new BasicFeatureMap(this, XMLTypePackage.ANY_TYPE__MIXED);
}
return mixed;
@Override
protected EClass eStaticClass()
{
return XMLTypePackage.Literals.XML_TYPE_DOCUMENT_ROOT;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public FeatureMap getMixed()
{
if (mixed == null)
{
mixed = new BasicFeatureMap(this, XMLTypePackage.XML_TYPE_DOCUMENT_ROOT__MIXED);
}
return mixed;
Clone fragments detected by clone detection tool
File path: /emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/impl/AnyTypeImpl.java
|
|
File path: /emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/impl/XMLTypeDocumentRootImpl.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | @Override↵ | | 1 | @Override↵
|
2 | protected EClass eStaticClass()↵ | | 2 | protected EClass eStaticClass()↵
|
3 | {↵ | | 3 | {↵
|
4 | return XMLTypePackage.Literals.ANY_TYPE;↵ | | 4 | return XMLTypePackage.Literals.XML_TYPE_DOCUMENT_ROOT;↵
|
5 | }↵ | | 5 | }↵
|
|
6 | /**↵ | | 6 | /**↵
|
7 | * <!-- begin-user-doc -->↵ | | 7 | * <!-- begin-user-doc -->↵
|
8 | * <!-- end-user-doc -->↵ | | 8 | * <!-- end-user-doc -->↵
|
9 | * @generated↵ | | 9 | * @generated↵
|
10 | */↵ | | 10 | */↵
|
11 | public FeatureMap getMixed()↵ | | 11 | public FeatureMap getMixed()↵
|
12 | {↵ | | 12 | {↵
|
13 | if (mixed == null)↵ | | 13 | if (mixed == null)↵
|
14 | {↵ | | 14 | {↵
|
15 | mixed = new BasicFeatureMap(this, XMLTypePackage.ANY_TYPE__MIXED);↵ | | 15 | mixed = new BasicFeatureMap(this, XMLTypePackage.XML_TYPE_DOCUMENT_ROOT__MIXED);↵
|
16 | }↵ | | 16 | }↵
|
17 | return mixed; | | 17 | return mixed;
|
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 |