Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.959 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 337 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/mainpanel/SQLHistoryController.java |
2 | 5 | 36 | E:/TSE/Projects-CloneDR/sql12/plugins/cache/src/de/ixdb/squirrel_sql/plugins/cache/QueryPlanTab.java |
| |||||
SwingUtilities.invokeLater(new Runnable() { public void run() { _dlg.txtSQL.scrollRectToVisible(new Rectangle(0, 0, 1, 1)); } } ); |
| |||||
SwingUtilities.invokeLater(new Runnable() { public void run() { _queryPlanPanel.txtQueryPlan.scrollRectToVisible(new Rectangle(0, 0, 1, 1)); } } ); |
| |||
SwingUtilities.invokeLater(new Runnable() { public void run() { [[#variable1c93be60]]. [[#variable1c93bde0]].scrollRectToVisible(new Rectangle(0, 0, 1, 1)); } } ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c93be60]] | _dlg |
1 | 2 | [[#1c93be60]] | _queryPlanPanel |
2 | 1 | [[#1c93bde0]] | txtSQL |
2 | 2 | [[#1c93bde0]] | txtQueryPlan |