Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 3 | 3 | 0.963 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 37 | E:/TSE/Projects-CloneDR/sql12/plugins/graph/src/net/sourceforge/squirrel_sql/plugins/graph/GraphSelectionDialogController.java |
2 | 12 | 38 | E:/TSE/Projects-CloneDR/sql12/plugins/sqlbookmark/src/net/sourceforge/squirrel_sql/plugins/sqlbookmark/BookmarEditController.java |
3 | 13 | 24 | E:/TSE/Projects-CloneDR/sql12/plugins/sqlscript/src/net/sourceforge/squirrel_sql/plugins/sqlscript/table_script/CreateTableOfCurrentSQLCtrl.java |
| |||||
_dlg.btnOK.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { onOK(); } } ); _dlg.btnCreateNewGraph.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { onCreateNewGraph(); } } ); |
| |||||
_dlg.btnOk.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { onOK(); } } ); _dlg.btnCancel.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { onCancel(); } } ); |
| |||||
_dlg.btnOK.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { onOK(); } } ); _dlg.btnCancel.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { onCancel(); } } ); |
| |||
_dlg. [[#variable1ceed640]].addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { onOK(); } } ); _dlg. [[#variable1ceed6c0]].addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { [[#variable1ceed6e0]](); } } ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1ceed640]] | btnOK |
1 | 2 | [[#1ceed640]] | btnOk |
1 | 3 | [[#1ceed640]] | btnOK |
2 | 1 | [[#1ceed6c0]] | btnCreateNewGraph |
2 | 2 | [[#1ceed6c0]] | btnCancel |
2 | 3 | [[#1ceed6c0]] | btnCancel |
3 | 1 | [[#1ceed6e0]] | onCreateNewGraph |
3 | 2 | [[#1ceed6e0]] | onCancel |
3 | 3 | [[#1ceed6e0]] | onCancel |