CloneSet956


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1410.970statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11141
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/command/AddMappingCommand.java
21835
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/impl/MappingRootImpl.java
31421
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/presentation/MappingEditor.java
412185
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/presentation/MappingEditor.java
Next
Last
Clone Instance
1
Line Count
1
Source Line
141
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/command/AddMappingCommand.java

// Check all the siblings to see which if any should now be nested under this new mapping.
// The are accumulated into a list so that they can be removed as a single command with a single notification.
//
Collection<Mapping> siblingsToReparent = new ArrayList<Mapping>();


Next
Previous
Clone Instance
2
Line Count
1
Source Line
835
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/impl/MappingRootImpl.java

Collection<Mapping> result = new ArrayList<Mapping>();


Next
Previous
Clone Instance
3
Line Count
1
Source Line
421
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/presentation/MappingEditor.java

Collection<Mapping> mappings = new ArrayList<Mapping>();


First
Previous
Clone Instance
4
Line Count
1
Source Line
2185
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/presentation/MappingEditor.java

Collection<Mapping> result = new ArrayList<Mapping>();


Clone AbstractionParameter Count: 1Parameter Bindings

// Check all the siblings to see which if any should now be nested under this new mapping.
// The are accumulated into a list so that they can be removed as a single command with a single notification.
//
Collection<Mapping>  [[#variable17486c40]]= new ArrayList<Mapping>();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#17486c40]]
siblingsToReparent 
12[[#17486c40]]
result 
13[[#17486c40]]
mappings 
14[[#17486c40]]
result