protected Object owner; /** * This is feature of the owner where the clipboard copy is pasted. */ protected Object feature; /** * This is index in the feature of the owner where the clipboard copy is pasted. */ protected int index;
protected Object owner; /** * The structural feature, if applicable, through which the value can be set and retrieved. */ protected EStructuralFeature feature; /** * The index at which the value is located. If {@link #feature} is non-null, this index is within that feature. */ protected int index;
Clone fragments detected by clone detection tool
File path: /emf-2.4.1/src/org/eclipse/emf/edit/command/PasteFromClipboardCommand.java File path: /emf-2.4.1/src/org/eclipse/emf/edit/provider/WrapperItemProvider.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
protected Object owner;
1
protected Object owner;
2
  /**
2
  /**
3
   * This is feature of the owner where the clipboard copy is pasted.
3
   * The structural feature, if applicable, through which the value can be set and retrieved.
4
   */
4
   */
5
  protected Object feature;
5
  protected EStructuralFeature feature;
6
  /**
6
  /**
7
   * This is index in the feature of the owner where the clipboard copy is pasted.
7
   * The index at which the value is located. If {@link #feature} is non-null, this index is within that feature.
8
   */
8
   */
9
  protected int index;
9
  protected int index;
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