CloneSet282


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10220.966method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
110303
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/JCheckBoxList.java
210337
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/options/BrowserColorsOptionPane.java
Next
Last
Clone Instance
1
Line Count
10
Source Line
303
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/JCheckBoxList.java

public Class getColumnClass(int col) {
  switch (col) {
    case 0:
      return Boolean.class ;
    case 1:
      return String.class ;
    default:
      throw new InternalError();
  }
}


First
Previous
Clone Instance
2
Line Count
10
Source Line
337
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/options/BrowserColorsOptionPane.java

//{{{ getColumnClass() method
public Class getColumnClass(int col) {
  switch (col) {
    case 0:
      return String.class ;
    case 1:
      return Color.class ;
    default:
      throw new InternalError();
  }
} //}}}


Clone AbstractionParameter Count: 2Parameter Bindings

//{{{ getColumnClass() method
public Class getColumnClass(int col) {
  switch (col) {
    case 0:
      return [[#variablee20b3a0]].class ;
    case 1:
      return [[#variablee20b320]].class ;
    default:
      throw new InternalError();
  }
} //}}}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#e20b3a0]]
Boolean 
12[[#e20b3a0]]
String 
21[[#e20b320]]
String 
22[[#e20b320]]
Color