CloneSet256


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
20220.974statement_sequence[15]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
121195
E:/TSE/Projects-CloneDR/sql12/plugins/smarttools/src/net/sourceforge/squirrel_sql/plugins/smarttools/gui/SmarttoolFindBadNullValuesFrame.java
220293
E:/TSE/Projects-CloneDR/sql12/plugins/smarttools/src/net/sourceforge/squirrel_sql/plugins/smarttools/gui/SmarttoolMissingIndicesFrame.java
Next
Last
Clone Instance
1
Line Count
21
Source Line
195
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/smarttools/src/net/sourceforge/squirrel_sql/plugins/smarttools/gui/SmarttoolFindBadNullValuesFrame.java

EtchedBorder etchedborder1 = new EtchedBorder(EtchedBorder.RAISED, null, null);
jpanel1.setBorder(etchedborder1);
FormLayout formlayout1 = new FormLayout("FILL:4DLU:NONE,FILL:DEFAULT:NONE,FILL:4DLU:NONE,FILL:DEFAULT:GROW(1.0),FILL:4DLU:NONE", "CENTER:DEFAULT:NONE,CENTER:2DLU:NONE,CENTER:DEFAULT:NONE");
CellConstraints cc = new CellConstraints();
jpanel1.setLayout(formlayout1);
lblTitleTable.setBackground(new Color(102, 102, 102));
lblTitleTable.setName("lblTitleTable");
lblTitleTable.setOpaque(true);
lblTitleTable.setText(" Used tables");
jpanel1.add(lblTitleTable, cc.xywh(1, 1, 5, 1));
lblTablename.setName("lblTablename");
lblTablename.setText("table name");
jpanel1.add(lblTablename, cc.xy(2, 3));
tfTablename.setName("tfTablename");
jpanel1.add(tfTablename, cc.xy(4, 3));


First
Previous
Clone Instance
2
Line Count
20
Source Line
293
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/smarttools/src/net/sourceforge/squirrel_sql/plugins/smarttools/gui/SmarttoolMissingIndicesFrame.java

EtchedBorder etchedborder1 = new EtchedBorder(EtchedBorder.RAISED, null, null);
panelTableAndColumn.setBorder(etchedborder1);
FormLayout formlayout1 = new FormLayout("FILL:4DLU:NONE,FILL:DEFAULT:NONE,FILL:4DLU:NONE,FILL:DEFAULT:GROW(1.0),FILL:4DLU:NONE", "CENTER:DEFAULT:NONE,CENTER:2DLU:NONE,CENTER:DEFAULT:NONE,CENTER:2DLU:NONE,CENTER:DEFAULT:NONE,CENTER:2DLU:NONE");
CellConstraints cc = new CellConstraints();
panelTableAndColumn.setLayout(formlayout1);
lblTitleTable.setBackground(new Color(102, 102, 102));
lblTitleTable.setName("lblTitleTable");
lblTitleTable.setOpaque(true);
lblTitleTable.setText(" Used tables");
panelTableAndColumn.add(lblTitleTable, cc.xywh(1, 1, 5, 1));
lblTablename.setName("lblTablename");
lblTablename.setText("table name");
panelTableAndColumn.add(lblTablename, cc.xy(2, 3));
tfTablename.setName("tfTablename");
panelTableAndColumn.add(tfTablename, cc.xy(4, 3));


Clone AbstractionParameter Count: 2Parameter Bindings

EtchedBorder etchedborder1 = new EtchedBorder(EtchedBorder.RAISED, null, null);
 [[#variable18d8faa0]].setBorder(etchedborder1);
FormLayout formlayout1 = new FormLayout("FILL:4DLU:NONE,FILL:DEFAULT:NONE,FILL:4DLU:NONE,FILL:DEFAULT:GROW(1.0),FILL:4DLU:NONE",  [[#variable18da5080]]);
CellConstraints cc = new CellConstraints();
 [[#variable18d8faa0]].setLayout(formlayout1);
lblTitleTable.setBackground(new Color(102, 102, 102));
lblTitleTable.setName("lblTitleTable");
lblTitleTable.setOpaque(true);
lblTitleTable.setText(" Used tables");
 [[#variable18d8faa0]].add(lblTitleTable, cc.xywh(1, 1, 5, 1));
lblTablename.setName("lblTablename");
lblTablename.setText("table name");
 [[#variable18d8faa0]].add(lblTablename, cc.xy(2, 3));
tfTablename.setName("tfTablename");
 [[#variable18d8faa0]].add(tfTablename, cc.xy(4, 3));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18d8faa0]]
jpanel1 
12[[#18d8faa0]]
panelTableAndColumn 
21[[#18da5080]]
"CENTER:DEFAULT:NONE,CENTER:2DLU:NONE,CENTER:DEFAULT:NONE" 
22[[#18da5080]]
"CENTER:DEFAULT:NONE,CENTER:2DLU:NONE,CENTER:DEFAULT:NONE,CENTER:2DLU:NONE,CENTER:DEFAULT:NONE,CENTER:2DLU:NONE"