CloneSet981


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10230.953interface_body
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11027
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/ITableItemColorProvider.java
21027
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/ITableItemLabelProvider.java
Next
Last
Clone Instance
1
Line Count
10
Source Line
27
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/ITableItemColorProvider.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);
}


First
Previous
Clone Instance
2
Line Count
10
Source Line
27
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/ITableItemLabelProvider.java

{
  /**
   * 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 AbstractionParameter Count: 3Parameter Bindings

{
  /**
     * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#174939e0]]
Object 
12[[#174939e0]]
String 
21[[#17493960]]
getForeground 
22[[#17493960]]
getColumnText 
31[[#174938e0]]
getBackground 
32[[#174938e0]]
getColumnImage