public E set(int index, E element) { throw new UnsupportedOperationException(); } public void add(int index, Object element) { throw new UnsupportedOperationException(); } public E remove(int index) { throw new UnsupportedOperationException();
public E set(int index, E element) { throw new UnsupportedOperationException(); } public void add(int index, E element) { throw new UnsupportedOperationException(); } public E remove(int index) { throw new UnsupportedOperationException();
Clone fragments detected by clone detection tool
File path: /emf-2.4.1/src/org/eclipse/emf/common/util/ECollections.java File path: /emf-2.4.1/src/org/eclipse/emf/common/util/ECollections.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
public E set(int index, E element)
1
public E set(int index, E element)
2
    {
2
    {
3
      throw new UnsupportedOperationException();
3
      throw new UnsupportedOperationException();
4
    }
4
    }
5
    public void add(int index, Object element)
5
    public void add(int index, E element)
6
    {
6
    {
7
      throw new UnsupportedOperationException();
7
      throw new UnsupportedOperationException();
8
    }
8
    }
9
    public E remove(int index)
9
    public E remove(int index)
10
    {
10
    {
11
      throw new UnsupportedOperationException();
11
      throw new UnsupportedOperationException();
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