CloneSet1566


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
131012
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/BasicEList.java
23891
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/DelegatingEList.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
1012
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/BasicEList.java

/**
 * Moves the object to the index of the list.
 * This implementation uses {@link #indexOf} of find the object
 * and delegates to {@link #move(int, int) move(int, int)}.
 * @param index the new position for the object in the list.
 * @param object the object to be moved.
 * @exception IndexOutOfBoundsException if the index isn't within the size range or the object isn't contained by the list.
 */
public void move(int index, E object) {
  move(index, indexOf(object));
}


First
Previous
Clone Instance
2
Line Count
3
Source Line
891
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/DelegatingEList.java

/**
 * Moves the object to the index of the list.
 * This implementation uses {@link #indexOf} of find the object
 * and delegates to {@link #move(int, int) move(int, int)}.
 * @param index the new position for the object in the list.
 * @param object the object to be moved.
 * @exception IndexOutOfBoundsException if the index isn't within the size range or the object isn't contained by the list.
 */
public void move(int index, E object) {
  move(index, indexOf(object));
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
   * Moves the object to the index of the list.
   * This implementation uses {@link #indexOf} of find the object
   * and delegates to {@link #move(int, int) move(int, int)}.
   * @param index the new position for the object in the list.
   * @param object the object to be moved.
   * @exception IndexOutOfBoundsException if the index isn't within the size range or the object isn't contained by the list.
   */
public void move(int index, E object) {
  move(index, indexOf(object));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None