Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 4 | 2 | 0.956 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 45 | E:/TSE/Projects-CloneDR/sql12/plugins/mssql/src/net/sourceforge/squirrel_sql/plugins/mssql/action/GenerateSqlAction.java |
2 | 7 | 48 | E:/TSE/Projects-CloneDR/sql12/plugins/mssql/src/net/sourceforge/squirrel_sql/plugins/mssql/action/ScriptProcedureAction.java |
3 | 7 | 53 | E:/TSE/Projects-CloneDR/sql12/plugins/mssql/src/net/sourceforge/squirrel_sql/plugins/mssql/action/ScriptProcedureExecAction.java |
4 | 9 | 103 | E:/TSE/Projects-CloneDR/sql12/plugins/mysql/src/net/sourceforge/squirrel_sql/plugins/mysql/action/CheckTableAction.java |
| |||||
try { new GenerateSqlCommand(_session, _plugin, dbObjs).execute(); } catch (Throwable th) { _session.showErrorMessage(th); } |
| |||||
try { new ScriptProcedureCommand(_session, _plugin, dbObjs).execute(); } catch (Throwable th) { _session.showErrorMessage(th); } |
| |||||
try { new ScriptProcedureExecCommand(_session, _plugin, dbObjs).execute(); } catch (Throwable th) { _session.showErrorMessage(th); } |
| |||||
try { new CheckTableCommand(_session, _plugin, _checkType).execute(); } catch (Throwable th) { _session.showErrorMessage(th); } |
| |||
try { new [[#variable1ccef280]](_session, _plugin, [[#variable1ccef0a0]]).execute(); } catch (Throwable th) { _session.showErrorMessage(th); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1ccef280]] | GenerateSqlCommand |
1 | 2 | [[#1ccef280]] | ScriptProcedureCommand |
1 | 3 | [[#1ccef280]] | ScriptProcedureExecCommand |
1 | 4 | [[#1ccef280]] | CheckTableCommand |
2 | 1 | [[#1ccef0a0]] | dbObjs |
2 | 2 | [[#1ccef0a0]] | dbObjs |
2 | 3 | [[#1ccef0a0]] | dbObjs |
2 | 4 | [[#1ccef0a0]] | _checkType |