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;
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;
Clone fragments detected by clone detection tool
File path: /emf-2.4.1/src/org/eclipse/emf/edit/command/MoveCommand.java File path: /emf-2.4.1/src/org/eclipse/emf/edit/command/RemoveCommand.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
protected EObject owner;
1
protected EObject owner;
2
  /**
2
  /**
3
   * This is the feature of the owner object upon the command will act.
3
   * This is the feature of the owner object upon the command will act.
4
   * It could be null, in the case that we are dealing with an {@link org.eclipse.emf.common.util.EList}.
4
   * It could be null, in the case that we are dealing with an {@link org.eclipse.emf.common.util.EList}.
5
   */
5
   */
6
  protected EStructuralFeature feature;
6
  protected EStructuralFeature feature;
7
  /**
7
  /**
8
   * This is the list in which the command will move an object.
8
   * This is the list from which the command will remove.
9
   */
9
   */
10
  protected EList<Object> ownerList;
10
  protected EList<Object> ownerList;
Summary
Number of common nesting structure subtrees0
Number of refactorable cases0
Number of non-refactorable cases0
Time elapsed for finding largest common nesting structure subtrees (ms)0.0
Clones location
Number of node comparisons0