CloneSet1748


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13411
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/CreateChildCommand.java
231625
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/ItemProviderAdapter.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
411
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/CreateChildCommand.java

public Collection<? > getCreateChildResult(Object child) {
  return Collections.singletonList(child);
}


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

/**
 * This returns the result collection for {@link CreateChildCommand}.
 */
public Collection<? > getCreateChildResult(Object child) {
  return Collections.singletonList(child);
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
   * This returns the result collection for {@link CreateChildCommand}.
   */
public Collection<? > getCreateChildResult(Object child) {
  return Collections.singletonList(child);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None