Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 4 | 1 | 0.971 | nested_class_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 298 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/preferences/ProxyPreferencesPanel.java |
2 | 5 | 610 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/preferences/UpdatePreferencesPanel.java |
3 | 5 | 323 | E:/TSE/Projects-CloneDR/sql12/plugins/exportconfig/src/net/sourceforge/squirrel_sql/plugins/exportconfig/gui/ExportPanelBuilder.java |
4 | 5 | 272 | E:/TSE/Projects-CloneDR/sql12/plugins/mysql/src/net/sourceforge/squirrel_sql/plugins/mysql/gui/AlterColumnsPanelBuilder.java |
| |||||
private final class MyActionHandler implements ActionListener { public void actionPerformed(ActionEvent evt) { updateControlStatus(); } } |
| |||||
private final class MyActionHandler implements ActionListener { public void actionPerformed(ActionEvent evt) { updateControlStatus(); } } |
| |||||
/** * This class will update the status of the GUI controls as the user * makes changes. */ private final class ControlMediator implements ActionListener { public void actionPerformed(ActionEvent evt) { updateControlStatus(); } } |
| |||||
/** * This class will update the status of the GUI controls as the user * makes changes. */ private final class ControlMediator implements ActionListener { public void actionPerformed(ActionEvent evt) { updateControlStatus(); } } |
| |||
/** * This class will update the status of the GUI controls as the user * makes changes. */ private final class [[#variable1c81ace0]]implements ActionListener { public void actionPerformed(ActionEvent evt) { updateControlStatus(); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c81ace0]] | MyActionHandler |
1 | 2 | [[#1c81ace0]] | MyActionHandler |
1 | 3 | [[#1c81ace0]] | ControlMediator |
1 | 4 | [[#1c81ace0]] | ControlMediator |