Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 3 | 2 | 0.962 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 216 | E:/TSE/Projects-CloneDR/sql12/plugins/firebirdmanager/src/net/sourceforge/squirrel_sql/plugins/firebirdmanager/gui/FirebirdManagerBackupRestoreFrame.java |
2 | 6 | 146 | E:/TSE/Projects-CloneDR/sql12/plugins/firebirdmanager/src/net/sourceforge/squirrel_sql/plugins/firebirdmanager/gui/FirebirdManagerCreateDatabaseFrame.java |
3 | 6 | 128 | E:/TSE/Projects-CloneDR/sql12/plugins/firebirdmanager/src/net/sourceforge/squirrel_sql/plugins/firebirdmanager/gui/FirebirdManagerRoleFrame.java |
| |||||
private void initLayout() { this.getContentPane().setLayout(new BorderLayout()); this.getContentPane().add(createPanelMain()); initVisualObjects(); readPreferences(); } |
| |||||
private void initLayout() { this.getContentPane().setLayout(new BorderLayout()); this.getContentPane().add(createPanelCreateDB()); initVisualObjects(); readPreferences(); } |
| |||||
private void initLayout() { this.getContentPane().setLayout(new BorderLayout()); this.getContentPane().add(createPanel()); initVisualObjects(); readRoles(); } |
| |||
private void initLayout() { this.getContentPane().setLayout(new BorderLayout()); this.getContentPane().add( [[#variable1cdaffe0]]()); initVisualObjects(); [[#variable1cdaff80]](); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cdaffe0]] | createPanelMain |
1 | 2 | [[#1cdaffe0]] | createPanelCreateDB |
1 | 3 | [[#1cdaffe0]] | createPanel |
2 | 1 | [[#1cdaff80]] | readPreferences |
2 | 2 | [[#1cdaff80]] | readPreferences |
2 | 3 | [[#1cdaff80]] | readRoles |