CloneSet1328


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

public Object getOwner() {
  return owner;
}

public Object getFeature() {
  return feature;
}

public int getIndex() {
  return index;
}


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

/**
 * 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;
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
   * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#17576620]]
Object 
12[[#17576620]]
EStructuralFeature