Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 0 | 1.000 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 56 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/command/AddMappingCommand.java |
2 | 3 | 45 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/command/RemoveMappingCommand.java |
| |||||
/** * This creates a command that adds the new mappings in the collection into the appropriate place in the mapping root's. */ public static Command create(MappingDomain domain, Mapping mapping) { return create(domain, Collections.singleton(mapping)); } |
| |||||
/** * This creates a command that removes the mapping from the mapping root. */ public static Command create(MappingDomain domain, Mapping mapping) { return create(domain, Collections.singleton(mapping)); } |
| |||
/** * This creates a command that adds the new mappings in the collection into the appropriate place in the mapping root's. */ /** * This creates a command that removes the mapping from the mapping root. */ public static Command create(MappingDomain domain, Mapping mapping) { return create(domain, Collections.singleton(mapping)); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |