Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.959 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 141 | E:/TSE/Projects-CloneDR/sql12/plugins/sqlbookmark/src/net/sourceforge/squirrel_sql/plugins/sqlbookmark/AddBookmarkDialog.java |
2 | 2 | 145 | E:/TSE/Projects-CloneDR/sql12/plugins/sqlbookmark/src/net/sourceforge/squirrel_sql/plugins/sqlbookmark/AddBookmarkDialog.java |
| |||||
gbc = new GridBagConstraints(0, 0, 1, 1, 0.0, 0.0, GridBagConstraints.NORTHEAST, GridBagConstraints.NONE, new Insets(0, 0, 0, 5), 0, 0); pnlButtons.add(btnOK, gbc); |
| |||||
gbc = new GridBagConstraints(1, 0, 1, 1, 0.0, 0.0, GridBagConstraints.NORTHEAST, GridBagConstraints.NONE, new Insets(0, 0, 0, 0), 0, 0); pnlButtons.add(btnCancel, gbc); |
| |||
gbc = new GridBagConstraints( [[#variable1cdcbca0]], 0, 1, 1, 0.0, 0.0, GridBagConstraints.NORTHEAST, GridBagConstraints.NONE, new Insets(0, 0, 0, [[#variable1cdccc40]]), 0, 0); pnlButtons.add( [[#variable1cdcd460]], gbc); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cdcbca0]] | 0 |
1 | 2 | [[#1cdcbca0]] | 1 |
2 | 1 | [[#1cdccc40]] | 5 |
2 | 2 | [[#1cdccc40]] | 0 |
3 | 1 | [[#1cdcd460]] | btnOK |
3 | 2 | [[#1cdcd460]] | btnCancel |