CloneSet610


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10230.951block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
110232
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/plugin/gui/PluginQueryTokenizerPreferencesPanel.java
210260
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/plugin/gui/PluginQueryTokenizerPreferencesPanel.java
Next
Last
Clone Instance
1
Line Count
10
Source Line
232
Source File
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);
}


First
Previous
Clone Instance
2
Line Count
10
Source Line
260
Source File
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;
  lineCommentLabel = new JLabel(i18n.LINE_COMMENT_LABEL);
  lineCommentLabel.setHorizontalAlignment(JLabel.LEFT);
  lineCommentLabel.setToolTipText(i18n.LINE_COMMENT_LABEL_TT);
  panel.add(lineCommentLabel, c);
}


Clone AbstractionParameter Count: 3Parameter Bindings

{
  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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1cc3a960]]
statementSeparatorLabel 
12[[#1cc3a960]]
lineCommentLabel 
21[[#1cc3a8a0]]
STMT_SEP_LABEL 
22[[#1cc3a8a0]]
LINE_COMMENT_LABEL 
31[[#1cc3a820]]
STMT_SEP_LABEL_TT 
32[[#1cc3a820]]
LINE_COMMENT_LABEL_TT