Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 12 | 2 | 0.965 | import_statements[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 35 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/ISession.java |
2 | 3 | 61 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/Session.java |
3 | 3 | 22 | E:/TSE/Projects-CloneDR/sql12/plugins/derby/src/net/sourceforge/squirrel_sql/plugins/derby/tokenizer/DerbyQueryTokenizer.java |
4 | 3 | 23 | E:/TSE/Projects-CloneDR/sql12/plugins/mssql/src/net/sourceforge/squirrel_sql/plugins/mssql/tokenizer/MSSQLQueryTokenizer.java |
5 | 3 | 27 | E:/TSE/Projects-CloneDR/sql12/plugins/mysql/src/net/sourceforge/squirrel_sql/plugins/mysql/tokenizer/MysqlQueryTokenizer.java |
6 | 3 | 28 | E:/TSE/Projects-CloneDR/sql12/plugins/oracle/src/net/sourceforge/squirrel_sql/plugins/oracle/tokenizer/OracleQueryTokenizer.java |
7 | 3 | 30 | E:/TSE/Projects-CloneDR/sql12/plugins/sqlscript/src/net/sourceforge/squirrel_sql/plugins/sqlscript/table_script/CreateDataScriptOfCurrentSQLCommand.java |
8 | 3 | 34 | E:/TSE/Projects-CloneDR/sql12/plugins/sqlscript/src/net/sourceforge/squirrel_sql/plugins/sqlscript/table_script/CreateTableOfCurrentSQLCommand.java |
9 | 3 | 23 | E:/TSE/Projects-CloneDR/sql12/plugins/sybase/src/net/sourceforge/squirrel_sql/plugins/SybaseASE/tokenizer/SybaseQueryTokenizer.java |
10 | 3 | 45 | E:/TSE/Projects-CloneDR/sql12/test/mockobjects/net/sourceforge/squirrel_sql/client/session/MockSession.java |
11 | 3 | 34 | E:/TSE/Projects-CloneDR/sql12/test/src/net/sourceforge/squirrel_sql/client/session/SessionTest.java |
12 | 3 | 27 | E:/TSE/Projects-CloneDR/sql12/test/src/net/sourceforge/squirrel_sql/client/session/SQLExecuterTaskTest.java |
| |||||
import net.sourceforge.squirrel_sql.fw.sql.IQueryTokenizer; import net.sourceforge.squirrel_sql.fw.sql.ISQLConnection; import net.sourceforge.squirrel_sql.fw.sql.ISQLDatabaseMetaData; |
| |||||
import net.sourceforge.squirrel_sql.fw.sql.IQueryTokenizer; import net.sourceforge.squirrel_sql.fw.sql.ISQLConnection; import net.sourceforge.squirrel_sql.fw.sql.ISQLDatabaseMetaData; |
| |||||
/* * Copyright (C) 2007 Rob Manning * manningr@users.sourceforge.net * * Based on initial work from Johan Compagner. * * 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 net.sourceforge.squirrel_sql.fw.sql.IQueryTokenizer; import net.sourceforge.squirrel_sql.fw.sql.ITokenizerFactory; import net.sourceforge.squirrel_sql.fw.sql.QueryTokenizer; |
| |||||
import net.sourceforge.squirrel_sql.fw.sql.IQueryTokenizer; import net.sourceforge.squirrel_sql.fw.sql.ITokenizerFactory; import net.sourceforge.squirrel_sql.fw.sql.QueryTokenizer; |
| |||||
import net.sourceforge.squirrel_sql.fw.sql.IQueryTokenizer; import net.sourceforge.squirrel_sql.fw.sql.ITokenizerFactory; import net.sourceforge.squirrel_sql.fw.sql.QueryTokenizer; |
| |||||
import net.sourceforge.squirrel_sql.fw.sql.IQueryTokenizer; import net.sourceforge.squirrel_sql.fw.sql.ITokenizerFactory; import net.sourceforge.squirrel_sql.fw.sql.QueryTokenizer; |
| |||||
import net.sourceforge.squirrel_sql.fw.sql.IQueryTokenizer; import net.sourceforge.squirrel_sql.fw.sql.ISQLConnection; import net.sourceforge.squirrel_sql.fw.sql.SQLUtilities; |
| |||||
import net.sourceforge.squirrel_sql.fw.sql.IQueryTokenizer; import net.sourceforge.squirrel_sql.fw.sql.ISQLConnection; import net.sourceforge.squirrel_sql.fw.sql.SQLUtilities; |
| |||||
import net.sourceforge.squirrel_sql.fw.sql.IQueryTokenizer; import net.sourceforge.squirrel_sql.fw.sql.ITokenizerFactory; import net.sourceforge.squirrel_sql.fw.sql.QueryTokenizer; |
| |||||
import net.sourceforge.squirrel_sql.fw.sql.IQueryTokenizer; import net.sourceforge.squirrel_sql.fw.sql.ISQLConnection; import net.sourceforge.squirrel_sql.fw.sql.ISQLDatabaseMetaData; |
| |||||
import net.sourceforge.squirrel_sql.fw.sql.IQueryTokenizer; import net.sourceforge.squirrel_sql.fw.sql.ISQLDriver; import net.sourceforge.squirrel_sql.fw.sql.SQLConnection; |
| |||||
import net.sourceforge.squirrel_sql.fw.sql.IQueryTokenizer; import net.sourceforge.squirrel_sql.fw.sql.ISQLDatabaseMetaData; import net.sourceforge.squirrel_sql.fw.sql.ISQLDriver; |
| |||
/* * Copyright (C) 2007 Rob Manning * manningr@users.sourceforge.net * * Based on initial work from Johan Compagner. * * 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 net.sourceforge.squirrel_sql.fw.sql.IQueryTokenizer; import net.sourceforge.squirrel_sql.fw.sql. [[#variable18c8f5c0]]; import net.sourceforge.squirrel_sql.fw.sql. [[#variable18c8f6c0]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18c8f5c0]] | ISQLConnection |
1 | 2 | [[#18c8f5c0]] | ISQLConnection |
1 | 3 | [[#18c8f5c0]] | ITokenizerFactory |
1 | 4 | [[#18c8f5c0]] | ITokenizerFactory |
1 | 5 | [[#18c8f5c0]] | ITokenizerFactory |
1 | 6 | [[#18c8f5c0]] | ITokenizerFactory |
1 | 7 | [[#18c8f5c0]] | ISQLConnection |
1 | 8 | [[#18c8f5c0]] | ISQLConnection |
1 | 9 | [[#18c8f5c0]] | ITokenizerFactory |
1 | 10 | [[#18c8f5c0]] | ISQLConnection |
1 | 11 | [[#18c8f5c0]] | ISQLDriver |
1 | 12 | [[#18c8f5c0]] | ISQLDatabaseMetaData |
2 | 1 | [[#18c8f6c0]] | ISQLDatabaseMetaData |
2 | 2 | [[#18c8f6c0]] | ISQLDatabaseMetaData |
2 | 3 | [[#18c8f6c0]] | QueryTokenizer |
2 | 4 | [[#18c8f6c0]] | QueryTokenizer |
2 | 5 | [[#18c8f6c0]] | QueryTokenizer |
2 | 6 | [[#18c8f6c0]] | QueryTokenizer |
2 | 7 | [[#18c8f6c0]] | SQLUtilities |
2 | 8 | [[#18c8f6c0]] | SQLUtilities |
2 | 9 | [[#18c8f6c0]] | QueryTokenizer |
2 | 10 | [[#18c8f6c0]] | ISQLDatabaseMetaData |
2 | 11 | [[#18c8f6c0]] | SQLConnection |
2 | 12 | [[#18c8f6c0]] | ISQLDriver |