CloneSet1702


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1210.974statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11127
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/SetCommand.java
21143
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/SetCommand.java
Next
Last
Clone Instance
1
Line Count
1
Source Line
127
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/SetCommand.java

List<Object> removedValues = new BasicEList.FastCompare<Object>(oldValues);


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

// Determine the values that will remain and move them into the right order, if necessary.
//
List<Object> remainingValues = new BasicEList.FastCompare<Object>(oldValues);


Clone AbstractionParameter Count: 1Parameter Bindings

// Determine the values that will remain and move them into the right order, if necessary.
//
List<Object>  [[#variable1762ff00]]= new BasicEList.FastCompare<Object>(oldValues);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1762ff00]]
removedValues 
12[[#1762ff00]]
remainingValues