CloneSet855


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
14230.958block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
114949
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/ItemProviderAdapter.java
214966
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/ItemProviderAdapter.java
Next
Last
Clone Instance
1
Line Count
14
Source Line
949
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/ItemProviderAdapter.java

{
  if (commandParameter.getEStructuralFeature() != null) {
    result = createAddCommand(domain, commandParameter.getEOwner(), commandParameter.getEStructuralFeature(), commandParameter.getCollection(), commandParameter.getIndex());
  }
  else {
    result = factorAddCommand(domain, commandParameter);
  }
}


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

{
  if (commandParameter.getEStructuralFeature() != null) {
    result = createMoveCommand(domain, commandParameter.getEOwner(), commandParameter.getEStructuralFeature(), commandParameter.getValue(), commandParameter.getIndex());
  }
  else {
    result = factorMoveCommand(domain, commandParameter);
  }
}


Clone AbstractionParameter Count: 3Parameter Bindings

{
  if (commandParameter.getEStructuralFeature() != null) {
    result = [[#variable174420c0]](domain, commandParameter.getEOwner(), commandParameter.getEStructuralFeature(), commandParameter. [[#variable1743bbc0]](), commandParameter.getIndex());
  }
  else {
    result = [[#variable17442120]](domain, commandParameter);
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#174420c0]]
createAddCommand 
12[[#174420c0]]
createMoveCommand 
21[[#1743bbc0]]
getCollection 
22[[#1743bbc0]]
getValue 
31[[#17442120]]
factorAddCommand 
32[[#17442120]]
factorMoveCommand