Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.975 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 575 | E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/src/net/sourceforge/squirrel_sql/plugins/dbcopy/util/DBUtil.java |
2 | 5 | 604 | E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/src/net/sourceforge/squirrel_sql/plugins/dbcopy/util/DBUtil.java |
| |||||
catch (Exception e) { log.error("Encountered unexpected exception when attempting to " + "call schemaInfo.getTables with catalog = " + catalog + " schema = " + schema + " tableName = " + tableName); } |
| |||||
catch (Exception e) { log.error("Encountered unexpected exception when attempting to " + "call SQLDatabaseMetaData.getTables with catalog = " + catalog + " schema = " + schema + " tableName = " + tableName); } |
| |||
catch (Exception e) { log.error("Encountered unexpected exception when attempting to " + [[#variable1c9f12e0]] + catalog + " schema = " + schema + " tableName = " + tableName); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c9f12e0]] | "call schemaInfo.getTables with catalog = " |
1 | 2 | [[#1c9f12e0]] | "call SQLDatabaseMetaData.getTables with catalog = " |