CloneSet223


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
17230.980method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
116204
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/gui/action/TableExportCsvDlg.java
217309
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/gui/action/TableExportCsvDlg.java
Next
Last
Clone Instance
1
Line Count
16
Source Line
204
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/gui/action/TableExportCsvDlg.java

private Component getCommandPanel() {
  JPanel ret = new JPanel(new GridBagLayout());
  GridBagConstraints gbc;
  txtCommand = new JTextField();
  gbc = new GridBagConstraints(0, 0, 1, 1, 1, 0, GridBagConstraints.WEST, GridBagConstraints.HORIZONTAL, new Insets(0, 0, 0, 5), 0, 0);
  ret.add(txtCommand, gbc);
  LibraryResources rsrc = new LibraryResources();
  btnCommandFile = new JButton(rsrc.getIcon(LibraryResources.IImageNames.OPEN));
  gbc = new GridBagConstraints(1, 0, 1, 1, 0, 0, GridBagConstraints.WEST, GridBagConstraints.NONE, new Insets(0, 0, 0, 0), 0, 0);
  ret.add(btnCommandFile, gbc);
  return ret;
}


First
Previous
Clone Instance
2
Line Count
17
Source Line
309
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/gui/action/TableExportCsvDlg.java

private Component getFilePanel() {
  JPanel ret = new JPanel(new GridBagLayout());
  GridBagConstraints gbc;
  txtFile = new JTextField();
  gbc = new GridBagConstraints(0, 0, 1, 1, 1, 0, GridBagConstraints.WEST, GridBagConstraints.HORIZONTAL, new Insets(0, 0, 0, 5), 0, 0);
  ret.add(txtFile, gbc);
  LibraryResources rsrc = new LibraryResources();
  btnFile = new JButton(rsrc.getIcon(LibraryResources.IImageNames.OPEN));
  gbc = new GridBagConstraints(1, 0, 1, 1, 0, 0, GridBagConstraints.WEST, GridBagConstraints.NONE, new Insets(0, 0, 0, 0), 0, 0);
  ret.add(btnFile, gbc);
  return ret;
}


Clone AbstractionParameter Count: 3Parameter Bindings

private Component  [[#variable18d58840]]() {
  JPanel ret = new JPanel(new GridBagLayout());
  GridBagConstraints gbc;
   [[#variable18d587e0]]= new JTextField();
  gbc = new GridBagConstraints(0, 0, 1, 1, 1, 0, GridBagConstraints.WEST, GridBagConstraints.HORIZONTAL, new Insets(0, 0, 0, 5), 0, 0);
  ret.add( [[#variable18d587e0]], gbc);
  LibraryResources rsrc = new LibraryResources();
   [[#variable18d58780]]= new JButton(rsrc.getIcon(LibraryResources.IImageNames.OPEN));
  gbc = new GridBagConstraints(1, 0, 1, 1, 0, 0, GridBagConstraints.WEST, GridBagConstraints.NONE, new Insets(0, 0, 0, 0), 0, 0);
  ret.add( [[#variable18d58780]], gbc);
  return ret;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18d58840]]
getCommandPanel 
12[[#18d58840]]
getFilePanel 
21[[#18d587e0]]
txtCommand 
22[[#18d587e0]]
txtFile 
31[[#18d58780]]
btnCommandFile 
32[[#18d58780]]
btnFile