public <T> T[] toArray(EStructuralFeature feature, T [] array) { return toArray(feature, array, isResolveProxies(feature)); } public <T> T[] basicToArray(EStructuralFeature feature, T [] array) { return toArray(feature, array, false);
public <T> T[] toArray(EStructuralFeature feature, T [] array) { return toArray(feature, array, isResolveProxies(feature)); } public <T> T[] basicToArray(EStructuralFeature feature, T [] array) { return toArray(feature, array, 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 <T> T[] toArray(EStructuralFeature feature, T [] array)
1
public <T> T[] toArray(EStructuralFeature feature, T [] array)
2
  {
2
  {
3
    return toArray(feature, array, isResolveProxies(feature));
3
    return toArray(feature, array, isResolveProxies(feature));
4
  }
4
  }
5
  public <T> T[] basicToArray(EStructuralFeature feature, T [] array)
5
  public <T> T[] basicToArray(EStructuralFeature feature, T [] array)
6
  {
6
  {
7
    return toArray(feature, array, false);
7
    return toArray(feature, array, false);
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