protected Resource.Internal eResource; protected EList<EObject> eContents; protected EList<EObject> eCrossReferences; public EClass getEClass() { throw new UnsupportedOperationException(); } public void setEClass(EClass eClass) { throw new UnsupportedOperationException(); } public URI getEProxyURI() { return eProxyURI; } public void setEProxyURI(URI eProxyURI) { this.eProxyURI = eProxyURI; } public Resource.Internal getEResource() { return eResource; } public void setEResource(Resource.Internal eResource) { this.eResource = eResource; } public EList<EObject> getEContents() { return eContents; } public void setEContents(EList<EObject> eContents) { this.eContents = eContents; } public EList<EObject> getECrossReferences() { return eCrossReferences; } public void setECrossReferences(EList<EObject> eCrossReferences) { this.eCrossReferences = eCrossReferences; } public boolean hasSettings() { throw new UnsupportedOperationException(); } public void allocateSettings(int maximumDynamicFeatureID) { throw new UnsupportedOperationException(); } public Object dynamicGet(int dynamicFeatureID) { throw new UnsupportedOperationException(); } public void dynamicSet(int dynamicFeatureID, Object value) { throw new UnsupportedOperationException(); } public void dynamicUnset(int dynamicFeatureID) { throw new UnsupportedOperationException();
protected Resource.Internal eResource; protected EList<EObject> eContents; protected EList<EObject> eCrossReferences; public EClass getEClass() { return eClass; } public void setEClass(EClass eClass) { this.eClass = eClass; } public URI getEProxyURI() { return eProxyURI; } public void setEProxyURI(URI eProxyURI) { this.eProxyURI = eProxyURI; } public Resource.Internal getEResource() { return eResource; } public void setEResource(Resource.Internal eResource) { this.eResource = eResource; } public EList<EObject> getEContents() { return eContents; } public void setEContents(EList<EObject> eContents) { this.eContents = eContents; } public EList<EObject> getECrossReferences() { return eCrossReferences; } public void setECrossReferences(EList<EObject> eCrossReferences) { this.eCrossReferences = eCrossReferences; } public boolean hasSettings() { throw new UnsupportedOperationException(); } public void allocateSettings(int maximumDynamicFeatureID) { throw new UnsupportedOperationException(); } public Object dynamicGet(int dynamicFeatureID) { throw new UnsupportedOperationException(); } public void dynamicSet(int dynamicFeatureID, Object value) { throw new UnsupportedOperationException(); } public void dynamicUnset(int dynamicFeatureID) { throw new UnsupportedOperationException();
Clone fragments detected by clone detection tool
File path: /emf-2.4.1/src/org/eclipse/emf/ecore/impl/DynamicEObjectImpl.java File path: /emf-2.4.1/src/org/eclipse/emf/ecore/impl/EStoreEObjectImpl.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
protected Resource.Internal eResource;
1
protected Resource.Internal eResource;
2
    protected EList<EObject> eContents;
2
    protected EList<EObject> eContents;
3
    protected EList<EObject> eCrossReferences;
3
    protected EList<EObject> eCrossReferences;
4
    public EClass getEClass()
4
    public EClass getEClass()
5
    {
5
    {
6
      throw new UnsupportedOperationException();
6
      return eClass;
7
    }
7
    }
8
    
8
    public void setEClass(EClass eClass)
9
    public void setEClass(EClass eClass)
9
    {
10
    {
10
      throw new UnsupportedOperationException();
11
      this.eClass = eClass;
11
    }
12
    }
12
    public URI getEProxyURI()
13
    public URI getEProxyURI()
13
    {
14
    {
14
      return eProxyURI;
15
      return eProxyURI;
15
    }
16
    }
16
    public void setEProxyURI(URI eProxyURI)
17
    public void setEProxyURI(URI eProxyURI)
17
    {
18
    {
18
      this.eProxyURI = eProxyURI;
19
      this.eProxyURI = eProxyURI;
19
    }
20
    }
20
    public Resource.Internal getEResource()
21
    public Resource.Internal getEResource()
21
    {
22
    {
22
      return eResource;
23
      return eResource;
23
    }
24
    }
24
    public void setEResource(Resource.Internal eResource)
25
    public void setEResource(Resource.Internal eResource)
25
    {
26
    {
26
      this.eResource = eResource;
27
      this.eResource = eResource;
27
    }
28
    }
28
    public EList<EObject> getEContents()
29
    public EList<EObject> getEContents()
29
    {
30
    {
30
      return eContents;
31
      return eContents;
31
    }
32
    }
32
    public void setEContents(EList<EObject> eContents)
33
    public void setEContents(EList<EObject> eContents)
33
    {
34
    {
34
      this.eContents = eContents;
35
      this.eContents = eContents;
35
    }
36
    }
36
    public EList<EObject> getECrossReferences()
37
    public EList<EObject> getECrossReferences()
37
    {
38
    {
38
      return eCrossReferences;
39
      return eCrossReferences;
39
    }
40
    }
40
    public void setECrossReferences(EList<EObject> eCrossReferences)
41
    public void setECrossReferences(EList<EObject> eCrossReferences)
41
    {
42
    {
42
      this.eCrossReferences = eCrossReferences;
43
      this.eCrossReferences = eCrossReferences;
43
    }
44
    }
44
    public boolean hasSettings()
45
    public boolean hasSettings()
45
    {
46
    {
46
      throw new UnsupportedOperationException();
47
      throw new UnsupportedOperationException();
47
    }
48
    }
48
    public void allocateSettings(int maximumDynamicFeatureID)
49
    public void allocateSettings(int maximumDynamicFeatureID)
49
    {
50
    {
50
      throw new UnsupportedOperationException();
51
      throw new UnsupportedOperationException();
51
    }
52
    }
52
    public Object dynamicGet(int dynamicFeatureID)
53
    public Object dynamicGet(int dynamicFeatureID)
53
    {
54
    {
54
      throw new UnsupportedOperationException();
55
      throw new UnsupportedOperationException();
55
    }
56
    }
56
    public void dynamicSet(int dynamicFeatureID, Object value)
57
    public void dynamicSet(int dynamicFeatureID, Object value)
57
    {
58
    {
58
      throw new UnsupportedOperationException();
59
      throw new UnsupportedOperationException();
59
    }
60
    }
60
    public void dynamicUnset(int dynamicFeatureID)
61
    public void dynamicUnset(int dynamicFeatureID)
61
    {
62
    {
62
      throw new UnsupportedOperationException();
63
      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