public boolean contains(EStructuralFeature feature, Object object)
{
return contains(feature, object, isResolveProxies(feature));
}
public boolean basicContains(EStructuralFeature feature, Object object)
{
return contains(feature, object, false);
public boolean contains(EStructuralFeature feature, Object object)
{
return contains(feature, object, isResolveProxies(feature));
}
public boolean basicContains(EStructuralFeature feature, Object object)
{
return contains(feature, object, false);
Clone fragments detected by clone detection tool
File path: /emf-2.4.1/src/org/eclipse/emf/ecore/util/BasicFeatureMap.java
|
|
File path: /emf-2.4.1/src/org/eclipse/emf/ecore/util/DelegatingFeatureMap.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | public boolean contains(EStructuralFeature feature, Object object)↵ | | 1 | public boolean contains(EStructuralFeature feature, Object object)↵
|
2 | {↵ | | 2 | {↵
|
3 | return contains(feature, object, isResolveProxies(feature));↵ | | 3 | return contains(feature, object, isResolveProxies(feature));↵
|
4 | }↵ | | 4 | }↵
|
|
5 | public boolean basicContains(EStructuralFeature feature, Object object)↵ | | 5 | public boolean basicContains(EStructuralFeature feature, Object object)↵
|
6 | {↵ | | 6 | {↵
|
7 | return contains(feature, object, false); | | 7 | return contains(feature, object, false);
|
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 |