Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 2 | 0.966 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 303 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/JCheckBoxList.java |
2 | 10 | 337 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/options/BrowserColorsOptionPane.java |
| |||||
public Class getColumnClass(int col) { switch (col) { case 0: return Boolean.class ; case 1: return String.class ; default: throw new InternalError(); } } |
| |||||
//{{{ getColumnClass() method public Class getColumnClass(int col) { switch (col) { case 0: return String.class ; case 1: return Color.class ; default: throw new InternalError(); } } //}}} |
| |||
//{{{ 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#e20b3a0]] | Boolean |
1 | 2 | [[#e20b3a0]] | String |
2 | 1 | [[#e20b320]] | String |
2 | 2 | [[#e20b320]] | Color |