Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 2 | 0.975 | statement_sequence[7] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 303 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/properties/SessionSQLPropertiesPanel.java |
2 | 9 | 314 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/properties/SessionSQLPropertiesPanel.java |
| |||||
gbc.gridx += 2; pnl.add(_sqlNbrRowsToShowField, gbc); ++gbc.gridx; gbc.gridwidth = GridBagConstraints.REMAINDER; pnl.add(new JLabel(s_stringMgr.getString("SessionSQLPropertiesPanel.rows")), gbc); ++gbc.gridy; // new line gbc.gridx = 0; |
| |||||
gbc.gridx += 2; pnl.add(_limitSQLResultTabsField, gbc); ++gbc.gridx; gbc.gridwidth = GridBagConstraints.REMAINDER; pnl.add(new JLabel(s_stringMgr.getString("SessionSQLPropertiesPanel.tabs")), gbc); ++gbc.gridy; // new line gbc.gridx = 0; |
| |||
gbc.gridx += 2; pnl.add( [[#variable1cd68660]], gbc); ++gbc.gridx; gbc.gridwidth = GridBagConstraints.REMAINDER; pnl.add(new JLabel(s_stringMgr.getString( [[#variable1cd68700]])), gbc); ++gbc.gridy; // new line gbc.gridx = 0; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cd68660]] | _sqlNbrRowsToShowField |
1 | 2 | [[#1cd68660]] | _limitSQLResultTabsField |
2 | 1 | [[#1cd68700]] | "SessionSQLPropertiesPanel.rows" |
2 | 2 | [[#1cd68700]] | "SessionSQLPropertiesPanel.tabs" |