public InternalSettingDelegateSingleEObjectContainment(EClass eClass, EStructuralFeature feature, EReference inverseFeature)
{
super(eClass, feature, inverseFeature);
}
@Override
protected boolean isContainment()
{
return true;
public InternalSettingDelegateSingleEObjectContainmentWithInverseUnsettableResolving(EClass eClass, EStructuralFeature feature, EReference inverseFeature)
{
super(eClass, feature, inverseFeature);
}
@Override
protected boolean isResolveProxies()
{
return true;
Clone fragments detected by clone detection tool
File path: /emf-2.4.1/src/org/eclipse/emf/ecore/impl/EStructuralFeatureImpl.java
|
|
File path: /emf-2.4.1/src/org/eclipse/emf/ecore/impl/EStructuralFeatureImpl.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | public InternalSettingDelegateSingleEObjectContainment(EClass eClass, EStructuralFeature feature, EReference inverseFeature)↵ | | 1 | public InternalSettingDelegateSingleEObjectContainmentWithInverseUnsettableResolving(EClass eClass, EStructuralFeature feature, EReference inverseFeature)↵
|
2 | {↵ | | 2 | {↵
|
3 | super(eClass, feature, inverseFeature);↵ | | 3 | super(eClass, feature, inverseFeature);↵
|
4 | }↵ | | 4 | }↵
|
| | | 5 | ↵
|
5 | @Override↵ | | 6 | @Override↵
|
6 | protected boolean isContainment()↵ | | 7 | protected boolean isResolveProxies()↵
|
7 | {↵ | | 8 | {↵
|
8 | return true; | | 9 | 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 |