Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 4 | 2 | 0.978 | statement_sequence[8] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 162 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/plugin/gui/PluginQueryTokenizerPreferencesPanel.java |
2 | 8 | 116 | E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/src/net/sourceforge/squirrel_sql/plugins/dbcopy/gui/PreferencesPanel.java |
3 | 8 | 62 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/prefs/RefactoringPreferencesPanel.java |
4 | 8 | 77 | E:/TSE/Projects-CloneDR/sql12/plugins/sqlscript/src/net/sourceforge/squirrel_sql/plugins/sqlscript/prefs/SQLScriptPreferencesPanel.java |
| |||||
this.setLayout(new GridBagLayout()); GridBagConstraints c = new GridBagConstraints(); c.gridx = 0; // Column 0 c.gridy = 0; // Row 0 c.fill = GridBagConstraints.BOTH; c.weightx = 1; c.weighty = .40; add(createTopPanel(), c); |
| |||||
this.setLayout(new GridBagLayout()); GridBagConstraints c = new GridBagConstraints(); c.gridx = 0; // Column 0 c.gridy = 0; // Row 0 c.fill = GridBagConstraints.BOTH; c.weightx = 1; c.weighty = .40; add(createTopPanel(), c); |
| |||||
this.setLayout(new GridBagLayout()); GridBagConstraints c = new GridBagConstraints(); c.gridx = 0; // Column 0 c.gridy = 0; // Row 0 c.fill = GridBagConstraints.BOTH; c.weightx = 1; c.weighty = .60; add(createBottomPanel(), c); |
| |||||
this.setLayout(new GridBagLayout()); GridBagConstraints c = new GridBagConstraints(); c.gridx = 0; // Column 0 c.gridy = 0; // Row 0 c.fill = GridBagConstraints.BOTH; c.weightx = 1; c.weighty = .60; add(createBottomPanel(), c); |
| |||
this.setLayout(new GridBagLayout()); GridBagConstraints c = new GridBagConstraints(); c.gridx = 0; // Column 0 c.gridy = 0; // Row 0 c.fill = GridBagConstraints.BOTH; c.weightx = 1; c.weighty = [[#variable1af9b880]]; add( [[#variable1afa0e60]](), c); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1af9b880]] | .40 |
1 | 2 | [[#1af9b880]] | .40 |
1 | 3 | [[#1af9b880]] | .60 |
1 | 4 | [[#1af9b880]] | .60 |
2 | 1 | [[#1afa0e60]] | createTopPanel |
2 | 2 | [[#1afa0e60]] | createTopPanel |
2 | 3 | [[#1afa0e60]] | createBottomPanel |
2 | 4 | [[#1afa0e60]] | createBottomPanel |