CloneSet178


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
14230.986statement_sequence
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11427
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/desktopcontainer/TabbedStyleHintDlg.java
21628
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/schemainfo/SessionStartupTimeHintDlg.java
Next
Last
Clone Instance
1
Line Count
14
Source Line
27
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/desktopcontainer/TabbedStyleHintDlg.java

getContentPane().setLayout(new GridBagLayout());
GridBagConstraints gbc;
gbc = new GridBagConstraints(0, 0, 1, 1, 1, 1, GridBagConstraints.NORTHWEST, GridBagConstraints.BOTH, new Insets(10, 10, 5, 10), 0, 0);
getContentPane().add(new MultipleLineLabel(s_stringMgr.getString("TabbedStyleHintDlg.text")), gbc);
gbc = new GridBagConstraints(0, 1, 1, 1, 0, 0, GridBagConstraints.NORTHWEST, GridBagConstraints.NONE, new Insets(5, 10, 5, 10), 0, 0);
chkDontShowAgain = new JCheckBox(s_stringMgr.getString("TabbedStyleHintDlg.dontShowAgain"));
getContentPane().add(chkDontShowAgain, gbc);
gbc = new GridBagConstraints(0, 2, 1, 1, 0, 0, GridBagConstraints.NORTHWEST, GridBagConstraints.NONE, new Insets(5, 5, 5, 5), 0, 0);
getContentPane().add(createButtonPanel(), gbc);


First
Previous
Clone Instance
2
Line Count
16
Source Line
28
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/schemainfo/SessionStartupTimeHintDlg.java

getContentPane().setLayout(new GridBagLayout());
GridBagConstraints gbc;
gbc = new GridBagConstraints(0, 0, 1, 1, 1, 1, GridBagConstraints.NORTHWEST, GridBagConstraints.BOTH, new Insets(10, 10, 5, 10), 0, 0);
// i18n[SessionStartupTimeHintDlg.text=This Session seems to take considerable time to load. You may configure Alias Schema Properties to improve startup performance.]
getContentPane().add(new MultipleLineLabel(s_stringMgr.getString("SessionStartupTimeHintDlg.text")), gbc);
gbc = new GridBagConstraints(0, 1, 1, 1, 0, 0, GridBagConstraints.NORTHWEST, GridBagConstraints.NONE, new Insets(5, 10, 5, 10), 0, 0);
// i18n[SessionStartupTimeHintDlg.dontShowAgain=Don't show this message again]
chkDontShowAgain = new JCheckBox(s_stringMgr.getString("SessionStartupTimeHintDlg.dontShowAgain"));
getContentPane().add(chkDontShowAgain, gbc);
gbc = new GridBagConstraints(0, 2, 1, 1, 0, 0, GridBagConstraints.NORTHWEST, GridBagConstraints.NONE, new Insets(5, 5, 5, 5), 0, 0);
getContentPane().add(createButtonPanel(app), gbc);


Clone AbstractionParameter Count: 3Parameter Bindings

getContentPane().setLayout(new GridBagLayout());
GridBagConstraints gbc;
gbc = new GridBagConstraints(0, 0, 1, 1, 1, 1, GridBagConstraints.NORTHWEST, GridBagConstraints.BOTH, new Insets(10, 10, 5, 10), 0, 0);
// i18n[SessionStartupTimeHintDlg.text=This Session seems to take considerable time to load. You may configure Alias Schema Properties to improve startup performance.]
getContentPane().add(new MultipleLineLabel(s_stringMgr.getString( [[#variable1af70120]])), gbc);
gbc = new GridBagConstraints(0, 1, 1, 1, 0, 0, GridBagConstraints.NORTHWEST, GridBagConstraints.NONE, new Insets(5, 10, 5, 10), 0, 0);
// i18n[SessionStartupTimeHintDlg.dontShowAgain=Don't show this message again]
chkDontShowAgain = new JCheckBox(s_stringMgr.getString( [[#variable1af700c0]]));
getContentPane().add(chkDontShowAgain, gbc);
gbc = new GridBagConstraints(0, 2, 1, 1, 0, 0, GridBagConstraints.NORTHWEST, GridBagConstraints.NONE, new Insets(5, 5, 5, 5), 0, 0);
getContentPane().add(createButtonPanel [[#variable1af70060]], gbc);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1af70120]]
"TabbedStyleHintDlg.text" 
12[[#1af70120]]
"SessionStartupTimeHintDlg.text" 
21[[#1af700c0]]
"TabbedStyleHintDlg.dontShowAgain" 
22[[#1af700c0]]
"SessionStartupTimeHintDlg.dontShowAgain" 
31[[#1af70060]]
() 
32[[#1af70060]]
(app)