Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 3 | 0.953 | interface_body |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 27 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/ITableItemColorProvider.java |
2 | 10 | 27 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/ITableItemLabelProvider.java |
| |||||
{ /** * This does the same thing as ITableColorProvider.getForeground. */ public Object getForeground(Object object, int columnIndex); /** * This does the same thing as ITableColorProvider.getBackground. */ public Object getBackground(Object object, int columnIndex); } |
| |||||
{ /** * This does the same thing as ITableLabelProvider.getColumnText. */ public String getColumnText(Object object, int columnIndex); /** * This does the same thing as ITableLabelProvider.getColumnImage. */ public Object getColumnImage(Object object, int columnIndex); } |
| |||
{ /** * This does the same thing as ITableColorProvider.getForeground. */ /** * This does the same thing as ITableLabelProvider.getColumnText. */ public [[#variable174939e0]] [[#variable17493960]](Object object, int columnIndex); /** * This does the same thing as ITableColorProvider.getBackground. */ /** * This does the same thing as ITableLabelProvider.getColumnImage. */ public Object [[#variable174938e0]](Object object, int columnIndex); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#174939e0]] | Object |
1 | 2 | [[#174939e0]] | String |
2 | 1 | [[#17493960]] | getForeground |
2 | 2 | [[#17493960]] | getColumnText |
3 | 1 | [[#174938e0]] | getBackground |
3 | 2 | [[#174938e0]] | getColumnImage |