public Object get(boolean resolve) { return this; } public void set(Object newValue) { throw new UnsupportedOperationException(); } public boolean isSet() { return !isEmpty(); } public void unset() { throw new UnsupportedOperationException(); } public NotificationChain basicRemove(Object object, NotificationChain notifications) { throw new UnsupportedOperationException(); } public NotificationChain basicAdd(E object, NotificationChain notifications) { throw new UnsupportedOperationException();
public Object get(boolean resolve) { return this; } public void set(Object newValue) { throw new UnsupportedOperationException(); } public boolean isSet() { return !isEmpty(); } public void unset() { throw new UnsupportedOperationException(); } public NotificationChain basicRemove(Object object, NotificationChain notifications) { throw new UnsupportedOperationException(); } public NotificationChain basicAdd(E object, NotificationChain notifications) { throw new UnsupportedOperationException();
Clone fragments detected by clone detection tool
File path: /emf-2.4.1/src/org/eclipse/emf/ecore/util/DelegatingEcoreEList.java File path: /emf-2.4.1/src/org/eclipse/emf/ecore/util/EcoreEList.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
public Object get(boolean resolve)
1
public Object get(boolean resolve)
2
    {
2
    {
3
      return this;
3
      return this;
4
    }
4
    }
5
    public void set(Object newValue)
5
    public void set(Object newValue)
6
    {
6
    {
7
      throw new UnsupportedOperationException();
7
      throw new UnsupportedOperationException();
8
    }
8
    }
9
    public boolean isSet()
9
    public boolean isSet()
10
    {
10
    {
11
      return !isEmpty();
11
      return !isEmpty();
12
    }
12
    }
13
    public void unset()
13
    public void unset()
14
    {
14
    {
15
      throw new UnsupportedOperationException();
15
      throw new UnsupportedOperationException();
16
    }
16
    }
17
    public NotificationChain basicRemove(Object object, NotificationChain notifications)
17
    public NotificationChain basicRemove(Object object, NotificationChain notifications)
18
    {
18
    {
19
      throw new UnsupportedOperationException();
19
      throw new UnsupportedOperationException();
20
    }
20
    }
21
    public NotificationChain basicAdd(E object, NotificationChain notifications)
21
    public NotificationChain basicAdd(E object, NotificationChain notifications)
22
    {
22
    {
23
      throw new UnsupportedOperationException();
23
      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