Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 3 | 0.967 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 487 | E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/src/net/sourceforge/squirrel_sql/plugins/dbcopy/gui/PreferencesPanel.java |
2 | 10 | 512 | E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/src/net/sourceforge/squirrel_sql/plugins/dbcopy/gui/PreferencesPanel.java |
| |||||
private void addDelayTablesLabel(JPanel panel, int col, int row) { GridBagConstraints c = new GridBagConstraints(); c.gridx = col; c.gridy = row; c.insets = new Insets(5, 25, 0, 0); String label = s_stringMgr.getString("PreferencesPanel.delayTablesLabel"); delayTablesLabel = new JLabel(label); delayTablesLabel.setHorizontalAlignment(JLabel.LEFT); panel.add(delayTablesLabel, c); } |
| |||||
private void addDelayRecordsLabel(JPanel panel, int col, int row) { GridBagConstraints c = new GridBagConstraints(); c.gridx = col; c.gridy = row; c.insets = new Insets(5, 25, 0, 0); String label = s_stringMgr.getString("PreferencesPanel.delayRecordsLabel"); delayRecordsLabel = new JLabel(label); delayRecordsLabel.setHorizontalAlignment(JLabel.LEFT); panel.add(delayRecordsLabel, c); } |
| |||
private void [[#variable1ce55760]](JPanel panel, int col, int row) { GridBagConstraints c = new GridBagConstraints(); c.gridx = col; c.gridy = row; c.insets = new Insets(5, 25, 0, 0); String label = s_stringMgr.getString( [[#variable1ce556c0]]); [[#variable1ce556e0]]= new JLabel(label); [[#variable1ce556e0]].setHorizontalAlignment(JLabel.LEFT); panel.add( [[#variable1ce556e0]], c); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1ce55760]] | addDelayTablesLabel |
1 | 2 | [[#1ce55760]] | addDelayRecordsLabel |
2 | 1 | [[#1ce556c0]] | "PreferencesPanel.delayTablesLabel" |
2 | 2 | [[#1ce556c0]] | "PreferencesPanel.delayRecordsLabel" |
3 | 1 | [[#1ce556e0]] | delayTablesLabel |
3 | 2 | [[#1ce556e0]] | delayRecordsLabel |