CloneSet1830


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11210.971class_body_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11182
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/PasteFromClipboardCommand.java
21166
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/WrapperItemProvider.java
Next
Last
Clone Instance
1
Line Count
11
Source Line
82
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/PasteFromClipboardCommand.java

/**
 * This is object where the clipboard copy is pasted.
 */
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;


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

/**
 * The object that owns the value.
 */
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 AbstractionParameter Count: 1Parameter Bindings

/**
   * This is object where the clipboard copy is pasted.
   */
/**
   * The object that owns the value.
   */
protected Object owner;

/**
   * This is feature of the owner where the clipboard copy is pasted.
   */
/**
   * The structural feature, if applicable, through which the value can be set and retrieved.
   */
protected [[#variable17678f20]] feature;

/**
   * This is index in the feature of the owner where the clipboard copy is pasted.
   */
/**
   * The index at which the value is located. If {@link #feature} is non-null, this index is within that feature.
   */
protected int index;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#17678f20]]
Object 
12[[#17678f20]]
EStructuralFeature