{
/**
* 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);
Clone fragments detected by clone detection tool
File path: /emf-2.4.1/src/org/eclipse/emf/edit/provider/ITableItemColorProvider.java
|
|
File path: /emf-2.4.1/src/org/eclipse/emf/edit/provider/ITableItemLabelProvider.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | {↵ | | 1 | {↵
|
2 | /**↵ | | 2 | /**↵
|
3 | * This does the same thing as ITableColorProvider.getForeground.↵ | | 3 | * This does the same thing as ITableLabelProvider.getColumnText.↵
|
4 | */↵ | | 4 | */↵
|
5 | public Object getForeground(Object object, int columnIndex);↵ | | 5 | public String getColumnText(Object object, int columnIndex);↵
|
|
6 | /**↵ | | 6 | /**↵
|
7 | * This does the same thing as ITableColorProvider.getBackground.↵ | | 7 | * This does the same thing as ITableLabelProvider.getColumnImage.↵
|
8 | */↵ | | 8 | */↵
|
9 | public Object getBackground(Object object, int columnIndex); | | 9 | public Object getColumnImage(Object object, int columnIndex);
|
See real code fragment |
|
See real code fragment |
Summary
Number of common nesting structure subtrees | 0 |
Number of refactorable cases | 0 |
Number of non-refactorable cases | 0 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.0 |
Clones location | |
Number of node comparisons | 0 |