Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.983 | statement_sequence[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 336 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/properties/SessionSQLPropertiesPanel.java |
2 | 6 | 345 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/properties/SessionSQLPropertiesPanel.java |
| |||||
gbc.insets = (Insets) defaultInsets.clone(); gbc.insets.bottom = 0; ++gbc.gridy; // new line gbc.gridx = 0; gbc.gridwidth = GridBagConstraints.REMAINDER; |
| |||||
gbc.insets = (Insets) defaultInsets.clone(); gbc.insets.top = 0; ++gbc.gridy; // new line gbc.gridx = 0; gbc.gridwidth = GridBagConstraints.REMAINDER; |
| |||
gbc.insets = (Insets) defaultInsets.clone(); gbc.insets. [[#variable1c8ad360]]= 0; ++gbc.gridy; // new line gbc.gridx = 0; gbc.gridwidth = GridBagConstraints.REMAINDER; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c8ad360]] | bottom |
1 | 2 | [[#1c8ad360]] | top |