CloneSet894


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11210.971constructor_body
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
19121
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/MoveCommand.java
211140
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/ReplaceCommand.java
Next
Last
Clone Instance
1
Line Count
9
Source Line
121
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/MoveCommand.java

{
  super(domain, LABEL, DESCRIPTION);
  this.owner = owner;
  this.feature = feature;
  this.value = value;
  this.index = index;
  ownerList = getOwnerList(this.owner, feature);
}


First
Previous
Clone Instance
2
Line Count
11
Source Line
140
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/ReplaceCommand.java

{
  super(domain, LABEL, DESCRIPTION);
  // Initialize all the fields from the command parameter.
  //
  this.owner = owner;
  this.feature = feature;
  this.value = value;
  this.collection = collection;
  ownerList = getOwnerList(this.owner, feature);
}


Clone AbstractionParameter Count: 1Parameter Bindings

{
  super(domain, LABEL, DESCRIPTION);
  // Initialize all the fields from the command parameter.
  //
  this.owner = owner;
  this.feature = feature;
  this.value = value;
  this. [[#variable17458bc0]]= [[#variable17458bc0]];
  ownerList = getOwnerList(this.owner, feature);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#17458bc0]]
index 
12[[#17458bc0]]
collection