Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 1 | 0.978 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 474 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AddIndexDialog.java |
2 | 5 | 278 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AddUniqueConstraintDialog.java |
3 | 4 | 427 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/MergeTableDialog.java |
| |||||
{ int deleteIndex = 0; if (index > 0) deleteIndex = index - 1; _columnTable.getSelectionModel().setSelectionInterval(0, deleteIndex); } |
| |||||
{ int deleteIndex = 0; if (index > 0) deleteIndex = index - 1; _columTable.getSelectionModel().setSelectionInterval(0, deleteIndex); } |
| |||||
{ int deleteIndex = 0; if (index > 0) deleteIndex = index - 1; _columTable.getSelectionModel().setSelectionInterval(0, deleteIndex); } |
| |||
{ int deleteIndex = 0; if (index > 0) deleteIndex = index - 1; [[#variable1cdf96c0]].getSelectionModel().setSelectionInterval(0, deleteIndex); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cdf96c0]] | _columnTable |
1 | 2 | [[#1cdf96c0]] | _columTable |
1 | 3 | [[#1cdf96c0]] | _columTable |