Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 3 | 3 | 0.969 | import_statements |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 3 | E:/TSE/Projects-CloneDR/sql12/plugins/hibernate/src/net/sourceforge/squirrel_sql/plugins/hibernate/configuration/FactoryProviderDialog.java |
2 | 8 | 21 | E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/gui/MessageDialog.java |
3 | 8 | 4 | E:/TSE/Projects-CloneDR/sql12/plugins/syntax/src/net/sourceforge/squirrel_sql/plugins/syntax/AutoCorrectDlg.java |
| |||||
import net.sourceforge.squirrel_sql.fw.util.StringManager; import net.sourceforge.squirrel_sql.fw.util.StringManagerFactory; import net.sourceforge.squirrel_sql.fw.gui.MultipleLineLabel; import javax.swing.* ; import java.awt.* ; import java.awt.event.ActionEvent; import java.awt.event.KeyEvent; |
| |||||
/* * 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.fw.util.StringManager; import net.sourceforge.squirrel_sql.fw.util.StringManagerFactory; import net.sourceforge.squirrel_sql.fw.gui.GUIUtils; import javax.swing.* ; import java.awt.* ; import java.awt.event.ActionListener; import java.awt.event.ActionEvent; |
| |||||
import net.sourceforge.squirrel_sql.fw.util.StringManager; import net.sourceforge.squirrel_sql.fw.util.StringManagerFactory; import net.sourceforge.squirrel_sql.fw.gui.MultipleLineLabel; import javax.swing.* ; import java.awt.* ; import java.awt.event.ActionEvent; import java.awt.event.KeyEvent; |
| |||
/* * 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.fw.util.StringManager; import net.sourceforge.squirrel_sql.fw.util.StringManagerFactory; import net.sourceforge.squirrel_sql.fw.gui. [[#variable1ce5f060]]; import javax.swing.* ; import java.awt.* ; import java.awt.event. [[#variable1ce5efe0]]; import java.awt.event. [[#variable1ce5ef40]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1ce5f060]] | MultipleLineLabel |
1 | 2 | [[#1ce5f060]] | GUIUtils |
1 | 3 | [[#1ce5f060]] | MultipleLineLabel |
2 | 1 | [[#1ce5efe0]] | ActionEvent |
2 | 2 | [[#1ce5efe0]] | ActionListener |
2 | 3 | [[#1ce5efe0]] | ActionEvent |
3 | 1 | [[#1ce5ef40]] | KeyEvent |
3 | 2 | [[#1ce5ef40]] | ActionEvent |
3 | 3 | [[#1ce5ef40]] | KeyEvent |