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.951 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 232 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/plugin/gui/PluginQueryTokenizerPreferencesPanel.java |
2 | 10 | 260 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/plugin/gui/PluginQueryTokenizerPreferencesPanel.java |
| |||||
{ GridBagConstraints c = new GridBagConstraints(); c.gridx = col; c.gridy = row; c.insets = new Insets(5, LEFT_INDENT_INSET_SIZE, 0, 0); c.anchor = GridBagConstraints.WEST; statementSeparatorLabel = new JLabel(i18n.STMT_SEP_LABEL); statementSeparatorLabel.setHorizontalAlignment(JLabel.LEFT); statementSeparatorLabel.setToolTipText(i18n.STMT_SEP_LABEL_TT); panel.add(statementSeparatorLabel, c); } |
| |||||
{ GridBagConstraints c = new GridBagConstraints(); c.gridx = col; c.gridy = row; c.insets = new Insets(5, LEFT_INDENT_INSET_SIZE, 0, 0); c.anchor = GridBagConstraints.WEST; lineCommentLabel = new JLabel(i18n.LINE_COMMENT_LABEL); lineCommentLabel.setHorizontalAlignment(JLabel.LEFT); lineCommentLabel.setToolTipText(i18n.LINE_COMMENT_LABEL_TT); panel.add(lineCommentLabel, c); } |
| |||
{ GridBagConstraints c = new GridBagConstraints(); c.gridx = col; c.gridy = row; c.insets = new Insets(5, LEFT_INDENT_INSET_SIZE, 0, 0); c.anchor = GridBagConstraints.WEST; [[#variable1cc3a960]]= new JLabel(i18n. [[#variable1cc3a8a0]]); [[#variable1cc3a960]].setHorizontalAlignment(JLabel.LEFT); [[#variable1cc3a960]].setToolTipText(i18n. [[#variable1cc3a820]]); panel.add( [[#variable1cc3a960]], c); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cc3a960]] | statementSeparatorLabel |
1 | 2 | [[#1cc3a960]] | lineCommentLabel |
2 | 1 | [[#1cc3a8a0]] | STMT_SEP_LABEL |
2 | 2 | [[#1cc3a8a0]] | LINE_COMMENT_LABEL |
3 | 1 | [[#1cc3a820]] | STMT_SEP_LABEL_TT |
3 | 2 | [[#1cc3a820]] | LINE_COMMENT_LABEL_TT |