Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 2 | 0.962 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 365 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/preferences/GeneralPreferencesPanel.java |
2 | 5 | 409 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/preferences/GeneralPreferencesPanel.java |
3 | 4 | 164 | E:/TSE/Projects-CloneDR/sql12/plugins/sqlval/src/net/sourceforge/squirrel_sql/plugins/sqlval/AppPreferencesPanel.java |
| |||||
final JPanel pnl = new JPanel(); pnl.setBorder(BorderFactory.createTitledBorder(s_stringMgr.getString("GeneralPreferencesPanel.logging"))); pnl.setLayout(new GridBagLayout()); |
| |||||
final JPanel pnl = new JPanel(); // i18n[GeneralPreferencesPanel.paths=SQuirreL paths] pnl.setBorder(BorderFactory.createTitledBorder(s_stringMgr.getString("GeneralPreferencesPanel.paths"))); pnl.setLayout(new GridBagLayout()); |
| |||||
final JPanel pnl = new JPanel(); // i18n[sqlval.infoBorder=Info] pnl.setBorder(BorderFactory.createTitledBorder(s_stringMgr.getString("sqlval.infoBorder"))); pnl.setLayout(new BorderLayout()); |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cd7fd60]] | "GeneralPreferencesPanel.logging" |
1 | 2 | [[#1cd7fd60]] | "GeneralPreferencesPanel.paths" |
1 | 3 | [[#1cd7fd60]] | "sqlval.infoBorder" |
2 | 1 | [[#1cd7ffe0]] | GridBagLayout |
2 | 2 | [[#1cd7ffe0]] | GridBagLayout |
2 | 3 | [[#1cd7ffe0]] | BorderLayout |