Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 2 | 1 | 0.980 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 118 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/PasteFromClipboardCommand.java |
2 | 21 | 116 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/WrapperItemProvider.java |
| |||||
public Object getOwner() { return owner; } public Object getFeature() { return feature; } public int getIndex() { return index; } |
| |||||
/** * Returns the object that owns the value. */ public Object getOwner() { return owner; } /** * Returns the structural feature through which the value can be set and retrieved, or null if the feature is * unknown or not applicable. */ public EStructuralFeature getFeature() { return feature; } /** * The index at which the value is located, or {@link org.eclipse.emf.edit.command.CommandParameter#NO_INDEX} if the * index isn't known to the wrapper. If {@link #feature} is non-null, this index is within that feature. */ public int getIndex() { return index; } |
| |||
/** * Returns the object that owns the value. */ public Object getOwner() { return owner; } /** * Returns the structural feature through which the value can be set and retrieved, or null if the feature is * unknown or not applicable. */ public [[#variable17576620]] getFeature() { return feature; } /** * The index at which the value is located, or {@link org.eclipse.emf.edit.command.CommandParameter#NO_INDEX} if the * index isn't known to the wrapper. If {@link #feature} is non-null, this index is within that feature. */ public int getIndex() { return index; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#17576620]] | Object |
1 | 2 | [[#17576620]] | EStructuralFeature |