Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 20 | 2 | 0.952 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 167 | E:/TSE/Projects-CloneDR/sql12/plugins/cache/src/de/ixdb/squirrel_sql/plugins/cache/CachePlugin.java |
2 | 2 | 169 | E:/TSE/Projects-CloneDR/sql12/plugins/cache/src/de/ixdb/squirrel_sql/plugins/cache/CachePlugin.java |
3 | 2 | 171 | E:/TSE/Projects-CloneDR/sql12/plugins/cache/src/de/ixdb/squirrel_sql/plugins/cache/CachePlugin.java |
4 | 2 | 175 | E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/src/net/sourceforge/squirrel_sql/plugins/dbcopy/DBCopyPlugin.java |
5 | 2 | 157 | E:/TSE/Projects-CloneDR/sql12/plugins/dbdiff/src/net/sourceforge/squirrel_sql/plugins/dbdiff/DBDiffPlugin.java |
6 | 2 | 185 | E:/TSE/Projects-CloneDR/sql12/plugins/exportconfig/src/net/sourceforge/squirrel_sql/plugins/exportconfig/ExportConfigPlugin.java |
7 | 2 | 187 | E:/TSE/Projects-CloneDR/sql12/plugins/exportconfig/src/net/sourceforge/squirrel_sql/plugins/exportconfig/ExportConfigPlugin.java |
8 | 2 | 135 | E:/TSE/Projects-CloneDR/sql12/plugins/firebird/src/org/firebirdsql/squirrel/FirebirdPlugin.java |
9 | 2 | 185 | E:/TSE/Projects-CloneDR/sql12/plugins/mssql/src/net/sourceforge/squirrel_sql/plugins/mssql/MssqlPlugin.java |
10 | 2 | 187 | E:/TSE/Projects-CloneDR/sql12/plugins/mssql/src/net/sourceforge/squirrel_sql/plugins/mssql/MssqlPlugin.java |
11 | 2 | 189 | E:/TSE/Projects-CloneDR/sql12/plugins/mssql/src/net/sourceforge/squirrel_sql/plugins/mssql/MssqlPlugin.java |
12 | 2 | 235 | E:/TSE/Projects-CloneDR/sql12/plugins/mysql/src/net/sourceforge/squirrel_sql/plugins/mysql/MysqlPlugin.java |
13 | 2 | 242 | E:/TSE/Projects-CloneDR/sql12/plugins/mysql/src/net/sourceforge/squirrel_sql/plugins/mysql/MysqlPlugin.java |
14 | 2 | 244 | E:/TSE/Projects-CloneDR/sql12/plugins/mysql/src/net/sourceforge/squirrel_sql/plugins/mysql/MysqlPlugin.java |
15 | 2 | 247 | E:/TSE/Projects-CloneDR/sql12/plugins/mysql/src/net/sourceforge/squirrel_sql/plugins/mysql/MysqlPlugin.java |
16 | 3 | 249 | E:/TSE/Projects-CloneDR/sql12/plugins/mysql/src/net/sourceforge/squirrel_sql/plugins/mysql/MysqlPlugin.java |
17 | 2 | 165 | E:/TSE/Projects-CloneDR/sql12/plugins/sqlscript/src/net/sourceforge/squirrel_sql/plugins/sqlscript/SQLScriptPlugin.java |
18 | 2 | 167 | E:/TSE/Projects-CloneDR/sql12/plugins/sqlscript/src/net/sourceforge/squirrel_sql/plugins/sqlscript/SQLScriptPlugin.java |
19 | 2 | 169 | E:/TSE/Projects-CloneDR/sql12/plugins/sqlscript/src/net/sourceforge/squirrel_sql/plugins/sqlscript/SQLScriptPlugin.java |
20 | 2 | 161 | E:/TSE/Projects-CloneDR/sql12/plugins/userscript/src/net/sourceforge/squirrel_sql/plugins/userscript/UserScriptPlugin.java |
| |||||
coll.add(new ScriptViewAction(app, _resources, this )); coll.add(new ScriptFunctionAction(app, _resources, this )); |
| |||||
coll.add(new ScriptCdlAction(app, _resources, this )); coll.add(new ShowNamespacesAction(app, _resources, this )); |
| |||||
coll.add(new ShowQueryPlanAction(app, _resources, this )); coll.add(new ShowProcessesAction(app, _resources, this )); |
| |||||
coll.add(new CopyTableAction(app, _resources, this )); coll.add(new PasteTableAction(app, _resources, this )); |
| |||||
coll.add(new SelectAction(app, _resources, this )); coll.add(new CompareAction(app, _resources, this )); |
| |||||
coll.add(new ExportAliasesAction(app, _resources, this )); coll.add(new ExportConfigurationAction(app, _resources, this )); |
| |||||
coll.add(new ExportDriversAction(app, _resources, this )); coll.add(new ExportSettingsAction(app, _resources, this )); |
| |||||
coll.add(new ActivateIndexAction(app, _resources, this )); coll.add(new DeactivateIndexAction(app, _resources, this )); |
| |||||
coll.add(new GenerateSqlAction(app, _resources, this )); coll.add(new ScriptProcedureAction(app, _resources, this )); |
| |||||
coll.add(new ScriptProcedureExecAction(app, _resources, this )); coll.add(new ShrinkDatabaseAction(app, _resources, this )); |
| |||||
coll.add(new TruncateLogAction(app, _resources, this )); coll.add(new UpdateStatisticsAction(app, _resources, this )); |
| |||||
coll.add(new AnalyzeTableAction(app, _resources, this )); coll.add(new CreateMysqlTableScriptAction(app, _resources, this )); |
| |||||
coll.add(new ExplainSelectTableAction(app, _resources, this )); coll.add(new ExplainTableAction(app, _resources, this )); |
| |||||
coll.add(new OptimizeTableAction(app, _resources, this )); coll.add(new RenameTableAction(app, _resources, this )); |
| |||||
coll.add(new CreateDatabaseAction(app, _resources, this )); coll.add(new DropDatabaseAction(app, _resources, this )); |
| |||||
coll.add(new AlterTableAction(app, _resources, this )); // coll.add(new CreateTableAction(app, _resources, this)); coll.add(new CopyTableAction(app, _resources, this )); |
| |||||
coll.add(new CreateSelectScriptAction(app, _resources, this )); coll.add(new DropTableScriptAction(app, _resources, this )); |
| |||||
coll.add(new CreateDataScriptAction(app, _resources, this )); coll.add(new CreateTemplateDataScriptAction(app, _resources, this )); |
| |||||
coll.add(new CreateDataScriptOfCurrentSQLAction(app, _resources, this )); coll.add(new CreateTableOfCurrentSQLAction(app, _resources, this )); |
| |||||
coll.add(new UserScriptAction(app, _resources, this )); coll.add(new UserScriptSQLAction(app, _resources, this )); |
| |||
coll.add(new [[#variable1cf1cd80]](app, _resources, this )); // coll.add(new CreateTableAction(app, _resources, this)); coll.add(new [[#variable18cd8b40]](app, _resources, this )); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cf1cd80]] | ScriptViewAction |
1 | 2 | [[#1cf1cd80]] | ScriptCdlAction |
1 | 3 | [[#1cf1cd80]] | ShowQueryPlanAction |
1 | 4 | [[#1cf1cd80]] | CopyTableAction |
1 | 5 | [[#1cf1cd80]] | SelectAction |
1 | 6 | [[#1cf1cd80]] | ExportAliasesAction |
1 | 7 | [[#1cf1cd80]] | ExportDriversAction |
1 | 8 | [[#1cf1cd80]] | ActivateIndexAction |
1 | 9 | [[#1cf1cd80]] | GenerateSqlAction |
1 | 10 | [[#1cf1cd80]] | ScriptProcedureExecAction |
1 | 11 | [[#1cf1cd80]] | TruncateLogAction |
1 | 12 | [[#1cf1cd80]] | AnalyzeTableAction |
1 | 13 | [[#1cf1cd80]] | ExplainSelectTableAction |
1 | 14 | [[#1cf1cd80]] | OptimizeTableAction |
1 | 15 | [[#1cf1cd80]] | CreateDatabaseAction |
1 | 16 | [[#1cf1cd80]] | AlterTableAction |
1 | 17 | [[#1cf1cd80]] | CreateSelectScriptAction |
1 | 18 | [[#1cf1cd80]] | CreateDataScriptAction |
1 | 19 | [[#1cf1cd80]] | CreateDataScriptOfCurrentSQLAction |
1 | 20 | [[#1cf1cd80]] | UserScriptAction |
2 | 1 | [[#18cd8b40]] | ScriptFunctionAction |
2 | 2 | [[#18cd8b40]] | ShowNamespacesAction |
2 | 3 | [[#18cd8b40]] | ShowProcessesAction |
2 | 4 | [[#18cd8b40]] | PasteTableAction |
2 | 5 | [[#18cd8b40]] | CompareAction |
2 | 6 | [[#18cd8b40]] | ExportConfigurationAction |
2 | 7 | [[#18cd8b40]] | ExportSettingsAction |
2 | 8 | [[#18cd8b40]] | DeactivateIndexAction |
2 | 9 | [[#18cd8b40]] | ScriptProcedureAction |
2 | 10 | [[#18cd8b40]] | ShrinkDatabaseAction |
2 | 11 | [[#18cd8b40]] | UpdateStatisticsAction |
2 | 12 | [[#18cd8b40]] | CreateMysqlTableScriptAction |
2 | 13 | [[#18cd8b40]] | ExplainTableAction |
2 | 14 | [[#18cd8b40]] | RenameTableAction |
2 | 15 | [[#18cd8b40]] | DropDatabaseAction |
2 | 16 | [[#18cd8b40]] | CopyTableAction |
2 | 17 | [[#18cd8b40]] | DropTableScriptAction |
2 | 18 | [[#18cd8b40]] | CreateTemplateDataScriptAction |
2 | 19 | [[#18cd8b40]] | CreateTableOfCurrentSQLAction |
2 | 20 | [[#18cd8b40]] | UserScriptSQLAction |