CloneSet261


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
34210.983class_body_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
132495
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/notify/impl/DelegatingNotifyingListImpl.java
234504
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/notify/impl/NotifyingListImpl.java
Next
Last
Clone Instance
1
Line Count
32
Source Line
495
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/notify/impl/DelegatingNotifyingListImpl.java

/**
 * Adds each object of the collection at each successive index in the list
 * and returns whether any objects were added;
 * it does no range checking, uniqueness checking, inverse updating, or notification.
 * @param index the index at which to add.
 * @param collection the collection of objects to be added.
 * @return whether any objects were added.
 */
protected boolean doAddAllUnique(int index, Collection<? extends E> collection) {
  return super.addAllUnique(index, collection);
}

/**
 * Adds each object from start to end of the array to the end of the list;
 * it does no uniqueness checking.
 * This implementation delegates to {@link #addAllUnique(int, Object[], int, int) addAllUnique(int, Object[], int, int)}.
 * @param objects the objects to be added.
 * @param start the index of first object to be added.
 * @param end the index past the last object to be added.
 * @see #inverseAdd
 */
@Override public boolean addAllUnique(Object[] objects, int start, int end) {
  return addAllUnique(size(), objects, start, end);
}

/**
 * Adds each object from start to end of the array to the end of the list
 * and returns whether any objects were added;
 * it does no ranging checking, uniqueness checking, inverse updating, or notification.
 * @param objects the objects to be added.
 * @param start the index of first object to be added.
 * @param end the index past the last object to be added.
 * @return whether any objects were added.
 */
protected boolean doAddAllUnique(Object[] objects, int start, int end) {
  return super.addAllUnique(objects, start, end);
}


First
Previous
Clone Instance
2
Line Count
34
Source Line
504
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/notify/impl/NotifyingListImpl.java

/**
 * Adds each object of the collection at each successive index in the list
 * and returns whether any objects were added;
 * it does no range checking, uniqueness checking, inverse updating, or notification.
 * @param index the index at which to add.
 * @param collection the collection of objects to be added.
 * @return whether any objects were added.
 */
protected boolean doAddAllUnique(int index, Collection<? extends E> collection) {
  return super.addAllUnique(index, collection);
}

/**
 * Adds each object from start to end of the array to the end of the list
 * and returns whether any objects were added;
 * it does no uniqueness checking.
 * This implementation delegates to {@link #addAllUnique(int, Object[], int, int) addAllUnique(int, Object[], int, int)}.
 * @param objects the objects to be added.
 * @param start the index of first object to be added.
 * @param end the index past the last object to be added.
 * @return whether any objects were added.
 * @see #inverseAdd
 */
@Override public boolean addAllUnique(Object[] objects, int start, int end) {
  return addAllUnique(size, objects, start, end);
}

/**
 * Adds each object from start to end of the array to the end of the list
 * and returns whether any objects were added;
 * it does no ranging checking, uniqueness checking, inverse updating, or notification.
 * @param objects the objects to be added.
 * @param start the index of first object to be added.
 * @param end the index past the last object to be added.
 * @return whether any objects were added.
 */
protected boolean doAddAllUnique(Object[] objects, int start, int end) {
  return super.addAllUnique(objects, start, end);
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
   * Adds each object of the collection at each successive index in the list
   * and returns whether any objects were added;
   * it does no range checking, uniqueness checking, inverse updating, or notification.
   * @param index the index at which to add.
   * @param collection the collection of objects to be added.
   * @return whether any objects were added.
   */
protected boolean doAddAllUnique(int index, Collection<? extends E> collection) {
  return super.addAllUnique(index, collection);
}

/**
   * Adds each object from start to end of the array to the end of the list
   * and returns whether any objects were added;
   * it does no uniqueness checking.
   * This implementation delegates to {@link #addAllUnique(int, Object[], int, int) addAllUnique(int, Object[], int, int)}.
   * @param objects the objects to be added.
   * @param start the index of first object to be added.
   * @param end the index past the last object to be added.
   * @return whether any objects were added.
   * @see #inverseAdd
   */
/**
   * Adds each object from start to end of the array to the end of the list;
   * it does no uniqueness checking.
   * This implementation delegates to {@link #addAllUnique(int, Object[], int, int) addAllUnique(int, Object[], int, int)}.
   * @param objects the objects to be added.
   * @param start the index of first object to be added.
   * @param end the index past the last object to be added.
   * @see #inverseAdd
   */
@Override public boolean addAllUnique(Object[] objects, int start, int end) {
  return addAllUnique( [[#variable171ce060]], objects, start, end);
}

/**
   * Adds each object from start to end of the array to the end of the list
   * and returns whether any objects were added;
   * it does no ranging checking, uniqueness checking, inverse updating, or notification.
   * @param objects the objects to be added.
   * @param start the index of first object to be added.
   * @param end the index past the last object to be added.
   * @return whether any objects were added.
   */
protected boolean doAddAllUnique(Object[] objects, int start, int end) {
  return super.addAllUnique(objects, start, end);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#171ce060]]
size() 
12[[#171ce060]]
size