Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 2 | 0.951 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 393 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/AdapterFactoryItemDelegator.java |
2 | 8 | 415 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/AdapterFactoryItemDelegator.java |
| |||||
{ // IItemPropertySource itemPropertySource = (IItemPropertySource) adapterFactory.adapt(object, IItemPropertySource.class ); return itemPropertySource != null ? itemPropertySource.getPropertyDescriptors(object): null; } |
| |||||
{ // IItemPropertySource itemPropertySource = (IItemPropertySource) adapterFactory.adapt(object, IItemPropertySource.class ); return itemPropertySource != null ? itemPropertySource.getEditableValue(object): object; } |
| |||
{ // IItemPropertySource itemPropertySource = (IItemPropertySource) adapterFactory.adapt(object, IItemPropertySource.class ); return itemPropertySource != null ? itemPropertySource. [[#variable17544e00]](object): [[#variable17544ca0]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#17544e00]] | getPropertyDescriptors |
1 | 2 | [[#17544e00]] | getEditableValue |
2 | 1 | [[#17544ca0]] | null |
2 | 2 | [[#17544ca0]] | object |