Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 2 | 0.952 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 199 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/MergeColumnDialog.java |
2 | 7 | 261 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/MergeColumnDialog.java |
| |||||
_newColumnRadio.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent actionEvent) { enableNewColumn(true); checkInputCompletion(); } } ); |
| |||||
_mergeInExistingColumnRadio.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent actionEvent) { enableNewColumn(false); checkInputCompletion(); } } ); |
| |||
[[#variable1c9d6580]].addActionListener(new ActionListener() { public void actionPerformed(ActionEvent actionEvent) { enableNewColumn( [[#variable1c9d6520]]); checkInputCompletion(); } } ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c9d6580]] | _newColumnRadio |
1 | 2 | [[#1c9d6580]] | _mergeInExistingColumnRadio |
2 | 1 | [[#1c9d6520]] | true |
2 | 2 | [[#1c9d6520]] | false |