Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 4 | 1 | 0.970 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 141 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/command/AddMappingCommand.java |
2 | 1 | 835 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/impl/MappingRootImpl.java |
3 | 1 | 421 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/presentation/MappingEditor.java |
4 | 1 | 2185 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/presentation/MappingEditor.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>(); |
| |||||
Collection<Mapping> result = new ArrayList<Mapping>(); |
| |||||
Collection<Mapping> mappings = new ArrayList<Mapping>(); |
| |||||
Collection<Mapping> result = new ArrayList<Mapping>(); |
| |||
// 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#17486c40]] | siblingsToReparent |
1 | 2 | [[#17486c40]] | result |
1 | 3 | [[#17486c40]] | mappings |
1 | 4 | [[#17486c40]] | result |