Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.967 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 64 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/mainpanel/objecttree/tabs/table/ColumnPriviligesTab.java |
2 | 6 | 65 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/mainpanel/objecttree/tabs/table/TablePriviligesTab.java |
| |||||
/** * Create the <TT>IDataSet</TT> to be displayed in this tab. */ protected IDataSet createDataSet() throws DataSetException { final SQLDatabaseMetaData md = getSession().getSQLConnection().getSQLMetaData(); final ITableInfo ti = getTableInfo(); return md.getColumnPrivilegesDataSet(ti, columnIndices, true); } |
| |||||
/** * Create the <TT>IDataSet</TT> to be displayed in this tab. */ protected IDataSet createDataSet() throws DataSetException { final SQLDatabaseMetaData md = getSession().getSQLConnection().getSQLMetaData(); ITableInfo ti = getTableInfo(); return md.getTablePrivilegesDataSet(ti, columnIndices, true); } |
| |||
/** * Create the <TT>IDataSet</TT> to be displayed in this tab. */ protected IDataSet createDataSet() throws DataSetException { final SQLDatabaseMetaData md = getSession().getSQLConnection().getSQLMetaData(); [[#variable1cda3740]]ITableInfo ti = getTableInfo(); return md. [[#variable1cda36a0]](ti, columnIndices, true); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cda3740]] | final |
1 | 2 | [[#1cda3740]] | |
2 | 1 | [[#1cda36a0]] | getColumnPrivilegesDataSet |
2 | 2 | [[#1cda36a0]] | getTablePrivilegesDataSet |