CloneSet151


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
41620.950import_statements[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1430
E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/src/net/sourceforge/squirrel_sql/plugins/dbcopy/util/DBUtil.java
246
E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/test/adhoc/DB2DatabaseMetaDataTest.java
343
E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/test/adhoc/HADBColumnTest.java
446
E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/test/adhoc/MySQLDatabaseMetaDataTest.java
546
E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/test/adhoc/OracleDatabaseMetaDataTest.java
6422
E:/TSE/Projects-CloneDR/sql12/plugins/dbdiff/src/net/sourceforge/squirrel_sql/plugins/dbdiff/util/DBUtil.java
7421
E:/TSE/Projects-CloneDR/sql12/test/adhoc/test/DBMetaDataConcurrencyTester.java
843
E:/TSE/Projects-CloneDR/sql12/test/adhoc/test/H2IdentifierQuoteTest.java
9423
E:/TSE/Projects-CloneDR/sql12/test/adhoc/test/InformixSwitchCatalogTest.java
10421
E:/TSE/Projects-CloneDR/sql12/test/adhoc/test/IngresMoneyTest.java
11422
E:/TSE/Projects-CloneDR/sql12/test/adhoc/test/ProgressGetTablesTest.java
12422
E:/TSE/Projects-CloneDR/sql12/test/adhoc/test/SybaseNonDboTableTest.java
13433
E:/TSE/Projects-CloneDR/sql12/test/external/net/sourceforge/squirrel_sql/fw/dialects/DialectExternalTest.java
1441
E:/TSE/Projects-CloneDR/sql12/test/src/DatabaseFailureReplicator.java
15427
E:/TSE/Projects-CloneDR/sql12/test/src/net/sourceforge/squirrel_sql/fw/sql/SQLDatabaseMetaDataTest.java
16422
E:/TSE/Projects-CloneDR/sql12/test/src/net/sourceforge/squirrel_sql/test/TestUtil.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
30
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/src/net/sourceforge/squirrel_sql/plugins/dbcopy/util/DBUtil.java

import java.sql.Connection;
import java.sql.DatabaseMetaData;
import java.sql.Date;
import java.sql.PreparedStatement;


Next
Previous
Clone Instance
2
Line Count
4
Source Line
6
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/test/adhoc/DB2DatabaseMetaDataTest.java

import java.sql.Connection;
import java.sql.DatabaseMetaData;
import java.sql.DriverManager;
import java.sql.ResultSet;


Next
Previous
Clone Instance
3
Line Count
4
Source Line
3
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/test/adhoc/HADBColumnTest.java

import java.sql.Connection;
import java.sql.DatabaseMetaData;
import java.sql.DriverManager;
import java.sql.ResultSet;


Next
Previous
Clone Instance
4
Line Count
4
Source Line
6
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/test/adhoc/MySQLDatabaseMetaDataTest.java

import java.sql.Connection;
import java.sql.DatabaseMetaData;
import java.sql.DriverManager;
import java.sql.ResultSet;


Next
Previous
Clone Instance
5
Line Count
4
Source Line
6
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/test/adhoc/OracleDatabaseMetaDataTest.java

import java.sql.Connection;
import java.sql.DatabaseMetaData;
import java.sql.DriverManager;
import java.sql.ResultSet;


Next
Previous
Clone Instance
6
Line Count
4
Source Line
22
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/dbdiff/src/net/sourceforge/squirrel_sql/plugins/dbdiff/util/DBUtil.java

import java.sql.Connection;
import java.sql.DatabaseMetaData;
import java.sql.ResultSet;
import java.sql.SQLException;


Next
Previous
Clone Instance
7
Line Count
4
Source Line
21
Source File
E:/TSE/Projects-CloneDR/sql12/test/adhoc/test/DBMetaDataConcurrencyTester.java

import java.sql.Connection;
import java.sql.DatabaseMetaData;
import java.sql.DriverManager;
import java.sql.ResultSet;


Next
Previous
Clone Instance
8
Line Count
4
Source Line
3
Source File
E:/TSE/Projects-CloneDR/sql12/test/adhoc/test/H2IdentifierQuoteTest.java

import java.sql.Connection;
import java.sql.DatabaseMetaData;
import java.sql.DriverManager;
import java.sql.ResultSet;


Next
Previous
Clone Instance
9
Line Count
4
Source Line
23
Source File
E:/TSE/Projects-CloneDR/sql12/test/adhoc/test/InformixSwitchCatalogTest.java

/*
 * Copyright (C) 2007 Rob Manning
 * manningr@users.sourceforge.net
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
import java.sql.Connection;
import java.sql.DatabaseMetaData;
import java.sql.DriverManager;
import java.sql.ResultSet;


Next
Previous
Clone Instance
10
Line Count
4
Source Line
21
Source File
E:/TSE/Projects-CloneDR/sql12/test/adhoc/test/IngresMoneyTest.java

/*
 * Copyright (C) 2007 Rob Manning
 * manningr@users.sourceforge.net
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
import java.sql.Connection;
import java.sql.DatabaseMetaData;
import java.sql.DriverManager;
import java.sql.ResultSet;


Next
Previous
Clone Instance
11
Line Count
4
Source Line
22
Source File
E:/TSE/Projects-CloneDR/sql12/test/adhoc/test/ProgressGetTablesTest.java

/*
 * Copyright (C) 2008 Rob Manning
 * manningr@users.sourceforge.net
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
import java.sql.Connection;
import java.sql.DatabaseMetaData;
import java.sql.DriverManager;
import java.sql.ResultSet;


Next
Previous
Clone Instance
12
Line Count
4
Source Line
22
Source File
E:/TSE/Projects-CloneDR/sql12/test/adhoc/test/SybaseNonDboTableTest.java

/*
 * Copyright (C) 2007 Rob Manning
 * manningr@users.sourceforge.net
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
import java.sql.Connection;
import java.sql.DatabaseMetaData;
import java.sql.DriverManager;
import java.sql.ResultSet;


Next
Previous
Clone Instance
13
Line Count
4
Source Line
33
Source File
E:/TSE/Projects-CloneDR/sql12/test/external/net/sourceforge/squirrel_sql/fw/dialects/DialectExternalTest.java

import java.sql.Connection;
import java.sql.DatabaseMetaData;
import java.sql.PreparedStatement;
import java.sql.ResultSet;


Next
Previous
Clone Instance
14
Line Count
4
Source Line
1
Source File
E:/TSE/Projects-CloneDR/sql12/test/src/DatabaseFailureReplicator.java

import java.sql.Connection;
import java.sql.DatabaseMetaData;
import java.sql.DriverManager;
import java.sql.ResultSet;


Next
Previous
Clone Instance
15
Line Count
4
Source Line
27
Source File
E:/TSE/Projects-CloneDR/sql12/test/src/net/sourceforge/squirrel_sql/fw/sql/SQLDatabaseMetaDataTest.java

import java.sql.Connection;
import java.sql.DatabaseMetaData;
import java.sql.ResultSet;
import java.sql.ResultSetMetaData;


First
Previous
Clone Instance
16
Line Count
4
Source Line
22
Source File
E:/TSE/Projects-CloneDR/sql12/test/src/net/sourceforge/squirrel_sql/test/TestUtil.java

import java.sql.Connection;
import java.sql.DatabaseMetaData;
import java.sql.Driver;
import java.sql.ResultSet;


Clone AbstractionParameter Count: 2Parameter Bindings

/*
 * Copyright (C) 2007 Rob Manning
 * manningr@users.sourceforge.net
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
/*
 * Copyright (C) 2008 Rob Manning
 * manningr@users.sourceforge.net
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
import java.sql.Connection;
import java.sql.DatabaseMetaData;
import java.sql. [[#variable18c9b860]];
import java.sql. [[#variable18c9b840]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18c9b860]]
Date 
12[[#18c9b860]]
DriverManager 
13[[#18c9b860]]
DriverManager 
14[[#18c9b860]]
DriverManager 
15[[#18c9b860]]
DriverManager 
16[[#18c9b860]]
ResultSet 
17[[#18c9b860]]
DriverManager 
18[[#18c9b860]]
DriverManager 
19[[#18c9b860]]
DriverManager 
110[[#18c9b860]]
DriverManager 
111[[#18c9b860]]
DriverManager 
112[[#18c9b860]]
DriverManager 
113[[#18c9b860]]
PreparedStatement 
114[[#18c9b860]]
DriverManager 
115[[#18c9b860]]
ResultSet 
116[[#18c9b860]]
Driver 
21[[#18c9b840]]
PreparedStatement 
22[[#18c9b840]]
ResultSet 
23[[#18c9b840]]
ResultSet 
24[[#18c9b840]]
ResultSet 
25[[#18c9b840]]
ResultSet 
26[[#18c9b840]]
SQLException 
27[[#18c9b840]]
ResultSet 
28[[#18c9b840]]
ResultSet 
29[[#18c9b840]]
ResultSet 
210[[#18c9b840]]
ResultSet 
211[[#18c9b840]]
ResultSet 
212[[#18c9b840]]
ResultSet 
213[[#18c9b840]]
ResultSet 
214[[#18c9b840]]
ResultSet 
215[[#18c9b840]]
ResultSetMetaData 
216[[#18c9b840]]
ResultSet