CloneSet389


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
15210.994class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
115322
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/db/ColumnDetailDialog.java
215333
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/update/gui/UpdateManagerDialog.java
Next
Last
Clone Instance
1
Line Count
15
Source Line
322
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/db/ColumnDetailDialog.java

private GridBagConstraints getFieldConstraints(GridBagConstraints c) {
  c.gridx++;
  c.anchor = GridBagConstraints.WEST;
  c.weightx = 1;
  c.weighty = 1;
  c.fill = GridBagConstraints.HORIZONTAL;
  return c;
}

private JLabel getBorderedLabel(String text, Border border) {
  JLabel result = new JLabel(text);
  result.setBorder(border);
  result.setPreferredSize(new Dimension(115, 20));
  result.setHorizontalAlignment(SwingConstants.RIGHT);
  return result;
}


First
Previous
Clone Instance
2
Line Count
15
Source Line
333
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/update/gui/UpdateManagerDialog.java

private GridBagConstraints getFieldConstraints(GridBagConstraints c) {
  c.gridx++;
  c.anchor = GridBagConstraints.WEST;
  c.weightx = 1;
  c.weighty = 1;
  c.fill = GridBagConstraints.NONE;
  return c;
}

private JLabel getBorderedLabel(String text, Border border) {
  JLabel result = new JLabel(text);
  result.setBorder(border);
  result.setPreferredSize(new Dimension(115, 20));
  result.setHorizontalAlignment(SwingConstants.RIGHT);
  return result;
}


Clone AbstractionParameter Count: 1Parameter Bindings

private GridBagConstraints getFieldConstraints(GridBagConstraints c) {
  c.gridx++;
  c.anchor = GridBagConstraints.WEST;
  c.weightx = 1;
  c.weighty = 1;
  c.fill = GridBagConstraints. [[#variable1afd0be0]];
  return c;
}

private JLabel getBorderedLabel(String text, Border border) {
  JLabel result = new JLabel(text);
  result.setBorder(border);
  result.setPreferredSize(new Dimension(115, 20));
  result.setHorizontalAlignment(SwingConstants.RIGHT);
  return result;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1afd0be0]]
HORIZONTAL 
12[[#1afd0be0]]
NONE