Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 3 | 0.973 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 119 | E:/TSE/Projects-CloneDR/sql12/plugins/sqlbookmark/src/net/sourceforge/squirrel_sql/plugins/sqlbookmark/AddBookmarkDialog.java |
2 | 4 | 125 | 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.NORTHWEST, GridBagConstraints.NONE, new Insets(5, 5, 0, 0), 0, 0); getContentPane().add(new JLabel(plugin.getResourceString(BM_NAME)), gbc); gbc = new GridBagConstraints(1, 0, 1, 1, 1.0, 0.0, GridBagConstraints.NORTHWEST, GridBagConstraints.HORIZONTAL, new Insets(5, 5, 0, 5), 0, 0); |
| |||||
gbc = new GridBagConstraints(0, 1, 1, 1, 0.0, 0.0, GridBagConstraints.NORTHWEST, GridBagConstraints.NONE, new Insets(5, 5, 0, 0), 0, 0); getContentPane().add(new JLabel(plugin.getResourceString(BM_DESCRIPTION)), gbc); gbc = new GridBagConstraints(1, 1, 2, 1, 1.0, 0.0, GridBagConstraints.NORTHWEST, GridBagConstraints.HORIZONTAL, new Insets(5, 5, 0, 5), 0, 0); |
| |||
gbc = new GridBagConstraints(0, [[#variable1ce59d00]], 1, 1, 0.0, 0.0, GridBagConstraints.NORTHWEST, GridBagConstraints.NONE, new Insets(5, 5, 0, 0), 0, 0); getContentPane().add(new JLabel(plugin.getResourceString( [[#variable1ce31d40]])), gbc); gbc = new GridBagConstraints(1, [[#variable1ce59d00]], [[#variable1ce5c5c0]], 1, 1.0, 0.0, GridBagConstraints.NORTHWEST, GridBagConstraints.HORIZONTAL, new Insets(5, 5, 0, 5), 0, 0); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1ce59d00]] | 0 |
1 | 2 | [[#1ce59d00]] | 1 |
2 | 1 | [[#1ce31d40]] | BM_NAME |
2 | 2 | [[#1ce31d40]] | BM_DESCRIPTION |
3 | 1 | [[#1ce5c5c0]] | 1 |
3 | 2 | [[#1ce5c5c0]] | 2 |