Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 1 | 0.971 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 82 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/PasteFromClipboardCommand.java |
2 | 11 | 66 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/WrapperItemProvider.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; |
| |||||
/** * 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; |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#17678f20]] | Object |
1 | 2 | [[#17678f20]] | EStructuralFeature |