boolean contains(EStructuralFeature feature, Object object);
boolean containsAll(EStructuralFeature feature, Collection<?> collection);
boolean basicContains(EStructuralFeature feature, Object object);
/**
* @since 2.4
*/
boolean basicContainsAll(EStructuralFeature feature, Collection<?> collection);
Clone fragments detected by clone detection tool
File path: /emf-2.4.1/src/org/eclipse/emf/ecore/util/FeatureMap.java
|
|
File path: /emf-2.4.1/src/org/eclipse/emf/ecore/util/FeatureMap.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | boolean contains(EStructuralFeature feature, Object object);↵ | | 1 | boolean basicContains(EStructuralFeature feature, Object object);↵
|
|
| | | 2 | /**↵
|
| | | 3 | * @since 2.4↵
|
| | | 4 | */↵
|
2 | boolean containsAll(EStructuralFeature feature, Collection<?> collection); | | 5 | boolean basicContainsAll(EStructuralFeature feature, Collection<?> collection);
|
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 |