Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 1 | 0.984 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 28 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/ItemPropertyDescriptorDecorator.java |
2 | 9 | 73 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/ui/provider/PropertyDescriptor.java |
| |||||
protected IItemPropertyDescriptor itemPropertyDescriptor; /** */ public ItemPropertyDescriptorDecorator(Object object, IItemPropertyDescriptor itemPropertyDescriptor) { this.object = object; this.itemPropertyDescriptor = itemPropertyDescriptor; } |
| |||||
/** * This is the descriptor to which we will delegate all the {@link org.eclipse.ui.views.properties.IPropertyDescriptor} methods. */ protected IItemPropertyDescriptor itemPropertyDescriptor; /** * An instance is constructed from an object and its item property source. */ public PropertyDescriptor(Object object, IItemPropertyDescriptor itemPropertyDescriptor) { this.object = object; this.itemPropertyDescriptor = itemPropertyDescriptor; } |
| |||
/** * This is the descriptor to which we will delegate all the {@link org.eclipse.ui.views.properties.IPropertyDescriptor} methods. */ protected IItemPropertyDescriptor itemPropertyDescriptor; /** * An instance is constructed from an object and its item property source. */ /** */ public [[#variable174c6ac0]](Object object, IItemPropertyDescriptor itemPropertyDescriptor) { this.object = object; this.itemPropertyDescriptor = itemPropertyDescriptor; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#174c6ac0]] | ItemPropertyDescriptorDecorator |
1 | 2 | [[#174c6ac0]] | PropertyDescriptor |