CloneSet211


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
25230.984statement_sequence[20]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
123110
E:/TSE/Projects-CloneDR/sql12/plugins/dataimport/src/net/sourceforge/squirrel_sql/plugins/dataimport/gui/ProgressBarDialog.java
225136
E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/src/net/sourceforge/squirrel_sql/plugins/dbcopy/gui/DualProgressBarDialog.java
Next
Last
Clone Instance
1
Line Count
23
Source Line
110
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/dataimport/src/net/sourceforge/squirrel_sql/plugins/dataimport/gui/ProgressBarDialog.java

JPanel dataPanel = new JPanel();
dataPanel.setBorder(BorderFactory.createEmptyBorder(0, 10, 0, 10));
GridBagLayout gl = new GridBagLayout();
dataPanel.setLayout(gl);
GridBagConstraints c;
c = new GridBagConstraints();
c.gridx = 0;
c.gridy = 0;
c.fill = GridBagConstraints.HORIZONTAL;
c.anchor = GridBagConstraints.WEST;
// i18n[ProgressBarDialog.insertingRecordsLabel=Copying records]
String topLabelText = stringMgr.getString("ProgressBarDialog.insertingRecordsLabel");
message = new JLabel(topLabelText);
dataPanel.add(message, c);
c = new GridBagConstraints();
c.gridx = 0;
c.gridy = 1;
c.anchor = GridBagConstraints.WEST;
c.fill = GridBagConstraints.HORIZONTAL;
c.insets = new Insets(0, 0, 10, 0);
c.weightx = 1.0;


First
Previous
Clone Instance
2
Line Count
25
Source Line
136
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/src/net/sourceforge/squirrel_sql/plugins/dbcopy/gui/DualProgressBarDialog.java

JPanel dataPanel = new JPanel();
dataPanel.setBorder(BorderFactory.createEmptyBorder(0, 10, 0, 10));
GridBagLayout gl = new GridBagLayout();
dataPanel.setLayout(gl);
GridBagConstraints c;
c = new GridBagConstraints();
c.gridx = 0;
c.gridy = 0;
c.fill = GridBagConstraints.HORIZONTAL;
c.anchor = GridBagConstraints.WEST;
// i18n[DualProgressBarDialog.copyingRecordsLabel=Copying records]
String topLabelText = s_stringMgr.getString("DualProgressBarDialog.copyingRecordsLabel");
topMessage = new JLabel(topLabelText);
dataPanel.add(topMessage, c);
c = new GridBagConstraints();
c.gridx = 0;
c.gridy = 1;
c.anchor = GridBagConstraints.WEST;
c.fill = GridBagConstraints.HORIZONTAL;
c.insets = new Insets(0, 0, 10, 0);
c.weightx = 1.0;


Clone AbstractionParameter Count: 3Parameter Bindings

JPanel dataPanel = new JPanel();
dataPanel.setBorder(BorderFactory.createEmptyBorder(0, 10, 0, 10));
GridBagLayout gl = new GridBagLayout();
dataPanel.setLayout(gl);
GridBagConstraints c;
c = new GridBagConstraints();
c.gridx = 0;
c.gridy = 0;
c.fill = GridBagConstraints.HORIZONTAL;
c.anchor = GridBagConstraints.WEST;
// i18n[DualProgressBarDialog.copyingRecordsLabel=Copying records]
// i18n[ProgressBarDialog.insertingRecordsLabel=Copying records]
String topLabelText = [[#variable18d50840]].getString( [[#variable18d51c60]]);
 [[#variable18d51440]]= new JLabel(topLabelText);
dataPanel.add( [[#variable18d51440]], c);
c = new GridBagConstraints();
c.gridx = 0;
c.gridy = 1;
c.anchor = GridBagConstraints.WEST;
c.fill = GridBagConstraints.HORIZONTAL;
c.insets = new Insets(0, 0, 10, 0);
c.weightx = 1.0;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18d50840]]
stringMgr 
12[[#18d50840]]
s_stringMgr 
21[[#18d51c60]]
"ProgressBarDialog.insertingRecordsLabel" 
22[[#18d51c60]]
"DualProgressBarDialog.copyingRecordsLabel" 
31[[#18d51440]]
message 
32[[#18d51440]]
topMessage