Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.957 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 71 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/mainpanel/objecttree/tabs/table/IndexesTab.java |
2 | 3 | 73 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/mainpanel/objecttree/tabs/table/RowIDTab.java |
| |||||
final ISQLConnection conn = getSession().getSQLConnection(); final SQLDatabaseMetaData dmd = conn.getSQLMetaData(); ITableInfo ti = getTableInfo(); |
| |||||
final ISQLConnection conn = getSession().getSQLConnection(); final SQLDatabaseMetaData md = conn.getSQLMetaData(); final ITableInfo ti = getTableInfo(); |
| |||
final ISQLConnection conn = getSession().getSQLConnection(); final SQLDatabaseMetaData [[#variable1c8be320]]= conn.getSQLMetaData(); [[#variable1c8c1e60]]ITableInfo ti = getTableInfo(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c8be320]] | dmd |
1 | 2 | [[#1c8be320]] | md |
2 | 1 | [[#1c8c1e60]] | |
2 | 2 | [[#1c8c1e60]] | final |