Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.977 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 113 | E:/TSE/Projects-CloneDR/sql12/plugins/mysql/src/net/sourceforge/squirrel_sql/plugins/mysql/action/CopyTableCommand.java |
2 | 4 | 162 | E:/TSE/Projects-CloneDR/sql12/plugins/mysql/src/net/sourceforge/squirrel_sql/plugins/mysql/action/CreateTableCommand.java |
| |||||
jd = new JDialog(_session.getApplication().getMainFrame(), // i18n[mysql.copyTable=Copy Table...] s_stringMgr.getString("mysql.copyTable")); jd.getContentPane().setLayout(null); |
| |||||
jd = new JDialog(_session.getApplication().getMainFrame(), // i18n[mysql.createTableComm=Create Table...] s_stringMgr.getString("mysql.createTableComm")); jd.getContentPane().setLayout(null); |
| |||
jd = new JDialog(_session.getApplication().getMainFrame(), // i18n[mysql.copyTable=Copy Table...] // i18n[mysql.createTableComm=Create Table...] s_stringMgr.getString( [[#variable1c98db60]])); jd.getContentPane().setLayout(null); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c98db60]] | "mysql.copyTable" |
1 | 2 | [[#1c98db60]] | "mysql.createTableComm" |