Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 4 | 2 | 0.951 | arguments |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 309 | E:/TSE/Projects-CloneDR/sql12/plugins/laf/src/net/sourceforge/squirrel_sql/plugins/laf/LAFFontsTab.java |
2 | 6 | 316 | E:/TSE/Projects-CloneDR/sql12/plugins/laf/src/net/sourceforge/squirrel_sql/plugins/laf/LAFFontsTab.java |
3 | 6 | 324 | E:/TSE/Projects-CloneDR/sql12/plugins/laf/src/net/sourceforge/squirrel_sql/plugins/laf/LAFFontsTab.java |
4 | 5 | 332 | E:/TSE/Projects-CloneDR/sql12/plugins/laf/src/net/sourceforge/squirrel_sql/plugins/laf/LAFFontsTab.java |
| |||||
(new ActionListener() { public void actionPerformed(ActionEvent evt) { _menuFontBtn.setEnabled(_menuFontEnabledChk.isSelected()); } } ) |
| |||||
(new ActionListener() { public void actionPerformed(ActionEvent evt) { _staticFontBtn.setEnabled(_staticFontEnabledChk.isSelected()); } } ) |
| |||||
(new ActionListener() { public void actionPerformed(ActionEvent evt) { _statusBarFontBtn.setEnabled(_statusBarFontEnabledChk.isSelected()); } } ) |
| |||||
(new ActionListener() { public void actionPerformed(ActionEvent evt) { _otherFontBtn.setEnabled(_otherFontEnabledChk.isSelected()); } } ) |
| |||
(new ActionListener() { public void actionPerformed(ActionEvent evt) { [[#variable1cd33c60]].setEnabled( [[#variable1cd33bc0]].isSelected()); } } ) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cd33c60]] | _menuFontBtn |
1 | 2 | [[#1cd33c60]] | _staticFontBtn |
1 | 3 | [[#1cd33c60]] | _statusBarFontBtn |
1 | 4 | [[#1cd33c60]] | _otherFontBtn |
2 | 1 | [[#1cd33bc0]] | _menuFontEnabledChk |
2 | 2 | [[#1cd33bc0]] | _staticFontEnabledChk |
2 | 3 | [[#1cd33bc0]] | _statusBarFontEnabledChk |
2 | 4 | [[#1cd33bc0]] | _otherFontEnabledChk |