Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.955 | constructor_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 54 | E:/TSE/Projects-CloneDR/sql12/plugins/sqlscript/src/net/sourceforge/squirrel_sql/plugins/sqlscript/table_script/CreateDataScriptOfCurrentSQLCommand.java |
2 | 4 | 56 | E:/TSE/Projects-CloneDR/sql12/plugins/sqlscript/src/net/sourceforge/squirrel_sql/plugins/sqlscript/table_script/CreateTableOfCurrentSQLCommand.java |
| |||||
/** * Ctor specifying the current session. */ public CreateDataScriptOfCurrentSQLCommand(ISession session, SQLScriptPlugin plugin) { super(session, plugin, false); _plugin = plugin; } |
| |||||
/** * Ctor specifying the current session. */ public CreateTableOfCurrentSQLCommand(ISession session, SQLScriptPlugin plugin) { super(session, plugin, true); _plugin = plugin; } |
| |||
/** * Ctor specifying the current session. */ public [[#variable1c99b220]](ISession session, SQLScriptPlugin plugin) { super(session, plugin, [[#variable1c99b180]]); _plugin = plugin; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c99b220]] | CreateDataScriptOfCurrentSQLCommand |
1 | 2 | [[#1c99b220]] | CreateTableOfCurrentSQLCommand |
2 | 1 | [[#1c99b180]] | false |
2 | 2 | [[#1c99b180]] | true |