Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 5 | 2 | 0.953 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 415 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/ISQLDatabaseMetaData.java |
2 | 2 | 446 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/ISQLDatabaseMetaData.java |
3 | 2 | 466 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/ISQLDatabaseMetaData.java |
4 | 2 | 503 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/ISQLDatabaseMetaData.java |
5 | 2 | 522 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/ISQLDatabaseMetaData.java |
| |||||
/** * * @param ti * @param columnIndices * @param computeWidths * @return * @throws DataSetException */ IDataSet getColumnPrivilegesDataSet(ITableInfo ti, int[] columnIndices, boolean computeWidths) throws DataSetException; |
| |||||
/** * * @param ti * @param columnIndices * @param computeWidths * @return * @throws DataSetException */ ResultSetDataSet getIndexInfo(ITableInfo ti, int[] columnIndices, boolean computeWidths) throws DataSetException; |
| |||||
/** * * @param ti * @param columnIndices * @param computeWidths * @return * @throws DataSetException */ IDataSet getPrimaryKey(ITableInfo ti, int[] columnIndices, boolean computeWidths) throws DataSetException; |
| |||||
/** * * @param ti * @param columnIndices * @param computeWidths * @return * @throws DataSetException */ IDataSet getTablePrivilegesDataSet(ITableInfo ti, int[] columnIndices, boolean computeWidths) throws DataSetException; |
| |||||
/** * * @param ti * @param columnIndices * @param computeWidths * @return * @throws DataSetException */ IDataSet getColumns(ITableInfo ti, int[] columnIndices, boolean computeWidths) throws DataSetException; |
| |||
[[#variable1cc569c0]] [[#variable1cc56a20]](ITableInfo ti, int[] columnIndices, boolean computeWidths) throws DataSetException; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cc569c0]] | /** * * @param ti * @param columnIndices * @param computeWidths * @return * @throws DataSetException */ IDataSet |
1 | 2 | [[#1cc569c0]] | /** * * @param ti * @param columnIndices * @param computeWidths * @return * @throws DataSetException */ ResultSetDataSet |
1 | 3 | [[#1cc569c0]] | /** * * @param ti * @param columnIndices * @param computeWidths * @return * @throws DataSetException */ IDataSet |
1 | 4 | [[#1cc569c0]] | /** * * @param ti * @param columnIndices * @param computeWidths * @return * @throws DataSetException */ IDataSet |
1 | 5 | [[#1cc569c0]] | /** * * @param ti * @param columnIndices * @param computeWidths * @return * @throws DataSetException */ IDataSet |
2 | 1 | [[#1cc56a20]] | getColumnPrivilegesDataSet |
2 | 2 | [[#1cc56a20]] | getIndexInfo |
2 | 3 | [[#1cc56a20]] | getPrimaryKey |
2 | 4 | [[#1cc56a20]] | getTablePrivilegesDataSet |
2 | 5 | [[#1cc56a20]] | getColumns |