CloneSet1158


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8230.958block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18450
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/preferences/UpdatePreferencesPanel.java
28477
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/preferences/UpdatePreferencesPanel.java
Next
Last
Clone Instance
1
Line Count
8
Source Line
450
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/preferences/UpdatePreferencesPanel.java

{
  gbc.gridx = 1;
  gbc.gridy = gridy;
  gbc.gridwidth = 1;
  gbc.weightx = 1;
  gbc.insets = FIELD_INSETS;
  gbc.fill = GridBagConstraints.HORIZONTAL;
  gbc.anchor = GridBagConstraints.WEST;
}


First
Previous
Clone Instance
2
Line Count
8
Source Line
477
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/preferences/UpdatePreferencesPanel.java

{
  gbc.gridx = 0;
  gbc.gridy = gridy;
  gbc.gridwidth = 2;
  gbc.weightx = 1;
  gbc.insets = SEP_INSETS;
  gbc.fill = GridBagConstraints.HORIZONTAL;
  gbc.anchor = GridBagConstraints.WEST;
}


Clone AbstractionParameter Count: 3Parameter Bindings

{
  gbc.gridx = [[#variable1cdf3580]];
  gbc.gridy = gridy;
  gbc.gridwidth = [[#variable1cdf2b40]];
  gbc.weightx = 1;
  gbc.insets = [[#variable1cdf2b60]];
  gbc.fill = GridBagConstraints.HORIZONTAL;
  gbc.anchor = GridBagConstraints.WEST;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1cdf3580]]
1 
12[[#1cdf3580]]
0 
21[[#1cdf2b40]]
1 
22[[#1cdf2b40]]
2 
31[[#1cdf2b60]]
FIELD_INSETS 
32[[#1cdf2b60]]
SEP_INSETS