CloneSet796


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9210.990statement_sequence[6]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
19192
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AddLookupTableDialog.java
29327
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AddLookupTableDialog.java
Next
Last
Clone Instance
1
Line Count
9
Source Line
192
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AddLookupTableDialog.java

setBorder(new EmptyBorder(10, 0, 0, 30));
GridBagConstraints gbc = new GridBagConstraints();
gbc.gridx = 0;
gbc.gridy = -1;
// Table
JLabel tableLabel = getBorderedLabel(i18n.SOURCE_TABLE_LABEL + " ", emptyBorder);
add(tableLabel, getLabelConstraints(gbc));


First
Previous
Clone Instance
2
Line Count
9
Source Line
327
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AddLookupTableDialog.java

setBorder(new EmptyBorder(10, 0, 0, 30));
GridBagConstraints gbc = new GridBagConstraints();
gbc.gridx = 0;
gbc.gridy = -1;
// Table
JLabel tableLabel = getBorderedLabel(i18n.LOOKUP_TABLE_LABEL + " ", emptyBorder);
add(tableLabel, getLabelConstraints(gbc));


Clone AbstractionParameter Count: 1Parameter Bindings

setBorder(new EmptyBorder(10, 0, 0, 30));
GridBagConstraints gbc = new GridBagConstraints();
gbc.gridx = 0;
gbc.gridy = -1;
// Table
JLabel tableLabel = getBorderedLabel(i18n. [[#variable1ccaab20]] + " ", emptyBorder);
add(tableLabel, getLabelConstraints(gbc));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1ccaab20]]
SOURCE_TABLE_LABEL 
12[[#1ccaab20]]
LOOKUP_TABLE_LABEL