CloneSet447


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
19401.000class_body_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
120151
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/MoveCommand.java
220202
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/RemoveCommand.java
320182
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/ReplaceCommand.java
419451
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/SetCommand.java
Next
Last
Clone Instance
1
Line Count
20
Source Line
151
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/MoveCommand.java

/**
 * This returns the owner object upon which the command will act.
 * It could be null in the case that we are dealing with an {@link org.eclipse.emf.common.util.EList}.
 */
public EObject getOwner() {
  return owner;
}

/**
 * This returns the feature of the owner object upon the command will act.
 * It could be null, in the case that we are dealing with an {@link org.eclipse.emf.common.util.EList}.
 */
public EStructuralFeature getFeature() {
  return feature;
}

/**
 * This returns the list in which the command will move an object.
 */
public EList<Object> getOwnerList() {
  return ownerList;
}


Next
Previous
Clone Instance
2
Line Count
20
Source Line
202
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/RemoveCommand.java

/**
 * This returns the owner object upon which the command will act.
 * It could be null, in the case that we are dealing with an {@link org.eclipse.emf.common.util.EList}.
 */
public EObject getOwner() {
  return owner;
}

/**
 * This returns the feature of the owner object upon the command will act.
 * It could be null, in the case that we are dealing with an {@link org.eclipse.emf.common.util.EList}.
 */
public EStructuralFeature getFeature() {
  return feature;
}

/**
 * This returns the list from which the command will remove.
 */
public EList<Object> getOwnerList() {
  return ownerList;
}


Next
Previous
Clone Instance
3
Line Count
20
Source Line
182
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/ReplaceCommand.java

/**
 * This returns the owner object upon which the command will act.
 * It could be null, in the case that we are dealing with an {@link org.eclipse.emf.common.util.EList}.
 */
public EObject getOwner() {
  return owner;
}

/**
 * This returns the feature of the owner object upon the command will act.
 * It could be null, in the case that we are dealing with an {@link org.eclipse.emf.common.util.EList}.
 */
public EStructuralFeature getFeature() {
  return feature;
}

/**
 * This returns the list in which the command will replace.
 */
public EList<Object> getOwnerList() {
  return ownerList;
}


First
Previous
Clone Instance
4
Line Count
19
Source Line
451
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/SetCommand.java

/**
 * This returns the owner object upon which the command will act.
 */
public EObject getOwner() {
  return owner;
}

/**
 * This returns the feature of the owner object upon the command will act.
 */
public EStructuralFeature getFeature() {
  return feature;
}

/**
 * If the command will set a single value in a list, this returns the list in which it will set; null otherwise.
 */
public EList<Object> getOwnerList() {
  return ownerList;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
   * This returns the owner object upon which the command will act.
   */
/**
   * This returns the owner object upon which the command will act.
   * It could be null, in the case that we are dealing with an {@link org.eclipse.emf.common.util.EList}.
   */
/**
   * This returns the owner object upon which the command will act.
   * It could be null in the case that we are dealing with an {@link org.eclipse.emf.common.util.EList}.
   */
public EObject getOwner() {
  return owner;
}

/**
   * This returns the feature of the owner object upon the command will act.
   */
/**
   * This returns the feature of the owner object upon the command will act.
   * It could be null, in the case that we are dealing with an {@link org.eclipse.emf.common.util.EList}.
   */
public EStructuralFeature getFeature() {
  return feature;
}

/**
   * If the command will set a single value in a list, this returns the list in which it will set; null otherwise.
   */
/**
   * This returns the list from which the command will remove.
   */
/**
   * This returns the list in which the command will replace.
   */
/**
   * This returns the list in which the command will move an object.
   */
public EList<Object> getOwnerList() {
  return ownerList;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None