Object[] basicToArray(EStructuralFeature feature); /** * @since 2.4 */ <T> T[] basicToArray(EStructuralFeature feature, T[] array);
Object[] toArray(EStructuralFeature feature); <T> T[] toArray(EStructuralFeature feature, T [] array);
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
Object[] basicToArray(EStructuralFeature feature); 
1
Object[] toArray(EStructuralFeature feature);
2
    /**
3
     * @since 2.4
4
     */
5
    <T> T[] basicToArray(EStructuralFeature feature, T[] array); 
2
    <T> T[] toArray(EStructuralFeature feature, T [] array);
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