CloneSet60


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
28401.000class_body_declarations[6]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
128105
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/BasicInternalEList.java
22845
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/DelegatingNotifyingInternalEListImpl.java
328524
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/EcoreEList.java
42849
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/NotifyingInternalEListImpl.java
Next
Last
Clone Instance
1
Line Count
28
Source Line
105
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/BasicInternalEList.java

public boolean basicContains(Object object) {
  return super.contains(object);
}

public boolean basicContainsAll(Collection<? > collection) {
  return super.containsAll(collection);
}

public int basicIndexOf(Object object) {
  return super.indexOf(object);
}

public int basicLastIndexOf(Object object) {
  return super.lastIndexOf(object);
}

public Object[] basicToArray() {
  return super.toArray();
}

public <T>T[] basicToArray(T[] array) {
  return super.toArray(array);
}


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

public boolean basicContains(Object object) {
  return super.contains(object);
}

public boolean basicContainsAll(Collection<? > collection) {
  return super.containsAll(collection);
}

public int basicIndexOf(Object object) {
  return super.indexOf(object);
}

public int basicLastIndexOf(Object object) {
  return super.lastIndexOf(object);
}

public Object[] basicToArray() {
  return super.toArray();
}

public <T>T[] basicToArray(T[] array) {
  return super.toArray(array);
}


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

public boolean basicContains(Object object) {
  return super.contains(object);
}

public boolean basicContainsAll(Collection<? > collection) {
  return super.containsAll(collection);
}

public int basicIndexOf(Object object) {
  return super.indexOf(object);
}

public int basicLastIndexOf(Object object) {
  return super.lastIndexOf(object);
}

public Object[] basicToArray() {
  return super.toArray();
}

public <T>T[] basicToArray(T[] array) {
  return super.toArray(array);
}


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

public boolean basicContains(Object object) {
  return super.contains(object);
}

public boolean basicContainsAll(Collection<? > collection) {
  return super.containsAll(collection);
}

public int basicIndexOf(Object object) {
  return super.indexOf(object);
}

public int basicLastIndexOf(Object object) {
  return super.lastIndexOf(object);
}

public Object[] basicToArray() {
  return super.toArray();
}

public <T>T[] basicToArray(T[] array) {
  return super.toArray(array);
}


Clone AbstractionParameter Count: 0Parameter Bindings

public boolean basicContains(Object object) {
  return super.contains(object);
}

public boolean basicContainsAll(Collection<? > collection) {
  return super.containsAll(collection);
}

public int basicIndexOf(Object object) {
  return super.indexOf(object);
}

public int basicLastIndexOf(Object object) {
  return super.lastIndexOf(object);
}

public Object[] basicToArray() {
  return super.toArray();
}

public <T>T[] basicToArray(T[] array) {
  return super.toArray(array);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None