Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.968 | statement_sequence[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 293 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/properties/GeneralSessionPropertiesPanel.java |
2 | 6 | 309 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/properties/GeneralSessionPropertiesPanel.java |
| |||||
gbc.weightx = 0.0; pnl.add(new JLabel(GeneralSessionPropertiesPanelI18n.OBJECT_TAB_PLACEMENT, SwingConstants.RIGHT), gbc); ++gbc.gridx; gbc.weightx = 0.5; pnl.add(_objectTabPlacementCmb, gbc); |
| |||||
gbc.weightx = 0.0; pnl.add(new JLabel(GeneralSessionPropertiesPanelI18n.SQL_RESULTS_TAB_PLACEMENT, SwingConstants.RIGHT), gbc); ++gbc.gridx; gbc.weightx = 0.5; pnl.add(_sqlResultsTabPlacementCmb, gbc); |
| |||
gbc.weightx = 0.0; pnl.add(new JLabel(GeneralSessionPropertiesPanelI18n. [[#variable1c86f7e0]], SwingConstants.RIGHT), gbc); ++gbc.gridx; gbc.weightx = 0.5; pnl.add( [[#variable1c86f780]], gbc); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c86f7e0]] | OBJECT_TAB_PLACEMENT |
1 | 2 | [[#1c86f7e0]] | SQL_RESULTS_TAB_PLACEMENT |
2 | 1 | [[#1c86f780]] | _objectTabPlacementCmb |
2 | 2 | [[#1c86f780]] | _sqlResultsTabPlacementCmb |