CloneSet497


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12501.000class_body_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
112120
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/AddCommand.java
21288
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/MoveCommand.java
312121
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/RemoveCommand.java
41292
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/ReplaceCommand.java
512375
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/SetCommand.java
Next
Last
Clone Instance
1
Line Count
12
Source Line
120
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/AddCommand.java

/**
 * This is 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}.
 */
protected EObject owner;

/**
 * This is 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}.
 */
protected EStructuralFeature feature;

/**
 * This is the list to which the command will add the collection.
 */
protected EList<Object> ownerList;


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

/**
 * This is 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}.
 */
protected EObject owner;

/**
 * This is 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}.
 */
protected EStructuralFeature feature;

/**
 * This is the list in which the command will move an object.
 */
protected EList<Object> ownerList;


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

/**
 * This is 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}.
 */
protected EObject owner;

/**
 * This is 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}.
 */
protected EStructuralFeature feature;

/**
 * This is the list from which the command will remove.
 */
protected EList<Object> ownerList;


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

/**
 * This is 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}.
 */
protected EObject owner;

/**
 * This is 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}.
 */
protected EStructuralFeature feature;

/**
 * This is the list from which the command will replace.
 */
protected EList<Object> ownerList;


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

/**
 * This is the owner object upon which the command will act.
 */
protected EObject owner;

/**
 * This is the feature of the owner object upon the command will act.
 */
protected EStructuralFeature feature;

/**
 * If non-null, this is the list in which the command will set a value.
 * If null, feature is single-valued or no index was specified.
 */
protected EList<Object> ownerList;


Clone AbstractionParameter Count: 0Parameter Bindings

/**
   * This is the owner object upon which the command will act.
   */
/**
   * This is 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 is 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}.
   */
protected EObject owner;

/**
   * This is the feature of the owner object upon the command will act.
   */
/**
   * This is 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}.
   */
protected EStructuralFeature feature;

/**
   * If non-null, this is the list in which the command will set a value.
   * If null, feature is single-valued or no index was specified.
   */
/**
   * This is the list from which the command will remove.
   */
/**
   * This is the list to which the command will add the collection.
   */
/**
   * This is the list from which the command will replace.
   */
/**
   * This is the list in which the command will move an object.
   */
protected EList<Object> ownerList;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None