Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 3 | 3 | 0.971 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 90 | E:/TSE/Projects-CloneDR/sql12/plugins/derby/src/net/sourceforge/squirrel_sql/plugins/derby/prefs/DerbyPluginPreferencesPanel.java |
2 | 10 | 120 | E:/TSE/Projects-CloneDR/sql12/plugins/oracle/src/net/sourceforge/squirrel_sql/plugins/oracle/prefs/OraclePluginPreferencesPanel.java |
3 | 10 | 132 | E:/TSE/Projects-CloneDR/sql12/plugins/oracle/src/net/sourceforge/squirrel_sql/plugins/oracle/prefs/OraclePluginPreferencesPanel.java |
| |||||
private void addReadClobsFullyCheckBox(JPanel result, int col, int row) { GridBagConstraints c = new GridBagConstraints(); c.gridx = col; c.gridy = row; c.gridwidth = 2; // Span across two columns c.anchor = GridBagConstraints.WEST; c.insets = new Insets(5, 5, 0, 0); readClobsFullyCheckBox.setToolTipText(i18n.READ_DERBY_CLOBS_FULLY_TT); result.add(readClobsFullyCheckBox, c); } |
| |||||
private void addRecycleBinCheckBox(JPanel result, int col, int row) { GridBagConstraints c = new GridBagConstraints(); c.gridx = col; c.gridy = row; c.gridwidth = 2; // Span across two columns c.anchor = GridBagConstraints.WEST; c.insets = new Insets(5, 5, 0, 0); excludeRecycleBinTablesCheckBox.setToolTipText(i18n.HIDE_RECYCLE_BIN_CB_TT); result.add(excludeRecycleBinTablesCheckBox, c); } |
| |||||
private void addShowErrorOffsetCheckBox(JPanel result, int col, int row) { GridBagConstraints c = new GridBagConstraints(); c.gridx = col; c.gridy = row; c.gridwidth = 2; // Span across two columns c.anchor = GridBagConstraints.WEST; c.insets = new Insets(5, 5, 0, 0); showErrorOffsetCheckBox.setToolTipText(i18n.SHOW_ERROR_OFFSET_TT); result.add(showErrorOffsetCheckBox, c); } |
| |||
private void [[#variable1afcd360]](JPanel result, int col, int row) { GridBagConstraints c = new GridBagConstraints(); c.gridx = col; c.gridy = row; c.gridwidth = 2; // Span across two columns c.anchor = GridBagConstraints.WEST; c.insets = new Insets(5, 5, 0, 0); [[#variable1afcd3c0]].setToolTipText(i18n. [[#variable1afcd3e0]]); result.add( [[#variable1afcd3c0]], c); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1afcd360]] | addReadClobsFullyCheckBox |
1 | 2 | [[#1afcd360]] | addRecycleBinCheckBox |
1 | 3 | [[#1afcd360]] | addShowErrorOffsetCheckBox |
2 | 1 | [[#1afcd3c0]] | readClobsFullyCheckBox |
2 | 2 | [[#1afcd3c0]] | excludeRecycleBinTablesCheckBox |
2 | 3 | [[#1afcd3c0]] | showErrorOffsetCheckBox |
3 | 1 | [[#1afcd3e0]] | READ_DERBY_CLOBS_FULLY_TT |
3 | 2 | [[#1afcd3e0]] | HIDE_RECYCLE_BIN_CB_TT |
3 | 3 | [[#1afcd3e0]] | SHOW_ERROR_OFFSET_TT |