Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.957 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 483 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/ISQLDatabaseMetaData.java |
2 | 2 | 533 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/ISQLDatabaseMetaData.java |
| |||||
/** * * @param ti * @return * @throws SQLException */ PrimaryKeyInfo[] getPrimaryKey(String catalog, String schema, String table) throws SQLException; |
| |||||
/** * * @param catalog * @param schema * @param table * @return * @throws SQLException */ TableColumnInfo[] getColumnInfo(String catalog, String schema, String table) throws SQLException; |
| |||
[[#variable1c964960]][] [[#variable1c9648c0]](String catalog, String schema, String table) throws SQLException; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c964960]] | /** * * @param ti * @return * @throws SQLException */ PrimaryKeyInfo |
1 | 2 | [[#1c964960]] | /** * * @param catalog * @param schema * @param table * @return * @throws SQLException */ TableColumnInfo |
2 | 1 | [[#1c9648c0]] | getPrimaryKey |
2 | 2 | [[#1c9648c0]] | getColumnInfo |