Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 1 | 0.971 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 39 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/gui/SortedComboBoxModel.java |
2 | 3 | 39 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/gui/SortedListModel.java |
3 | 3 | 48 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/gui/SortedListModel.java |
| |||||
/** * Add <CODE>obj</CODE> to list ignoring <CODE>index</CODE> as list * is sorted. */ public void insertElementAt(int index, Object obj) { addElement(obj); } |
| |||||
/** * Add <CODE>obj</CODE> to list ignoring <CODE>index</CODE> as list * is sorted. */ public void add(int index, Object obj) { addElement(obj); } |
| |||||
/** * Add <CODE>obj</CODE> to list ignoring <CODE>index</CODE> as list * is sorted. */ public void insertElementAt(int index, Object obj) { addElement(obj); } |
| |||
/** * Add <CODE>obj</CODE> to list ignoring <CODE>index</CODE> as list * is sorted. */ public void [[#variable1c922d80]](int index, Object obj) { addElement(obj); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c922d80]] | insertElementAt |
1 | 2 | [[#1c922d80]] | add |
1 | 3 | [[#1c922d80]] | insertElementAt |