Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 3 | 1 | 0.977 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 156 | E:/TSE/Projects-CloneDR/sql12/plugins/sqlscript/src/net/sourceforge/squirrel_sql/plugins/sqlscript/table_script/CreateDataScriptCommand.java |
2 | 4 | 126 | E:/TSE/Projects-CloneDR/sql12/plugins/sqlscript/src/net/sourceforge/squirrel_sql/plugins/sqlscript/table_script/CreateDataScriptOfCurrentSQLCommand.java |
3 | 3 | 191 | E:/TSE/Projects-CloneDR/sql12/plugins/sqlscript/src/net/sourceforge/squirrel_sql/plugins/sqlscript/table_script/CreateTableOfCurrentSQLCommand.java |
| |||||
{ //_session.getSQLPanelAPI(_plugin).appendSQLScript(sbRows.toString(), true); FrameWorkAcessor.getSQLPanelAPI(_session, _plugin).appendSQLScript(sbRows.toString(), true); _session.selectMainTab(ISession.IMainPanelTabIndexes.SQL_TAB); } |
| |||||
{ FrameWorkAcessor.getSQLPanelAPI(_session, _plugin).appendSQLScript(sbRows.toString(), true); _session.selectMainTab(ISession.IMainPanelTabIndexes.SQL_TAB); } |
| |||||
{ FrameWorkAcessor.getSQLPanelAPI(_session, _plugin).appendSQLScript(sbScript.toString(), true); _session.selectMainTab(ISession.IMainPanelTabIndexes.SQL_TAB); } |
| |||
{ //_session.getSQLPanelAPI(_plugin).appendSQLScript(sbRows.toString(), true); FrameWorkAcessor.getSQLPanelAPI(_session, _plugin).appendSQLScript( [[#variable1c840600]].toString(), true); _session.selectMainTab(ISession.IMainPanelTabIndexes.SQL_TAB); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c840600]] | sbRows |
1 | 2 | [[#1c840600]] | sbRows |
1 | 3 | [[#1c840600]] | sbScript |