Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.975 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 22 | E:/TSE/Projects-CloneDR/sql12/test/mockobjects/net/sourceforge/squirrel_sql/fw/sql/MockSQLDatabaseMetaData.java |
2 | 3 | 31 | E:/TSE/Projects-CloneDR/sql12/test/mockobjects/net/sourceforge/squirrel_sql/fw/sql/MockSQLDatabaseMetaData.java |
| |||||
/* (non-Javadoc) * @see net.sourceforge.squirrel_sql.fw.sql.SQLDatabaseMetaData#getExportedKeysInfo(net.sourceforge.squirrel_sql.fw.sql.ITableInfo) */ @Override public synchronized ForeignKeyInfo[] getExportedKeysInfo(ITableInfo ti) throws SQLException { throw new SQLException("Simulated Unsupported API Method"); } |
| |||||
/* (non-Javadoc) * @see net.sourceforge.squirrel_sql.fw.sql.SQLDatabaseMetaData#getImportedKeysInfo(net.sourceforge.squirrel_sql.fw.sql.ITableInfo) */ @Override public synchronized ForeignKeyInfo[] getImportedKeysInfo(ITableInfo ti) throws SQLException { throw new SQLException("Simulated Unsupported API Method"); } |
| |||
/* (non-Javadoc) * @see net.sourceforge.squirrel_sql.fw.sql.SQLDatabaseMetaData#getImportedKeysInfo(net.sourceforge.squirrel_sql.fw.sql.ITableInfo) */ /* (non-Javadoc) * @see net.sourceforge.squirrel_sql.fw.sql.SQLDatabaseMetaData#getExportedKeysInfo(net.sourceforge.squirrel_sql.fw.sql.ITableInfo) */ @Override public synchronized ForeignKeyInfo[] [[#variable1c9f3bc0]](ITableInfo ti) throws SQLException { throw new SQLException("Simulated Unsupported API Method"); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c9f3bc0]] | getExportedKeysInfo |
1 | 2 | [[#1c9f3bc0]] | getImportedKeysInfo |