Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 10 | 2 | 0.958 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 140 | E:/TSE/Projects-CloneDR/sql12/plugins/mysql/src/net/sourceforge/squirrel_sql/plugins/mysql/action/CopyTableCommand.java |
2 | 8 | 154 | E:/TSE/Projects-CloneDR/sql12/plugins/mysql/src/net/sourceforge/squirrel_sql/plugins/mysql/action/CopyTableCommand.java |
3 | 9 | 187 | E:/TSE/Projects-CloneDR/sql12/plugins/mysql/src/net/sourceforge/squirrel_sql/plugins/mysql/action/CopyTableCommand.java |
4 | 9 | 201 | E:/TSE/Projects-CloneDR/sql12/plugins/mysql/src/net/sourceforge/squirrel_sql/plugins/mysql/action/CopyTableCommand.java |
5 | 9 | 215 | E:/TSE/Projects-CloneDR/sql12/plugins/mysql/src/net/sourceforge/squirrel_sql/plugins/mysql/action/CopyTableCommand.java |
6 | 9 | 214 | E:/TSE/Projects-CloneDR/sql12/plugins/mysql/src/net/sourceforge/squirrel_sql/plugins/mysql/action/CreateTableCommand.java |
7 | 8 | 241 | E:/TSE/Projects-CloneDR/sql12/plugins/mysql/src/net/sourceforge/squirrel_sql/plugins/mysql/action/CreateTableCommand.java |
8 | 8 | 330 | E:/TSE/Projects-CloneDR/sql12/plugins/mysql/src/net/sourceforge/squirrel_sql/plugins/mysql/action/CreateTableCommand.java |
9 | 8 | 343 | E:/TSE/Projects-CloneDR/sql12/plugins/mysql/src/net/sourceforge/squirrel_sql/plugins/mysql/action/CreateTableCommand.java |
10 | 9 | 356 | E:/TSE/Projects-CloneDR/sql12/plugins/mysql/src/net/sourceforge/squirrel_sql/plugins/mysql/action/CreateTableCommand.java |
| |||||
rdStructure.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { rdStructureActionPerformed(evt); } } ); jd.getContentPane().add(rdStructure); |
| |||||
rdStructureData.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { rdStructureDataActionPerformed(evt); } } ); jd.getContentPane().add(rdStructureData); |
| |||||
buttonOk.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { buttonOkActionPerformed(evt); } } ); jd.getContentPane().add(buttonOk); |
| |||||
buttonCancel.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { buttonCancelActionPerformed(evt); } } ); jd.getContentPane().add(buttonCancel); |
| |||||
chAllFields.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { chAllFieldsActionPerformed(evt); } } ); jd.getContentPane().add(chAllFields); |
| |||||
btAdd.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { btAddActionPerformed(evt); } } ); jd.getContentPane().add(btAdd); |
| |||||
cbFieldType.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { cbFieldTypeActionPerformed(evt); } } ); jd.getContentPane().add(cbFieldType); |
| |||||
btCreateTable.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { btCreateTableActionPerformed(evt); } } ); jd.getContentPane().add(btCreateTable); |
| |||||
btRemove.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { btRemoveActionPerformed(evt); } } ); jd.getContentPane().add(btRemove); |
| |||||
btCancel.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { btCancelActionPerformed(evt); } } ); jd.getContentPane().add(btCancel); |
| |||
[[#variable1af571a0]].addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { [[#variable1af571e0]](evt); } } ); jd.getContentPane().add( [[#variable1af571a0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1af571a0]] | rdStructure |
1 | 2 | [[#1af571a0]] | rdStructureData |
1 | 3 | [[#1af571a0]] | buttonOk |
1 | 4 | [[#1af571a0]] | buttonCancel |
1 | 5 | [[#1af571a0]] | chAllFields |
1 | 6 | [[#1af571a0]] | btAdd |
1 | 7 | [[#1af571a0]] | cbFieldType |
1 | 8 | [[#1af571a0]] | btCreateTable |
1 | 9 | [[#1af571a0]] | btRemove |
1 | 10 | [[#1af571a0]] | btCancel |
2 | 1 | [[#1af571e0]] | rdStructureActionPerformed |
2 | 2 | [[#1af571e0]] | rdStructureDataActionPerformed |
2 | 3 | [[#1af571e0]] | buttonOkActionPerformed |
2 | 4 | [[#1af571e0]] | buttonCancelActionPerformed |
2 | 5 | [[#1af571e0]] | chAllFieldsActionPerformed |
2 | 6 | [[#1af571e0]] | btAddActionPerformed |
2 | 7 | [[#1af571e0]] | cbFieldTypeActionPerformed |
2 | 8 | [[#1af571e0]] | btCreateTableActionPerformed |
2 | 9 | [[#1af571e0]] | btRemoveActionPerformed |
2 | 10 | [[#1af571e0]] | btCancelActionPerformed |