Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 10 | 2 | 0.953 | constructor_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 77 | E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/src/net/sourceforge/squirrel_sql/plugins/dbcopy/commands/CopyTableCommand.java |
2 | 5 | 49 | E:/TSE/Projects-CloneDR/sql12/plugins/dbdiff/src/net/sourceforge/squirrel_sql/plugins/dbdiff/commands/SelectCommand.java |
3 | 5 | 80 | E:/TSE/Projects-CloneDR/sql12/plugins/mysql/src/net/sourceforge/squirrel_sql/plugins/mysql/action/CopyTableCommand.java |
4 | 5 | 51 | E:/TSE/Projects-CloneDR/sql12/plugins/mysql/src/net/sourceforge/squirrel_sql/plugins/mysql/action/CreateDatabaseCommand.java |
5 | 5 | 56 | E:/TSE/Projects-CloneDR/sql12/plugins/mysql/src/net/sourceforge/squirrel_sql/plugins/mysql/action/CreateMysqlTableScriptCommand.java |
6 | 5 | 118 | E:/TSE/Projects-CloneDR/sql12/plugins/mysql/src/net/sourceforge/squirrel_sql/plugins/mysql/action/CreateTableCommand.java |
7 | 5 | 60 | E:/TSE/Projects-CloneDR/sql12/plugins/mysql/src/net/sourceforge/squirrel_sql/plugins/mysql/util/DBUtils.java |
8 | 5 | 31 | E:/TSE/Projects-CloneDR/sql12/plugins/sqlscript/src/net/sourceforge/squirrel_sql/plugins/sqlscript/table_script/CreateSelectScriptCommand.java |
9 | 5 | 79 | E:/TSE/Projects-CloneDR/sql12/plugins/sqlscript/src/net/sourceforge/squirrel_sql/plugins/sqlscript/table_script/CreateTableScriptCommand.java |
10 | 4 | 58 | E:/TSE/Projects-CloneDR/sql12/plugins/sqlscript/src/net/sourceforge/squirrel_sql/plugins/sqlscript/table_script/DropTableScriptCommand.java |
| |||||
/** * Ctor specifying the current session. */ public CopyTableCommand(ISession session, DBCopyPlugin plugin) { super(); _session = session; _plugin = plugin; } |
| |||||
/** * Ctor specifying the current session. */ public SelectCommand(ISession session, DBDiffPlugin plugin) { super(); _session = session; _plugin = plugin; } |
| |||||
/** * Ctor specifying the current session. */ public CopyTableCommand(ISession session, MysqlPlugin plugin) { super(); _session = session; _plugin = plugin; } |
| |||||
/** * Ctor specifying the current session. */ public CreateDatabaseCommand(ISession session, MysqlPlugin plugin) { super(); _session = session; _plugin = plugin; } |
| |||||
/** * Ctor specifying the current session. */ public CreateMysqlTableScriptCommand(ISession session, MysqlPlugin plugin) { super(); _session = session; _plugin = plugin; } |
| |||||
public CreateTableCommand(ISession session, MysqlPlugin plugin) { super(); _session = session; _plugin = plugin; } |
| |||||
/** * Ctor specifying the current session. */ public DBUtils(ISession session, MysqlPlugin plugin) { super(); _session = session; _plugin = plugin; } |
| |||||
/** * Ctor specifying the current session. */ public CreateSelectScriptCommand(ISession session, SQLScriptPlugin plugin) { super(); _session = session; _plugin = plugin; } |
| |||||
/** * Ctor specifying the current session. */ public CreateTableScriptCommand(ISession session, SQLScriptPlugin plugin) { super(); _session = session; _plugin = plugin; } |
| |||||
/** * Ctor specifying the current session. */ public DropTableScriptCommand(ISession session, SQLScriptPlugin plugin) { super(); _session = session; _plugin = plugin; } |
| |||
/** * Ctor specifying the current session. */ /** * Ctor specifying the current session. */ /** * Ctor specifying the current session. */ public [[#variable18dba5e0]](ISession session, [[#variable18db8fc0]] plugin) { super(); _session = session; _plugin = plugin; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18dba5e0]] | CopyTableCommand |
1 | 2 | [[#18dba5e0]] | SelectCommand |
1 | 3 | [[#18dba5e0]] | CopyTableCommand |
1 | 4 | [[#18dba5e0]] | CreateDatabaseCommand |
1 | 5 | [[#18dba5e0]] | CreateMysqlTableScriptCommand |
1 | 6 | [[#18dba5e0]] | CreateTableCommand |
1 | 7 | [[#18dba5e0]] | DBUtils |
1 | 8 | [[#18dba5e0]] | CreateSelectScriptCommand |
1 | 9 | [[#18dba5e0]] | CreateTableScriptCommand |
1 | 10 | [[#18dba5e0]] | DropTableScriptCommand |
2 | 1 | [[#18db8fc0]] | DBCopyPlugin |
2 | 2 | [[#18db8fc0]] | DBDiffPlugin |
2 | 3 | [[#18db8fc0]] | MysqlPlugin |
2 | 4 | [[#18db8fc0]] | MysqlPlugin |
2 | 5 | [[#18db8fc0]] | MysqlPlugin |
2 | 6 | [[#18db8fc0]] | MysqlPlugin |
2 | 7 | [[#18db8fc0]] | MysqlPlugin |
2 | 8 | [[#18db8fc0]] | SQLScriptPlugin |
2 | 9 | [[#18db8fc0]] | SQLScriptPlugin |
2 | 10 | [[#18db8fc0]] | SQLScriptPlugin |