Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.957 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 714 | E:/TSE/Projects-CloneDR/sql12/plugins/mssql/src/net/sourceforge/squirrel_sql/plugins/mssql/gui/GenerateSqlDialog.java |
2 | 4 | 726 | E:/TSE/Projects-CloneDR/sql12/plugins/mssql/src/net/sourceforge/squirrel_sql/plugins/mssql/gui/GenerateSqlDialog.java |
| |||||
okButton.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { _wasCompleted = true; dlg.setVisible(false); } } ); |
| |||||
cancelButton.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { _wasCompleted = false; dlg.setVisible(false); } } ); |
| |||
[[#variable1c97f100]].addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { _wasCompleted = [[#variable1c97f060]]; dlg.setVisible(false); } } ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c97f100]] | okButton |
1 | 2 | [[#1c97f100]] | cancelButton |
2 | 1 | [[#1c97f060]] | true |
2 | 2 | [[#1c97f060]] | false |