Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 5 | 3 | 0.955 | import_statements[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 27 | E:/TSE/Projects-CloneDR/sql12/test/src/net/sourceforge/squirrel_sql/fw/codereformat/CodeReformatorTest.java |
2 | 3 | 30 | E:/TSE/Projects-CloneDR/sql12/test/src/net/sourceforge/squirrel_sql/fw/codereformat/CodeReformatorTest.java |
3 | 3 | 20 | E:/TSE/Projects-CloneDR/sql12/test/src/net/sourceforge/squirrel_sql/plugins/oracle/tokenizer/OracleQueryTokenizerTest.java |
4 | 3 | 25 | E:/TSE/Projects-CloneDR/sql12/test/src/net/sourceforge/squirrel_sql/plugins/oracle/tokenizer/OracleQueryTokenizerTest.java |
5 | 3 | 28 | E:/TSE/Projects-CloneDR/sql12/test/src/net/sourceforge/squirrel_sql/plugins/oracle/tokenizer/OracleQueryTokenizerTest.java |
| |||||
import static net.sourceforge.squirrel_sql.fw.sql.OracleSQL.ANON_PROC_EXEC; import static net.sourceforge.squirrel_sql.fw.sql.OracleSQL.CREATE_FUNCTION_SQL; import static net.sourceforge.squirrel_sql.fw.sql.OracleSQL.CREATE_OR_REPLACE_STORED_PROC; |
| |||||
import static net.sourceforge.squirrel_sql.fw.sql.OracleSQL.CREATE_STORED_PROC; import static net.sourceforge.squirrel_sql.fw.sql.OracleSQL.NO_SEP_SLASH_SQL; import static net.sourceforge.squirrel_sql.fw.sql.OracleSQL.SELECT_DUAL; |
| |||||
/* * 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 static net.sourceforge.squirrel_sql.fw.sql.OracleSQL.ANON_PROC_EXEC; import static net.sourceforge.squirrel_sql.fw.sql.OracleSQL.ANON_PROC_EXEC_2; import static net.sourceforge.squirrel_sql.fw.sql.OracleSQL.CREATE_FUNCTION_SQL; |
| |||||
import static net.sourceforge.squirrel_sql.fw.sql.OracleSQL.CREATE_OR_REPLACE_STORED_PROC; import static net.sourceforge.squirrel_sql.fw.sql.OracleSQL.CREATE_STORED_PROC; import static net.sourceforge.squirrel_sql.fw.sql.OracleSQL.NO_SEP_SLASH_SQL; |
| |||||
import static net.sourceforge.squirrel_sql.fw.sql.OracleSQL.SELECT_DUAL; import static net.sourceforge.squirrel_sql.fw.sql.OracleSQL.SELECT_DUAL_2; import static net.sourceforge.squirrel_sql.fw.sql.OracleSQL.SET_COMMANDS; |
| |||
/* * 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 static net.sourceforge.squirrel_sql.fw.sql.OracleSQL. [[#variable1aff9fa0]]; import static net.sourceforge.squirrel_sql.fw.sql.OracleSQL. [[#variable1aff9f00]]; import static net.sourceforge.squirrel_sql.fw.sql.OracleSQL. [[#variable1aff9ea0]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1aff9fa0]] | ANON_PROC_EXEC |
1 | 2 | [[#1aff9fa0]] | CREATE_STORED_PROC |
1 | 3 | [[#1aff9fa0]] | ANON_PROC_EXEC |
1 | 4 | [[#1aff9fa0]] | CREATE_OR_REPLACE_STORED_PROC |
1 | 5 | [[#1aff9fa0]] | SELECT_DUAL |
2 | 1 | [[#1aff9f00]] | CREATE_FUNCTION_SQL |
2 | 2 | [[#1aff9f00]] | NO_SEP_SLASH_SQL |
2 | 3 | [[#1aff9f00]] | ANON_PROC_EXEC_2 |
2 | 4 | [[#1aff9f00]] | CREATE_STORED_PROC |
2 | 5 | [[#1aff9f00]] | SELECT_DUAL_2 |
3 | 1 | [[#1aff9ea0]] | CREATE_OR_REPLACE_STORED_PROC |
3 | 2 | [[#1aff9ea0]] | SELECT_DUAL |
3 | 3 | [[#1aff9ea0]] | CREATE_FUNCTION_SQL |
3 | 4 | [[#1aff9ea0]] | NO_SEP_SLASH_SQL |
3 | 5 | [[#1aff9ea0]] | SET_COMMANDS |