Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.975 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 248 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/gui/TablePopupMenu.java |
2 | 5 | 264 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/gui/TablePopupMenu.java |
| |||||
public void actionPerformed(ActionEvent evt) { if (_table != null) { new TableCopyCommand(_table, false).execute(); } } |
| |||||
public void actionPerformed(ActionEvent evt) { if (_table != null) { new TableCopyCommand(_table, true).execute(); } } |
| |||
public void actionPerformed(ActionEvent evt) { if (_table != null) { new TableCopyCommand(_table, [[#variable1c9f3380]]).execute(); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c9f3380]] | false |
1 | 2 | [[#1c9f3380]] | true |