Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
14 | 2 | 3 | 0.958 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 14 | 949 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/ItemProviderAdapter.java |
2 | 14 | 966 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/ItemProviderAdapter.java |
| |||||
{ if (commandParameter.getEStructuralFeature() != null) { result = createAddCommand(domain, commandParameter.getEOwner(), commandParameter.getEStructuralFeature(), commandParameter.getCollection(), commandParameter.getIndex()); } else { result = factorAddCommand(domain, commandParameter); } } |
| |||||
{ if (commandParameter.getEStructuralFeature() != null) { result = createMoveCommand(domain, commandParameter.getEOwner(), commandParameter.getEStructuralFeature(), commandParameter.getValue(), commandParameter.getIndex()); } else { result = factorMoveCommand(domain, commandParameter); } } |
| |||
{ if (commandParameter.getEStructuralFeature() != null) { result = [[#variable174420c0]](domain, commandParameter.getEOwner(), commandParameter.getEStructuralFeature(), commandParameter. [[#variable1743bbc0]](), commandParameter.getIndex()); } else { result = [[#variable17442120]](domain, commandParameter); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#174420c0]] | createAddCommand |
1 | 2 | [[#174420c0]] | createMoveCommand |
2 | 1 | [[#1743bbc0]] | getCollection |
2 | 2 | [[#1743bbc0]] | getValue |
3 | 1 | [[#17442120]] | factorAddCommand |
3 | 2 | [[#17442120]] | factorMoveCommand |