CloneSet280


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
28201.000class_body_declarations[6]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
128663
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/DelegatingEcoreEList.java
228564
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/EcoreEList.java
Next
Last
Clone Instance
1
Line Count
28
Source Line
663
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/DelegatingEcoreEList.java

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();
}


First
Previous
Clone Instance
2
Line Count
28
Source Line
564
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/EcoreEList.java

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 AbstractionParameter Count: 0Parameter Bindings

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();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None