Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
14 | 2 | 2 | 0.975 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 15 | 184 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/mainpanel/objecttree/ObjectTreePanel.java |
2 | 14 | 198 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/mainpanel/objecttree/ObjectTreePanel.java |
| |||||
try { SQLDatabaseMetaData md = _session.getSQLConnection().getSQLMetaData(); if (md.supportsCatalogs()) { _addDetailTab(DatabaseObjectType.SESSION, new CatalogsTab()); } } catch (Throwable th) { s_log.error("Error in supportsCatalogs()", th); } |
| |||||
try { SQLDatabaseMetaData md = _session.getSQLConnection().getSQLMetaData(); if (md.supportsSchemas()) { _addDetailTab(DatabaseObjectType.SESSION, new SchemasTab()); } } catch (Throwable th) { s_log.error("Error in supportsCatalogs()", th); } |
| |||
try { SQLDatabaseMetaData md = _session.getSQLConnection().getSQLMetaData(); if (md. [[#variable1cd77a00]]()) { _addDetailTab(DatabaseObjectType.SESSION, new [[#variable1cd77960]]()); } } catch (Throwable th) { s_log.error("Error in supportsCatalogs()", th); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cd77a00]] | supportsCatalogs |
1 | 2 | [[#1cd77a00]] | supportsSchemas |
2 | 1 | [[#1cd77960]] | CatalogsTab |
2 | 2 | [[#1cd77960]] | SchemasTab |