public static final EContentsEList<?> EMPTY_CONTENTS_ELIST =
new EContentsEList<Object>(null, (EStructuralFeature [])null)
{
@Override
public List<Object> basicList()
{
return this;
public static final ECrossReferenceEList<?> EMPTY_CROSS_REFERENCE_ELIST =
new ECrossReferenceEList<Object>(null, (EStructuralFeature [])null)
{
@Override
public List<Object> basicList()
{
return this;
Clone fragments detected by clone detection tool
File path: /emf-2.4.1/src/org/eclipse/emf/ecore/util/EContentsEList.java
|
|
File path: /emf-2.4.1/src/org/eclipse/emf/ecore/util/ECrossReferenceEList.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | public static final EContentsEList<?> EMPTY_CONTENTS_ELIST = ↵ | | 1 | public static final ECrossReferenceEList<?> EMPTY_CROSS_REFERENCE_ELIST = ↵
|
2 | new EContentsEList<Object>(null, (EStructuralFeature [])null)↵ | | 2 | new ECrossReferenceEList<Object>(null, (EStructuralFeature [])null)↵
|
3 | {↵ | | 3 | {↵
|
4 | @Override↵ | | 4 | @Override↵
|
5 | public List<Object> basicList()↵ | | 5 | public List<Object> basicList()↵
|
6 | {↵ | | 6 | {↵
|
7 | return this; | | 7 | return this;
|
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 |