public EList<EObject> getEContents() { throw new UnsupportedOperationException(); } public void setEContents(EList<EObject> eContents) { throw new UnsupportedOperationException();
public EList<EObject> getECrossReferences() { throw new UnsupportedOperationException(); } public void setECrossReferences(EList<EObject> eCrossReferences) { throw new UnsupportedOperationException();
Clone fragments detected by clone detection tool
File path: /emf-2.4.1/src/org/eclipse/emf/ecore/impl/BasicEObjectImpl.java File path: /emf-2.4.1/src/org/eclipse/emf/ecore/impl/BasicEObjectImpl.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
public EList<EObject> getEContents()
1
public EList<EObject> getECrossReferences()
2
    {
2
    {
3
      throw new UnsupportedOperationException();
3
      throw new UnsupportedOperationException();
4
    }
4
    }
5
    public void setEContents(EList<EObject> eContents)
5
    public void setECrossReferences(EList<EObject> eCrossReferences)
6
    {
6
    {
7
      throw new UnsupportedOperationException();
7
      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