Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 1 | 0.979 | constructor_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 60 | E:/TSE/Projects-CloneDR/sql12/plugins/exportconfig/src/net/sourceforge/squirrel_sql/plugins/exportconfig/action/ExportAliasesCommand.java |
2 | 5 | 62 | E:/TSE/Projects-CloneDR/sql12/plugins/exportconfig/src/net/sourceforge/squirrel_sql/plugins/exportconfig/action/ExportDriversCommand.java |
3 | 5 | 63 | E:/TSE/Projects-CloneDR/sql12/plugins/exportconfig/src/net/sourceforge/squirrel_sql/plugins/exportconfig/action/ExportSettingsCommand.java |
| |||||
/** * Ctor. * * @throws IllegalArgumentException * Thrown if a�<TT>null</TT> <TT>ISession</TT>, * <TT>Resources</TT> or <TT>MysqlPlugin</TT> passed. */ public ExportAliasesCommand(Frame frame, ExportConfigPlugin plugin) { super(frame, plugin); _frame = frame; _plugin = plugin; } |
| |||||
/** * Ctor. * * @throws IllegalArgumentException * Thrown if a�<TT>null</TT> <TT>ISession</TT>, * <TT>Resources</TT> or <TT>MysqlPlugin</TT> passed. */ public ExportDriversCommand(Frame frame, ExportConfigPlugin plugin) { super(frame, plugin); _frame = frame; _plugin = plugin; } |
| |||||
/** * Ctor. * * @throws IllegalArgumentException * Thrown if a�<TT>null</TT> <TT>ISession</TT>, * <TT>Resources</TT> or <TT>MysqlPlugin</TT> passed. */ public ExportSettingsCommand(Frame frame, ExportConfigPlugin plugin) { super(frame, plugin); _frame = frame; _plugin = plugin; } |
| |||
/** * Ctor. * * @throws IllegalArgumentException * Thrown if a�<TT>null</TT> <TT>ISession</TT>, * <TT>Resources</TT> or <TT>MysqlPlugin</TT> passed. */ public [[#variable1cdd3a60]](Frame frame, ExportConfigPlugin plugin) { super(frame, plugin); _frame = frame; _plugin = plugin; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cdd3a60]] | ExportAliasesCommand |
1 | 2 | [[#1cdd3a60]] | ExportDriversCommand |
1 | 3 | [[#1cdd3a60]] | ExportSettingsCommand |