CloneSet1022


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5320.962statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14365
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/preferences/GeneralPreferencesPanel.java
25409
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/preferences/GeneralPreferencesPanel.java
34164
E:/TSE/Projects-CloneDR/sql12/plugins/sqlval/src/net/sourceforge/squirrel_sql/plugins/sqlval/AppPreferencesPanel.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
365
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/preferences/GeneralPreferencesPanel.java

final JPanel pnl = new JPanel();
pnl.setBorder(BorderFactory.createTitledBorder(s_stringMgr.getString("GeneralPreferencesPanel.logging")));
pnl.setLayout(new GridBagLayout());


Next
Previous
Clone Instance
2
Line Count
5
Source Line
409
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/preferences/GeneralPreferencesPanel.java

final JPanel pnl = new JPanel();
// i18n[GeneralPreferencesPanel.paths=SQuirreL paths]
pnl.setBorder(BorderFactory.createTitledBorder(s_stringMgr.getString("GeneralPreferencesPanel.paths")));
pnl.setLayout(new GridBagLayout());


First
Previous
Clone Instance
3
Line Count
4
Source Line
164
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/sqlval/src/net/sourceforge/squirrel_sql/plugins/sqlval/AppPreferencesPanel.java

final JPanel pnl = new JPanel();
// i18n[sqlval.infoBorder=Info]
pnl.setBorder(BorderFactory.createTitledBorder(s_stringMgr.getString("sqlval.infoBorder")));
pnl.setLayout(new BorderLayout());


Clone AbstractionParameter Count: 2Parameter Bindings

final JPanel pnl = new JPanel();
// i18n[GeneralPreferencesPanel.paths=SQuirreL paths]
// i18n[sqlval.infoBorder=Info]
pnl.setBorder(BorderFactory.createTitledBorder(s_stringMgr.getString( [[#variable1cd7fd60]])));
pnl.setLayout(new [[#variable1cd7ffe0]]());
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1cd7fd60]]
"GeneralPreferencesPanel.logging" 
12[[#1cd7fd60]]
"GeneralPreferencesPanel.paths" 
13[[#1cd7fd60]]
"sqlval.infoBorder" 
21[[#1cd7ffe0]]
GridBagLayout 
22[[#1cd7ffe0]]
GridBagLayout 
23[[#1cd7ffe0]]
BorderLayout