Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 2 | 0.953 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 77 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/ui/provider/ExtendedColorRegistry.java |
2 | 9 | 76 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/ui/provider/ExtendedFontRegistry.java |
| |||||
try { result = colorDescriptor.createColor(display); } catch (DeviceResourceException exception) { EMFEditUIPlugin.INSTANCE.log(exception); } |
| |||||
try { result = fontDescriptor.createFont(display); } catch (DeviceResourceException exception) { EMFEditUIPlugin.INSTANCE.log(exception); } |
| |||
try { result = [[#variable175d6a80]]. [[#variable175d7060]](display); } catch (DeviceResourceException exception) { EMFEditUIPlugin.INSTANCE.log(exception); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#175d6a80]] | colorDescriptor |
1 | 2 | [[#175d6a80]] | fontDescriptor |
2 | 1 | [[#175d7060]] | createColor |
2 | 2 | [[#175d7060]] | createFont |