Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
24 | 2 | 3 | 0.958 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 19 | 147 | E:/TSE/Projects-CloneDR/sql12/plugins/sqlbookmark/src/net/sourceforge/squirrel_sql/plugins/sqlbookmark/SQLBookmarkPreferencesController.java |
2 | 24 | 79 | E:/TSE/Projects-CloneDR/sql12/plugins/userscript/src/net/sourceforge/squirrel_sql/plugins/userscript/kernel/ScriptListController.java |
| |||||
_pnlPrefs.btnAdd.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { onAdd(); } } ); _pnlPrefs.btnEdit.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { onEdit(); } } ); _pnlPrefs.btnDel.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { onDelete(); } } ); |
| |||||
m_dlg.btnAdd.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { onAdd(); } } ); m_dlg.btnEdit.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { onEdit(); } } ); m_dlg.btnRemove.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { onRemove(); } } ); |
| |||
[[#variable1cef8640]].btnAdd.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { onAdd(); } } ); [[#variable1cef8640]].btnEdit.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { onEdit(); } } ); [[#variable1cef8640]]. [[#variable1cef8680]].addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { [[#variable1ceedec0]](); } } ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cef8640]] | _pnlPrefs |
1 | 2 | [[#1cef8640]] | m_dlg |
2 | 1 | [[#1cef8680]] | btnDel |
2 | 2 | [[#1cef8680]] | btnRemove |
3 | 1 | [[#1ceedec0]] | onDelete |
3 | 2 | [[#1ceedec0]] | onRemove |