public ResolvingFeatureIteratorImpl(EObject eObject, EStructuralFeature [] eStructuralFeatures)
{
super(eObject, eStructuralFeatures);
}
@Override
protected boolean resolve()
{
return true;
public ResolvingFeatureIteratorImpl(EObject eObject, EStructuralFeature [] eStructuralFeatures)
{
super(eObject, eStructuralFeatures);
}
@Override
protected boolean resolve()
{
return true;
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 ResolvingFeatureIteratorImpl(EObject eObject, EStructuralFeature [] eStructuralFeatures)↵ | | 1 | public ResolvingFeatureIteratorImpl(EObject eObject, EStructuralFeature [] eStructuralFeatures)↵
|
2 | {↵ | | 2 | {↵
|
3 | super(eObject, eStructuralFeatures);↵ | | 3 | super(eObject, eStructuralFeatures);↵
|
4 | }↵ | | 4 | }↵
|
|
5 | @Override↵ | | 5 | @Override↵
|
6 | protected boolean resolve()↵ | | 6 | protected boolean resolve()↵
|
7 | {↵ | | 7 | {↵
|
8 | return true; | | 8 | return true;
|
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 |