Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 4 | 1 | 0.976 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 47 | E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/src/net/sourceforge/squirrel_sql/plugins/dbcopy/actions/CopyTableAction.java |
2 | 3 | 47 | E:/TSE/Projects-CloneDR/sql12/plugins/dbdiff/src/net/sourceforge/squirrel_sql/plugins/dbdiff/actions/SelectAction.java |
3 | 3 | 46 | E:/TSE/Projects-CloneDR/sql12/plugins/sqlscript/src/net/sourceforge/squirrel_sql/plugins/sqlscript/table_script/CreateDataScriptOfCurrentSQLAction.java |
4 | 5 | 54 | E:/TSE/Projects-CloneDR/sql12/plugins/sqlscript/src/net/sourceforge/squirrel_sql/plugins/sqlscript/table_script/CreateTableOfCurrentSQLAction.java |
| |||||
public void actionPerformed(ActionEvent evt) { if (_session != null) { new CopyTableCommand(_session, _plugin).execute(); } } |
| |||||
public void actionPerformed(ActionEvent evt) { if (_session != null) { new SelectCommand(_session, _plugin).execute(); } } |
| |||||
public void actionPerformed(ActionEvent evt) { if (_session != null) { new CreateDataScriptOfCurrentSQLCommand(_session, _plugin).execute(); } } |
| |||||
public void actionPerformed(ActionEvent evt) { if (_session != null) { new CreateTableOfCurrentSQLCommand(_session, _plugin).execute(); } } |
| |||
public void actionPerformed(ActionEvent evt) { if (_session != null) { new [[#variable1cd456e0]](_session, _plugin).execute(); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cd456e0]] | CopyTableCommand |
1 | 2 | [[#1cd456e0]] | SelectCommand |
1 | 3 | [[#1cd456e0]] | CreateDataScriptOfCurrentSQLCommand |
1 | 4 | [[#1cd456e0]] | CreateTableOfCurrentSQLCommand |