CloneSet969


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

_fullCheckBox.setPreferredSize(_mediumField);
_panel.add(_fullCheckBox, getFieldConstraints(_gbc));
// ANALYZE Checkbox
JLabel analyzeLabel = new JLabel(VacuumDatabaseDialog.i18n.ANALYZE_LABEL);
analyzeLabel.setBorder(_emptyBorder);
_panel.add(analyzeLabel, getLabelConstraints(_gbc));
_analyzeCheckBox = new JCheckBox();


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

_fullCheckBox.setPreferredSize(_mediumField);
_panel.add(_fullCheckBox, getFieldConstraints(_gbc));
// ANALYZE Checkbox
JLabel analyzeLabel = new JLabel(i18n.ANALYZE_LABEL);
analyzeLabel.setBorder(_emptyBorder);
_panel.add(analyzeLabel, getLabelConstraints(_gbc));
_analyzeCheckBox = new JCheckBox();


Clone AbstractionParameter Count: 1Parameter Bindings

_fullCheckBox.setPreferredSize(_mediumField);
_panel.add(_fullCheckBox, getFieldConstraints(_gbc));
// ANALYZE Checkbox
JLabel analyzeLabel = new JLabel( [[#variable1cd3f2c0]].ANALYZE_LABEL);
analyzeLabel.setBorder(_emptyBorder);
_panel.add(analyzeLabel, getLabelConstraints(_gbc));
_analyzeCheckBox = new JCheckBox();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1cd3f2c0]]
VacuumDatabaseDialog.i18n 
12[[#1cd3f2c0]]
i18n