Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 1 | 0.983 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 69 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/action/CloseAllSQLResultTabsAction.java |
2 | 9 | 63 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/action/ShowNativeSQLAction.java |
| |||||
CursorChanger cursorChg = new CursorChanger(app.getMainFrame()); cursorChg.show(); try { new CloseAllSQLResultTabsCommand(_panel).execute(); } finally { cursorChg.restore(); } |
| |||||
CursorChanger cursorChg = new CursorChanger(app.getMainFrame()); cursorChg.show(); try { new ShowNativeSQLCommand(_panel).execute(); } finally { cursorChg.restore(); } |
| |||
CursorChanger cursorChg = new CursorChanger(app.getMainFrame()); cursorChg.show(); try { new [[#variable1c8cb480]](_panel).execute(); } finally { cursorChg.restore(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c8cb480]] | CloseAllSQLResultTabsCommand |
1 | 2 | [[#1c8cb480]] | ShowNativeSQLCommand |