Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.959 | expression_list |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 1610 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/SQLDatabaseMetaData.java |
2 | 1 | 104 | E:/TSE/Projects-CloneDR/sql12/plugins/firebird/src/org/firebirdsql/squirrel/tab/IndexInfoTab.java |
| |||||
rs.getString(1), // catalog rs.getString(2), // schema rs.getString(3), // tableName rs.getString(4), // columnName rs.getShort(5) |
| |||||
rs.getString(1), rs.getString(2), rs.getInt(3), rs.getString(4), rs.getInt(5) |
| |||
rs.getString(1), // catalog rs.getString(2), // schema rs. [[#variable1c945020]](3), // tableName rs.getString(4), // columnName rs. [[#variable1c944fc0]](5) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c945020]] | getString |
1 | 2 | [[#1c945020]] | getInt |
2 | 1 | [[#1c944fc0]] | getShort |
2 | 2 | [[#1c944fc0]] | getInt |