Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.979 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 72 | E:/TSE/Projects-CloneDR/sql12/plugins/dataimport/src/net/sourceforge/squirrel_sql/plugins/dataimport/importer/csv/CSVSettingsPanel.java |
2 | 3 | 69 | E:/TSE/Projects-CloneDR/sql12/plugins/dataimport/src/net/sourceforge/squirrel_sql/plugins/dataimport/importer/excel/ExcelSettingsPanel.java |
| |||||
// TODO: Tooltips ActionListener stateChangedListener = new ActionListener() { public void actionPerformed(ActionEvent e) { CSVSettingsPanel.this.stateChanged(); } }; |
| |||||
ActionListener stateChangedListener = new ActionListener() { public void actionPerformed(ActionEvent e) { ExcelSettingsPanel.this.stateChanged(); } }; |
| |||
// TODO: Tooltips ActionListener stateChangedListener = new ActionListener() { public void actionPerformed(ActionEvent e) { [[#variable1c954b20]].this.stateChanged(); } }; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c954b20]] | CSVSettingsPanel |
1 | 2 | [[#1c954b20]] | ExcelSettingsPanel |