CloneSet1958


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.975method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1322
E:/TSE/Projects-CloneDR/sql12/test/mockobjects/net/sourceforge/squirrel_sql/fw/sql/MockSQLDatabaseMetaData.java
2331
E:/TSE/Projects-CloneDR/sql12/test/mockobjects/net/sourceforge/squirrel_sql/fw/sql/MockSQLDatabaseMetaData.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
22
Source File
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");
}


First
Previous
Clone Instance
2
Line Count
3
Source Line
31
Source File
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#getImportedKeysInfo(net.sourceforge.squirrel_sql.fw.sql.ITableInfo)
 */
@Override public synchronized ForeignKeyInfo[] getImportedKeysInfo(ITableInfo ti) throws SQLException {
  throw new SQLException("Simulated Unsupported API Method");
}


Clone AbstractionParameter Count: 1Parameter Bindings

/* (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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1c9f3bc0]]
getExportedKeysInfo 
12[[#1c9f3bc0]]
getImportedKeysInfo