CloneSet1769


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
13201.000statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
113274
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/ReplaceCommand.java
213314
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/ReplaceCommand.java
Next
Last
Clone Instance
1
Line Count
13
Source Line
274
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/ReplaceCommand.java

// Simply remove the object from the owner list.
//
ownerList.remove(value);
// Insert the collection at the right place.
//
ownerList.addAll(index, collection);
// Update the containing map, if necessary.
//
updateEMap(owner, feature);
// We'd like the collection of replacements selected after this replace completes.
//
affectedObjects = collection;


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

// Simply remove the object from the owner list.
//
ownerList.remove(value);
// Insert the collection at the right place.
//
ownerList.addAll(index, collection);
// Update the containing map, if necessary.
//
updateEMap(owner, feature);
// We'd like the collection of replacements selected after this replace completes.
//
affectedObjects = collection;


Clone AbstractionParameter Count: 0Parameter Bindings

// Simply remove the object from the owner list.
//
ownerList.remove(value);
// Insert the collection at the right place.
//
ownerList.addAll(index, collection);
// Update the containing map, if necessary.
//
updateEMap(owner, feature);
// We'd like the collection of replacements selected after this replace completes.
//
affectedObjects = collection;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None