Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.964 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 1367 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/ItemPropertyDescriptor.java |
2 | 7 | 1421 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/ItemPropertyDescriptor.java |
| |||||
if (editingDomain == null) { eObject.eSet(parentReference, value); } else { editingDomain.getCommandStack().execute(SetCommand.create(editingDomain, getCommandOwner(eObject), parentReference, value)); } |
| |||||
if (editingDomain == null) { eObject.eSet(feature, value); } else { editingDomain.getCommandStack().execute(SetCommand.create(editingDomain, getCommandOwner(eObject), feature, value)); } |
| |||
if (editingDomain == null) { eObject.eSet( [[#variable17519140]], value); } else { editingDomain.getCommandStack().execute(SetCommand.create(editingDomain, getCommandOwner(eObject), [[#variable17519140]], value)); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#17519140]] | parentReference |
1 | 2 | [[#17519140]] | feature |