Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 2 | 0.974 | import_statements[6] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 20 | E:/TSE/Projects-CloneDR/sql12/plugins/mysql/src/net/sourceforge/squirrel_sql/plugins/mysql/action/CopyTableCommand.java |
2 | 7 | 23 | E:/TSE/Projects-CloneDR/sql12/plugins/mysql/src/net/sourceforge/squirrel_sql/plugins/mysql/action/CreateTableCommand.java |
| |||||
import javax.swing.DefaultListModel; import javax.swing.JDialog; import javax.swing.JOptionPane; import javax.swing.ListSelectionModel; import net.sourceforge.squirrel_sql.client.session.ISession; import net.sourceforge.squirrel_sql.fw.sql.ITableInfo; |
| |||||
import javax.swing.DefaultListModel; import javax.swing.JDialog; import javax.swing.JOptionPane; import javax.swing.JScrollPane; import net.sourceforge.squirrel_sql.client.session.ISession; import net.sourceforge.squirrel_sql.fw.sql.ISQLConnection; |
| |||
import javax.swing.DefaultListModel; import javax.swing.JDialog; import javax.swing.JOptionPane; import javax.swing. [[#variable1cdbf7e0]]; import net.sourceforge.squirrel_sql.client.session.ISession; import net.sourceforge.squirrel_sql.fw.sql. [[#variable1cdbf760]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cdbf7e0]] | ListSelectionModel |
1 | 2 | [[#1cdbf7e0]] | JScrollPane |
2 | 1 | [[#1cdbf760]] | ITableInfo |
2 | 2 | [[#1cdbf760]] | ISQLConnection |