CloneSet1837


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11201.000class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111256
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/AddCommand.java
211215
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/ReplaceCommand.java
Next
Last
Clone Instance
1
Line Count
11
Source Line
256
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/AddCommand.java

/**
 * This returns the collection of objects being added.
 */
public Collection<? > getCollection() {
  return collection;
}

/**
 * This returns the position at which the objects will be added.
 */
public int getIndex() {
  return index;
}


First
Previous
Clone Instance
2
Line Count
11
Source Line
215
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/ReplaceCommand.java

/**
 * This returns the collection of replacement objects.
 */
public Collection<? > getCollection() {
  return collection;
}

/**
 * This returns the index at which to reinsert the replace objects during an undo so as to achieve the original list order.
 */
public int getIndex() {
  return index;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
   * This returns the collection of replacement objects.
   */
/**
   * This returns the collection of objects being added.
   */
public Collection<? > getCollection() {
  return collection;
}

/**
   * This returns the index at which to reinsert the replace objects during an undo so as to achieve the original list order.
   */
/**
   * This returns the position at which the objects will be added.
   */
public int getIndex() {
  return index;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None