Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.953 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 166 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/completion/Completor.java |
2 | 4 | 195 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/completion/Completor.java |
| |||||
{ int newSelIx = _completionList.getSelectedIndex() - 1; _completionList.setSelectionInterval(newSelIx, newSelIx); _completionList.ensureIndexIsVisible(newSelIx); } |
| |||||
{ int newSelIx = _completionList.getSelectedIndex() - MAX_ITEMS_IN_COMPLETION_LIST; _completionList.setSelectionInterval(newSelIx, newSelIx); _completionList.ensureIndexIsVisible(newSelIx); } |
| |||
{ int newSelIx = _completionList.getSelectedIndex() - [[#variable1c9bfb40]]; _completionList.setSelectionInterval(newSelIx, newSelIx); _completionList.ensureIndexIsVisible(newSelIx); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c9bfb40]] | 1 |
1 | 2 | [[#1c9bfb40]] | MAX_ITEMS_IN_COMPLETION_LIST |