CloneSet337


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
17230.974statement_sequence[13]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
117204
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/update/gui/UpdateManagerDialog.java
217248
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/update/gui/UpdateManagerDialog.java
Next
Last
Clone Instance
1
Line Count
17
Source Line
204
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/update/gui/UpdateManagerDialog.java

JPanel locationPanel = new JPanel();
locationPanel.setBorder(new EmptyBorder(0, 0, 0, 10));
locationPanel.setLayout(new GridBagLayout());
int x = 0;
int y = -1;
GridBagConstraints c = new GridBagConstraints();
c.gridx = x;
c.gridy = y;
c.anchor = GridBagConstraints.NORTH;
JLabel hostLabel = getBorderedLabel(i18n.HOST_LABEL, border);
_updateServerNameTF = getSizedTextField(mediumField);
locationPanel.add(hostLabel, getLabelConstraints(c));
locationPanel.add(_updateServerNameTF, getFieldFillHorizontalConstaints(c));


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

JPanel locationPanel = new JPanel();
locationPanel.setBorder(new EmptyBorder(0, 0, 0, 10));
locationPanel.setLayout(new GridBagLayout());
int x = 0;
int y = -1;
GridBagConstraints c = new GridBagConstraints();
c.gridx = x;
c.gridy = y;
c.anchor = GridBagConstraints.NORTH;
JLabel localUpdatePathLabel = getBorderedLabel(i18n.LOCAL_UPDATE_PATH_LABEL, border);
_localUpdatePath = getSizedTextField(mediumField);
locationPanel.add(localUpdatePathLabel, getLabelConstraints(c));
locationPanel.add(_localUpdatePath, getFieldFillHorizontalConstaints(c));


Clone AbstractionParameter Count: 3Parameter Bindings

JPanel locationPanel = new JPanel();
locationPanel.setBorder(new EmptyBorder(0, 0, 0, 10));
locationPanel.setLayout(new GridBagLayout());
int x = 0;
int y = -1;
GridBagConstraints c = new GridBagConstraints();
c.gridx = x;
c.gridy = y;
c.anchor = GridBagConstraints.NORTH;
JLabel  [[#variable1af81aa0]]= getBorderedLabel(i18n. [[#variable1af808a0]], border);
 [[#variable1af88fe0]]= getSizedTextField(mediumField);
locationPanel.add( [[#variable1af81aa0]], getLabelConstraints(c));
locationPanel.add( [[#variable1af88fe0]], getFieldFillHorizontalConstaints(c));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1af81aa0]]
hostLabel 
12[[#1af81aa0]]
localUpdatePathLabel 
21[[#1af808a0]]
HOST_LABEL 
22[[#1af808a0]]
LOCAL_UPDATE_PATH_LABEL 
31[[#1af88fe0]]
_updateServerNameTF 
32[[#1af88fe0]]
_localUpdatePath