Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.958 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 273 | E:/TSE/Projects-CloneDR/sql12/plugins/mysql/src/net/sourceforge/squirrel_sql/plugins/mysql/action/CopyTableCommand.java |
2 | 5 | 335 | E:/TSE/Projects-CloneDR/sql12/plugins/mysql/src/net/sourceforge/squirrel_sql/plugins/mysql/action/CopyTableCommand.java |
| |||||
private void buttonCancelActionPerformed( @SuppressWarnings("unused")java.awt.event.ActionEvent evt) { jd.setVisible(false); jd.dispose(); } |
| |||||
/** Closes the dialog */ private void closeDialog( @SuppressWarnings("unused")java.awt.event.WindowEvent evt) { jd.setVisible(false); jd.dispose(); } |
| |||
/** Closes the dialog */ private void [[#variable1c94cf00]]( @SuppressWarnings("unused")java.awt.event. [[#variable1c94cd60]] evt) { jd.setVisible(false); jd.dispose(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c94cf00]] | buttonCancelActionPerformed |
1 | 2 | [[#1c94cf00]] | closeDialog |
2 | 1 | [[#1c94cd60]] | ActionEvent |
2 | 2 | [[#1c94cd60]] | WindowEvent |