Iterator<Object> iterator(EStructuralFeature feature); ListIterator<Object> listIterator(EStructuralFeature feature); ListIterator<Object> listIterator(EStructuralFeature feature, int index);
Iterator<Object> basicIterator(EStructuralFeature feature); ListIterator<Object> basicListIterator(EStructuralFeature feature); ListIterator<Object> basicListIterator(EStructuralFeature feature, int index);
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
Iterator<Object> iterator(EStructuralFeature feature);
1
Iterator<Object> basicIterator(EStructuralFeature feature);
2
    ListIterator<Object> listIterator(EStructuralFeature feature);
2
    ListIterator<Object> basicListIterator(EStructuralFeature feature);
3
    ListIterator<Object> listIterator(EStructuralFeature feature, int index);
3
    ListIterator<Object> basicListIterator(EStructuralFeature feature, int index);
Summary
Number of common nesting structure subtrees0
Number of refactorable cases0
Number of non-refactorable cases0
Time elapsed for finding largest common nesting structure subtrees (ms)0.0
Clones location
Number of node comparisons0