Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 1 | 0.974 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 127 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/SetCommand.java |
2 | 1 | 143 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/SetCommand.java |
| |||||
List<Object> removedValues = new BasicEList.FastCompare<Object>(oldValues); |
| |||||
// Determine the values that will remain and move them into the right order, if necessary. // List<Object> remainingValues = new BasicEList.FastCompare<Object>(oldValues); |
| |||
// 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1762ff00]] | removedValues |
1 | 2 | [[#1762ff00]] | remainingValues |