Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.971 | import_statements[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 21 | E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/commands/VacuumDatabaseCommand.java |
2 | 3 | 31 | E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/commands/VacuumTableCommand.java |
| |||||
/* * Copyright (C) 2007 Daniel Regli & Yannick Winiger * http://sourceforge.net/projects/squirrel-sql * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or any later version. * * This program 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 General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ import net.sourceforge.squirrel_sql.plugins.postgres.gui.MessageDialog; import net.sourceforge.squirrel_sql.plugins.postgres.gui.VacuumDatabaseDialog; import net.sourceforge.squirrel_sql.plugins.postgres.commands.handler.MessageSQLExecuterHandler; |
| |||||
import net.sourceforge.squirrel_sql.plugins.postgres.gui.VacuumTableDialog; import net.sourceforge.squirrel_sql.plugins.postgres.gui.MessageDialog; import net.sourceforge.squirrel_sql.plugins.postgres.commands.handler.MessageSQLExecuterHandler; |
| |||
/* * Copyright (C) 2007 Daniel Regli & Yannick Winiger * http://sourceforge.net/projects/squirrel-sql * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or any later version. * * This program 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 General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ import net.sourceforge.squirrel_sql.plugins.postgres.gui. [[#variable1cdfaa00]]; import net.sourceforge.squirrel_sql.plugins.postgres.gui. [[#variable1cdfaa60]]; import net.sourceforge.squirrel_sql.plugins.postgres.commands.handler.MessageSQLExecuterHandler; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cdfaa00]] | MessageDialog |
1 | 2 | [[#1cdfaa00]] | VacuumTableDialog |
2 | 1 | [[#1cdfaa60]] | VacuumDatabaseDialog |
2 | 2 | [[#1cdfaa60]] | MessageDialog |